com.macvu.tiles.xmlDefinition
Class XmlCacheAttribute

java.lang.Object
  extended by com.macvu.tiles.CacheAttribute
      extended by com.macvu.tiles.xmlDefinition.XmlCacheAttribute

public class XmlCacheAttribute
extends CacheAttribute


Field Summary
 
Fields inherited from class com.macvu.tiles.CacheAttribute
APPLICATION_SCOPE, PAGE_SCOPE, PARAM_SCOPE, REQUEST_SCOPE, scope_order, SESSION_SCOPE
 
Constructor Summary
XmlCacheAttribute()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getScope()
           
 void setName(java.lang.String name)
           
 void setScope(java.lang.String scope)
           
 
Methods inherited from class com.macvu.tiles.CacheAttribute
equals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlCacheAttribute

public XmlCacheAttribute()
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class CacheAttribute

setName

public void setName(java.lang.String name)
Overrides:
setName in class CacheAttribute

getScope

public java.lang.String getScope()
Overrides:
getScope in class CacheAttribute

setScope

public void setScope(java.lang.String scope)
Overrides:
setScope in class CacheAttribute


Copyright © 2005 MacVu group. All Rights Reserved.