|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of WicketPortlet.PageType in org.apache.wicket.portlet |
|---|
| Methods in org.apache.wicket.portlet that return WicketPortlet.PageType | |
|---|---|
static WicketPortlet.PageType |
WicketPortlet.PageType.getByInitParameterName(String initParameterName)
|
static WicketPortlet.PageType |
WicketPortlet.PageType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WicketPortlet.PageType[] |
WicketPortlet.PageType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.apache.wicket.portlet with parameters of type WicketPortlet.PageType | |
|---|---|
protected String |
WicketPortlet.getDefaultPage(WicketPortlet.PageType pageType)
|
protected String |
WicketPortlet.getWicketURL(javax.portlet.PortletRequest request,
WicketPortlet.PageType pageType,
String defaultPage)
Retrieves the Wicket URL from the request object as a request parameter, or if none exists returns the default URL. |
protected void |
WicketPortlet.processRequest(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
WicketPortlet.PageType pageType)
Consumes and processes all portlet requests. |
| Method parameters in org.apache.wicket.portlet with type arguments of type WicketPortlet.PageType | |
|---|---|
protected void |
WicketPortlet.validateDefaultPages(Map<WicketPortlet.PageType,String> defaultPages)
FIXME javadoc Registers the default pages and their URLs for the different PortletModes. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||