Class StateTransitionRule

java.lang.Object
com.opensymphony.module.sitemesh.html.BasicRule
com.opensymphony.module.sitemesh.html.StateTransitionRule
All Implemented Interfaces:
TagRule

public class StateTransitionRule extends BasicRule
The Class StateTransitionRule.
  • Constructor Details

    • StateTransitionRule

      public StateTransitionRule(String tagName, State newState)
      Instantiates a new state transition rule.
      Parameters:
      tagName - the tag name
      newState - the new state
    • StateTransitionRule

      public StateTransitionRule(String tagName, State newState, boolean writeEnclosingTag)
      Instantiates a new state transition rule.
      Parameters:
      tagName - the tag name
      newState - the new state
      writeEnclosingTag - the write enclosing tag
  • Method Details

    • process

      public void process(Tag tag)
      Description copied from interface: TagRule
      Process.
      Parameters:
      tag - the tag