|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openprivacy.reptile.xslt.SequenceDispatchEntry
Representation of a sequence entry that we would find in sequence-dispatch.xml.
Constructor Summary | |
SequenceDispatchEntry(java.lang.String name)
Create a new SequenceDispatchEntry instance. |
Method Summary | |
boolean |
cacheable()
Return true if this is cacheable. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getLocation()
Get the value of location . |
java.lang.String |
getName()
Get the value of name . |
java.lang.String |
getParent()
Get the value of parent . |
java.lang.String |
getSkeleton()
Get the value of skeleton . |
StylesheetStack |
getStylesheetStack()
Get the StylesheetStack. |
int |
hashCode()
|
void |
setCacheable(boolean cacheable)
|
void |
setLocation(java.lang.String location)
Set the value of location . |
void |
setName(java.lang.String name)
Set the value of name . |
void |
setParent(java.lang.String parent)
Set the value of parent . |
void |
setSkeleton(java.lang.String skeleton)
Set the value of skeleton . |
void |
setStylesheetStack(StylesheetStack stylesheetStack)
Set the StylesheetStack |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SequenceDispatchEntry(java.lang.String name)
SequenceDispatchEntry
instance.
Method Detail |
public java.lang.String getParent()
parent
.
public void setParent(java.lang.String parent)
parent
.
public java.lang.String getSkeleton()
skeleton
.
public void setSkeleton(java.lang.String skeleton)
skeleton
.
public java.lang.String getName()
name
.
public void setName(java.lang.String name)
name
.
public StylesheetStack getStylesheetStack()
public void setStylesheetStack(StylesheetStack stylesheetStack)
public boolean cacheable()
public void setCacheable(boolean cacheable)
cacheable()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String getLocation()
location
.
public void setLocation(java.lang.String location)
location
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |