Class DefaultPageModifier
java.lang.Object
org.eclnt.jsfserver.elements.pagemodifier.DefaultPageModifier
- All Implemented Interfaces:
IPageModifier
- Direct Known Subclasses:
PageModifierSequence
Default implementation of
This default implementation is implementing all methods in some default way. Extend from this class in order to keep compatible with changes/addons to the interface.
IPageModifier.
This default implementation is implementing all methods in some default way. Extend from this class in order to keep compatible with changes/addons to the interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Id of this page modifier.voidupdateParsedNode(org.eclnt.jsfserver.elements.impl.ROWINCLUDEComponent.ParsedNode node) Update the node.
-
Constructor Details
-
DefaultPageModifier
public DefaultPageModifier()
-
-
Method Details
-
getId
Description copied from interface:IPageModifierId of this page modifier.
The id is important because it internally is one of the keys by which pages are buffered in parsed format when being accessed.- Specified by:
getIdin interfaceIPageModifier
-
updateParsedNode
public void updateParsedNode(org.eclnt.jsfserver.elements.impl.ROWINCLUDEComponent.ParsedNode node) Description copied from interface:IPageModifierUpdate the node.- Specified by:
updateParsedNodein interfaceIPageModifier
-