| |
|
| com.sun.portal.rewriter.admin.SelectRuleTiledView
SelectRuleTiledView | public class SelectRuleTiledView extends RequestHandlingTiledViewBase implements TiledView,RequestHandler(Code) | | The tileview that lists each rule in the select rule admin UI.
The SelectRuleViewBean is the parent of this tileview where
all the tile(s)/rule(s) are displayed.
|
Method Summary | |
public void | beginDisplay(DisplayEvent event) begins displaying page. | protected View | createChild(String name) Creates and return the child view objects for the specified name.
Parameters: name - the child view name. | public RewriterModel | getModel(HttpServletRequest req) Returns the model object for the select rule UI. | public void | handleHrefEditRuleRequest(RequestInvocationEvent event) Handles the event to edit a given ruleset.
Parameters: event - the event to edit a given ruleset. | public boolean | nextTile() moves the current tile position to the next available tile. | protected void | registerChildren() Register the child objects of the tileview. |
CHILD_CB_SELECT_RULE | final public static String CHILD_CB_SELECT_RULE(Code) | | |
CHILD_DOWNLOAD_LABEL_TEXT | final public static String CHILD_DOWNLOAD_LABEL_TEXT(Code) | | |
CHILD_DOWNLOAD_URL_TEXT | final public static String CHILD_DOWNLOAD_URL_TEXT(Code) | | |
CHILD_EDIT_LABEL | final public static String CHILD_EDIT_LABEL(Code) | | |
CHILD_HIDDEN_RULE_NAME | final public static String CHILD_HIDDEN_RULE_NAME(Code) | | |
CHILD_HREF_EDIT_RULE | final public static String CHILD_HREF_EDIT_RULE(Code) | | |
CHILD_RULENAME_LABEL | final public static String CHILD_RULENAME_LABEL(Code) | | |
CHILD_UPLOAD_LABEL_TEXT | final public static String CHILD_UPLOAD_LABEL_TEXT(Code) | | |
CHILD_UPLOAD_URL_TEXT | final public static String CHILD_UPLOAD_URL_TEXT(Code) | | |
SelectRuleTiledView | public SelectRuleTiledView(View parent, String name)(Code) | | Default constructor.
Parameters: parent - the parent view of this tileview. Parameters: name - the name of this tileview. |
beginDisplay | public void beginDisplay(DisplayEvent event) throws ModelControlException(Code) | | begins displaying page. we set the required information
Parameters: event - display event throws: ModelControlException - if problem access value of component |
createChild | protected View createChild(String name)(Code) | | Creates and return the child view objects for the specified name.
Parameters: name - the child view name. the child view object that corresponds to the given name. |
handleHrefEditRuleRequest | public void handleHrefEditRuleRequest(RequestInvocationEvent event) throws ModelControlException(Code) | | Handles the event to edit a given ruleset.
Parameters: event - the event to edit a given ruleset. throws ModelControlException when error(s) occurred. |
nextTile | public boolean nextTile() throws ModelControlException(Code) | | moves the current tile position to the next available tile.
true if another tile was available, false if the positionremained unchanged because no next tile was available. throws: ModelControlException - if manipulation of model fails. |
registerChildren | protected void registerChildren()(Code) | | Register the child objects of the tileview.
|
|
|
|