Package org.eclnt.jsfserver.portlet
Class PortletIntegrator
java.lang.Object
javax.portlet.GenericPortlet
org.eclnt.jsfserver.portlet.PortletIntegrator
- All Implemented Interfaces:
javax.portlet.Portlet
,javax.portlet.PortletConfig
public class PortletIntegrator
extends javax.portlet.GenericPortlet
Generic protlet inetgrator: the CaptainCasa application will be
started as applet within an IFRAME. Page name and page attributes
can be passed by specifying a corresponding portlet.xml file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.portlet.GenericPortlet
destroy, doDispatch, doEdit, doHelp, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, processAction, render
-
Field Details
-
PREF_CCPAGE
-
PREF_NORMALWIDTH
-
PREF_NORMALHEIGHT
-
PREF_MAXWIDTH
-
PREF_MAXHEIGHT
-
CCPORTLETSESSIONID
-
CCLASTPORTLETREQUEST
-
-
Constructor Details
-
PortletIntegrator
public PortletIntegrator()
-
-
Method Details
-
init
public void init() throws javax.portlet.PortletException- Overrides:
init
in classjavax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
-
getCurrentPortletContext
public static javax.portlet.PortletContext getCurrentPortletContext() -
getCurrenttPortletConfig
public static javax.portlet.PortletConfig getCurrenttPortletConfig() -
getCurrentPortletRequest
public static javax.portlet.PortletRequest getCurrentPortletRequest() -
getCurrentPortletSessionId
-
doView
protected void doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws javax.portlet.PortletException, IOException - Overrides:
doView
in classjavax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
IOException
-