|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
NavigationalState
Method Summary | |
NavigationalState |
create()
Creates a navigational state. |
PortalURL |
createURL(javax.servlet.http.HttpServletRequest request,
String characterEncoding)
Creates a Portal URL representing the URL of the request. |
javax.portlet.PortletMode |
lookupPortletMode(String name)
Given a portlet mode name, look up its object. |
javax.portlet.WindowState |
lookupWindowState(String name)
Given a window state name, look up its object. |
Method Detail |
public NavigationalState create()
null
FailedToCreateNavStateException
- if the nav state could not be created. Under normal
circumstances, this should not happen.public PortalURL createURL(javax.servlet.http.HttpServletRequest request, String characterEncoding)
request
- The ubiqitious request.characterEncoding
- String containing the name of the chararacter encoding
null
;
FailedToCreatePortalUrlException
- if the portelt url could not be created. Under normal
circumstances, this should not happen.public javax.portlet.WindowState lookupWindowState(String name)
name
- The string representation of the window state.
public javax.portlet.PortletMode lookupPortletMode(String name)
name
- The string representation of the portlet mode.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |