|
Portal |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletContext | |
---|---|
com.sas.portal.portlet | This package provides interfaces and classes that support portlets. |
com.sas.portal.portlet.configuration | This package provides interfaces and classes that support portlet editing. |
com.sas.portal.portlets.JspPortlet | This package provides two convenience classes for portlets that can be represented as a simple JSP (without portlet actions). |
Uses of PortletContext in com.sas.portal.portlet |
---|
Methods in com.sas.portal.portlet with parameters of type PortletContext | |
---|---|
static java.lang.String |
NavigationUtil.buildBaseURL(PortletContext context,
javax.servlet.http.HttpServletRequest request)
Build base URL given just a PortletContext and an HttpServletRequest. |
static java.lang.String |
NavigationUtil.buildBaseURL(PortletContext context,
javax.servlet.http.HttpServletRequest request,
java.lang.String portletActionName)
Build base URL given a PortletContext, an HttpServletRequest, and a specific portletActionName. |
static java.lang.String |
NavigationUtil.buildBaseURL(PortletContext context,
javax.servlet.http.HttpServletRequest request,
java.lang.String portletActionName,
java.util.Map parameters)
Build base URL given a PortletContext, an HttpServletRequest, and a specific portletActionName. |
void |
PortletInitializerInterface.initialize(java.util.Properties initProperties,
PortletContext context)
Runs when the portlet is first initialized, on a per-user basis. |
static void |
NavigationUtil.prepareLocalizedResources(java.lang.String bundleName,
javax.servlet.http.HttpServletRequest request,
PortletContext ctx)
Prepares the localized resources for the portlet by using the bundle name and the locale of the user. |
void |
PostProcessorInterface.service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PortletContext context)
Renders a portlet within a "cell" of the page layout. it is also the point where the portal allows the portlet to do post-processing clean up |
java.lang.String |
DefaultPortletAction.service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PortletContext context)
Integration point for portlet actions. |
java.lang.String |
PortletActionInterface.service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PortletContext context)
Integration point for portlet actions. |
java.lang.String |
HTMLPortletAction.service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PortletContext context)
Extend this method and call super() first. |
java.lang.String |
ErrorHandlerInterface.service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PortletContext context,
java.lang.Exception thrownException)
Runs when the error condition is raised. |
Uses of PortletContext in com.sas.portal.portlet.configuration |
---|
Methods in com.sas.portal.portlet.configuration with parameters of type PortletContext | |
---|---|
static Configuration |
ConfigurationFactory.getConfiguration(PortletContext pctx)
Fetches a Configuration from metadata. |
static Configuration |
ConfigurationFactory.getConfiguration(PortletContext pctx,
boolean createConfiguration)
Fetches the configuration based on the entity key of a portlet. |
static Configuration |
ConfigurationFactory.storeConfiguration(PortletContext pctx,
Configuration config)
Persists the Configuration object to metadata. |
Uses of PortletContext in com.sas.portal.portlets.JspPortlet |
---|
Methods in com.sas.portal.portlets.JspPortlet with parameters of type PortletContext | |
---|---|
void |
JspPortletInitializer.initialize(java.util.Properties initProperties,
PortletContext context)
Runs when the portlet is first initialized, on a per-user basis. |
java.lang.String |
JspPortlet.service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PortletContext context)
Returns the value of "display-page" from the portlet's XML descriptor. |
|
Portal |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |