|
Portal |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemotePortletContext
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 | |
---|---|
java.lang.String |
getId()
Get ID for the portlet context |
java.lang.String |
getMode()
get the mode for the portlet. |
java.lang.String |
getOriginatingHost()
Get the originating host stored in the PortletContext. |
java.lang.String |
getOriginatingLocale()
Get the originating locale stored in the PortletContext. |
int |
getOriginatingPort()
Get the originating port stored in the PortletContext. |
java.lang.String |
getOriginatingWebContext()
Get the originating web context stored in the PortletContext. |
java.lang.String |
getPageEntityKey()
Get the page entity key stored in this PortletContext |
java.lang.String |
getPortletEntityKey()
Get the portlet entity key stored in this PortletContext 22Feb2010 NOTE NOTE NOTE - this is used by non-Portal code... must remain |
java.lang.String |
getProtocol()
Get the protocol stored in the PortletContext. |
void |
resetMode()
Reset the mode of the portlet to the default mode. |
java.lang.String |
resolveURLForActionName(java.lang.String name)
This will look up all actions stored in the PortletInfo that is attached to this PortletContext. |
Method Detail |
---|
java.lang.String getId()
java.lang.String
- the portlet context IDjava.lang.String getPageEntityKey()
java.lang.String
- the Page entity key stored in this PortletContextjava.lang.String getPortletEntityKey()
java.lang.String
- the Portlet entity key stored in this PortletContextjava.lang.String getProtocol()
java.lang.String
- the protocol stored in the PortletContextjava.lang.String getOriginatingHost()
java.lang.String
- the originating host stored in the PortletContextjava.lang.String getOriginatingWebContext()
java.lang.String
- the originating web context stored in the PortletContextint getOriginatingPort()
java.lang.int
- the originating port stored in the PortletContextjava.lang.String getOriginatingLocale()
java.lang.int
- the originating locale stored in the PortletContextjava.lang.String resolveURLForActionName(java.lang.String name)
java.lang.String
- the URL for the action name passed injava.lang.String getMode()
java.lang.String
- the current mode for the portletvoid resetMode()
|
Portal |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |