|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.Component
wicket.MarkupContainer
wicket.Page
wicket.protocol.http.portlet.PortletPage
public class PortletPage
Base class for portlet pages.
WebPage,
Page,
Serialized Form| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class wicket.Component |
|---|
Component.ComponentModelChange, Component.EnabledChange, Component.IVisitor, Component.VisibilityChange |
| Field Summary |
|---|
| Fields inherited from class wicket.Page |
|---|
LATEST_VERSION |
| Fields inherited from class wicket.Component |
|---|
ENABLE, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED6, FLAG_RESERVED7, FLAG_RESERVED8, PATH_SEPARATOR, RENDER |
| Fields inherited from interface wicket.IRedirectListener |
|---|
INTERFACE |
| Constructor Summary | |
|---|---|
protected |
PortletPage()
|
protected |
PortletPage(IModel model)
|
protected |
PortletPage(PageMap pageMap)
|
protected |
PortletPage(PageMap pageMap,
IModel model)
|
protected |
PortletPage(PageParameters parameters)
Constructor which receives wrapped query string parameters for a request. |
| Method Summary | |
|---|---|
java.lang.String |
getMarkupType()
Markup type for portlets is always html |
javax.portlet.PortletMode |
getPortletMode()
Get current portlet mode |
protected PortletRequestCycle |
getPortletRequestCycle()
|
javax.portlet.WindowState |
getWindowState()
Get current window state |
protected void |
onSetPortletMode(javax.portlet.PortletMode portletMode)
Called when the portlet mode is changed. |
protected void |
onSetWindowState(javax.portlet.WindowState windowState)
|
void |
setPortletMode(javax.portlet.PortletMode portletMode)
THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. |
void |
setWindowState(javax.portlet.WindowState windowState)
THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. |
| Methods inherited from class wicket.MarkupContainer |
|---|
add, autoAdd, contains, findMarkupStream, get, getAssociatedMarkupStream, getMarkupStream, internalAdd, internalAttach, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onComponentTagBody, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, replace, setMarkupStream, setModel, size, toString, visitChildren, visitChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface wicket.session.pagemap.IPageMapEntry |
|---|
getPage |
| Constructor Detail |
|---|
protected PortletPage()
Page.Page()protected PortletPage(IModel model)
Page.Page(IModel)protected PortletPage(PageMap pageMap)
Page.Page(PageMap)
protected PortletPage(PageMap pageMap,
IModel model)
Page.Page(PageMap, IModel)protected PortletPage(PageParameters parameters)
parameters - Wrapped query string parameters.| Method Detail |
|---|
public final java.lang.String getMarkupType()
getMarkupType in class MarkupContainerprotected final PortletRequestCycle getPortletRequestCycle()
public final void setPortletMode(javax.portlet.PortletMode portletMode)
portletMode - public final void setWindowState(javax.portlet.WindowState windowState)
windowState - public javax.portlet.PortletMode getPortletMode()
PortletModepublic javax.portlet.WindowState getWindowState()
WindowStateprotected void onSetPortletMode(javax.portlet.PortletMode portletMode)
portletMode - protected void onSetWindowState(javax.portlet.WindowState windowState)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||