Class PageModifierXML

java.lang.Object
org.eclnt.jsfserver.elements.pagemodifier.implxml.PageModifierXML
All Implemented Interfaces:
IPageModifier

public class PageModifierXML extends Object implements IPageModifier
Page modifier implementation that is based on a resource file in which the modification is kept as XML definition.
  • Constructor Details

    • PageModifierXML

      public PageModifierXML(String resourcePath)
  • 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
    • checkIfAnyModificationContained

      public boolean checkIfAnyModificationContained()