|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.tiles.ComponentDefinition
com.macvu.tiles.CacheComponentDefinition
com.macvu.tiles.xmlDefinition.XmlCacheDefinition
public class XmlCacheDefinition
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
Commons Logging instance. |
Fields inherited from class com.macvu.tiles.CacheComponentDefinition |
---|
inherit, processType |
Fields inherited from class org.apache.struts.tiles.ComponentDefinition |
---|
ACTION, attributes, controller, CONTROLLER, controllerType, name, path, role, URL |
Constructor Summary | |
---|---|
XmlCacheDefinition()
Constructor. |
Method Summary | |
---|---|
void |
addAttribute(org.apache.struts.tiles.xmlDefinition.XmlAttribute attribute)
Add an attribute to this component. |
void |
addCacheInformation(XmlCacheInformation info)
|
void |
overload(XmlCacheDefinition child)
Overload this definition with passed child. |
void |
resolveInheritance(XmlCacheDefinitionSet definitionsSet)
Resolve inheritance. |
void |
setIsVisited(boolean isVisited)
Set isVisited. |
Methods inherited from class com.macvu.tiles.CacheComponentDefinition |
---|
getCacheInformation, getExtends, getProcessType, isExtending, setCacheInformation, setExtends, setProcessType, toString |
Methods inherited from class org.apache.struts.tiles.ComponentDefinition |
---|
createController, createControllerFromClassname, getAttribute, getAttributes, getController, getControllerInstance, getControllerType, getName, getOrCreateController, getPage, getPath, getRole, getTemplate, put, put, put, put, putAttribute, setController, setControllerClass, setControllerInstance, setControllerType, setControllerUrl, setName, setPage, setPath, setRole, setTemplate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
public XmlCacheDefinition()
Method Detail |
---|
public void addAttribute(org.apache.struts.tiles.xmlDefinition.XmlAttribute attribute)
attribute
- Attribute to add.public void addCacheInformation(XmlCacheInformation info)
public void setIsVisited(boolean isVisited)
public void resolveInheritance(XmlCacheDefinitionSet definitionsSet) throws org.apache.struts.tiles.NoSuchDefinitionException
org.apache.struts.tiles.NoSuchDefinitionException
- If an inheritance can not be solved.public void overload(XmlCacheDefinition child)
child
- Child used to overload this definition.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |