com.macvu.tiles
Class CachingAttribute

java.lang.Object
  extended by com.macvu.tiles.CacheAttribute
      extended by com.macvu.tiles.CachingAttribute

public class CachingAttribute
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
CachingAttribute()
           
CachingAttribute(CacheAttribute attr)
           
CachingAttribute(CacheAttribute attr, boolean inUse)
           
 
Method Summary
 boolean getInUse()
           
 boolean isInUse()
           
 void setInUse(boolean inUse)
           
 
Methods inherited from class com.macvu.tiles.CacheAttribute
equals, getName, getScope, setName, setScope, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachingAttribute

public CachingAttribute()

CachingAttribute

public CachingAttribute(CacheAttribute attr)

CachingAttribute

public CachingAttribute(CacheAttribute attr,
                        boolean inUse)
Method Detail

isInUse

public boolean isInUse()

setInUse

public void setInUse(boolean inUse)

getInUse

public boolean getInUse()


Copyright © 2005 MacVu group. All Rights Reserved.