|
| Portal |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
Common storage area assigned to each portlet instance. For each
unique user session that interacts with a given portlet, a
separate instance of a PortletContext is created
and stored in the user session.
| Method Summary | |
String |
getId()
Get ID for the portlet context |
String |
getMode()
get the mode for the portlet. |
String |
getOriginatingHost()
Get the originating host stored in the PortletContext. |
String |
getOriginatingLocale()
Get the originating locale stored in the PortletContext. |
int |
getOriginatingPort()
Get the originating port stored in the PortletContext. |
String |
getOriginatingWebContext()
Get the originating web context stored in the PortletContext. |
String |
getPageEntityKey()
Get the page entity key stored in this PortletContext |
String |
getPortletEntityKey()
Get the portlet entity key stored in this PortletContext |
String |
getProtocol()
Get the protocol stored in the PortletContext. |
void |
resetMode()
Reset the mode of the portlet to the default mode. |
String |
resolveURLForActionName(String name)
This will look up all actions stored in the PortletInfo that is attached to this PortletContext. |
| Method Detail |
public String getId()
java.lang.String - the portlet context IDpublic String getPageEntityKey()
java.lang.String - the Page entity key stored in this PortletContextpublic String getPortletEntityKey()
java.lang.String - the Portlet entity key stored in this PortletContextpublic String getProtocol()
java.lang.String - the protocol stored in the PortletContextpublic String getOriginatingHost()
java.lang.String - the originating host stored in the PortletContextpublic String getOriginatingWebContext()
java.lang.String - the originating web context stored in the PortletContextpublic int getOriginatingPort()
java.lang.int - the originating port stored in the PortletContextpublic String getOriginatingLocale()
java.lang.int - the originating locale stored in the PortletContextpublic String resolveURLForActionName(String name)
java.lang.String - the URL for the action name passed inpublic String getMode()
java.lang.String - the current mode for the portletpublic void resetMode()
|
| Portal |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||