| |
|
| com.sun.portal.rewriter.admin.DeleteRuleViewBean
DeleteRuleViewBean | public class DeleteRuleViewBean extends AMViewBeanBase (Code) | | The viewbean that provides the delete ruleset functionality.
|
Method Summary | |
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 void | forwardTo(RequestContext reqContext) | public RewriterModel | getModel(HttpServletRequest req) Returns the model object for the create rule UI. | protected void | registerChildren() To register all the child view objects and their classes. |
CHILD_CC_MSGBOX | final public static String CHILD_CC_MSGBOX(Code) | | |
CHILD_HTMLPAGE_TITLE | final public static String CHILD_HTMLPAGE_TITLE(Code) | | |
DEFAULT_DISPLAY_URL | final public static String DEFAULT_DISPLAY_URL(Code) | | |
DeleteRuleViewBean | public DeleteRuleViewBean()(Code) | | Default constructor
|
createChild | protected View createChild(String name)(Code) | | Creates the child view objects for this viewbean.
Parameters: name - the name of the child view object to be created. the child view object. |
forwardTo | public void forwardTo(RequestContext reqContext) throws NavigationException(Code) | | |
registerChildren | protected void registerChildren()(Code) | | To register all the child view objects and their classes.
|
|
|
|