Interface IPageModifier

All Known Implementing Classes:
DefaultPageModifier, PageModifierSequence, PageModifierXML

public interface IPageModifier
Allows update of components when reading a page to be included.

Extends you implementation from class DefaultPageModifier for staying compatible with interface changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Id of this page modifier.
    void
    updateParsedNode(org.eclnt.jsfserver.elements.impl.ROWINCLUDEComponent.ParsedNode node)
    Update the node.
  • Method Details

    • getId

      String getId()
      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.
    • updateParsedNode

      void updateParsedNode(org.eclnt.jsfserver.elements.impl.ROWINCLUDEComponent.ParsedNode node)
      Update the node.