Method Summary |
|
public void | beginDisplay(DisplayEvent event) begins displaying page. |
protected View | createChild(String name) Creates the child view objects for this viewbean.
Parameters: name - the name of the child view object to be created. |
public RewriterModel | getModel(HttpServletRequest req) Returns the model object for the create rule UI. |
public void | handleCancelButtonRequest(RequestInvocationEvent event) Handles the event to cancel editing a ruleset XML.
Parameters: event - the event to cancel editing a ruleset XML. |
public void | handleSubmitButtonRequest(RequestInvocationEvent event) Handles the event to finish editing a ruleset XML.
Parameters: event - the event to finish editing a ruleset XML. |
public void | handleTitleHrefRequest(RequestInvocationEvent event) Handles the event to display rulesets.
Parameters: event - the event to display available ruleset. |
protected void | registerChildren() To register all the child view objects and their classes. |