Class DefaultPageModifier

java.lang.Object
org.eclnt.jsfserver.elements.pagemodifier.DefaultPageModifier
All Implemented Interfaces:
IPageModifier
Direct Known Subclasses:
PageModifierSequence

public class DefaultPageModifier extends Object implements IPageModifier
Default implementation of 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 Details

    • DefaultPageModifier

      public DefaultPageModifier()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: IPageModifier
      Id 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:
      getId in interface IPageModifier
    • updateParsedNode

      public void updateParsedNode(org.eclnt.jsfserver.elements.impl.ROWINCLUDEComponent.ParsedNode node)
      Description copied from interface: IPageModifier
      Update the node.
      Specified by:
      updateParsedNode in interface IPageModifier