| Package | Description |
|---|---|
| org.apache.wicket.portlet |
| Modifier and Type | Method and Description |
|---|---|
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 are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WicketPortlet.validateDefaultPages(Map<WicketPortlet.PageType,String> defaultPages)
FIXME javadoc
|
Copyright © 2020. All rights reserved.