org.portletfaces.bridge
Class GenericFacesPortlet
java.lang.Object
javax.portlet.GenericPortlet
org.portletfaces.bridge.GenericFacesPortlet
- All Implemented Interfaces:
- javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet
public class GenericFacesPortlet
- extends javax.portlet.GenericPortlet
- Author:
- Neil Griffin
| Methods inherited from class javax.portlet.GenericPortlet |
doDispatch, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, render |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BRIDGE_CLASS
public static final java.lang.String BRIDGE_CLASS
- See Also:
- Constant Field Values
BRIDGE_SERVICE_CLASSPATH
public static final java.lang.String BRIDGE_SERVICE_CLASSPATH
- See Also:
- Constant Field Values
DEFAULT_VIEWID
public static final java.lang.String DEFAULT_VIEWID
- See Also:
- Constant Field Values
GenericFacesPortlet
public GenericFacesPortlet()
destroy
public void destroy()
- Specified by:
destroy in interface javax.portlet.Portlet- Overrides:
destroy in class javax.portlet.GenericPortlet
init
public void init(javax.portlet.PortletConfig portletConfig)
throws javax.portlet.PortletException
- Specified by:
init in interface javax.portlet.Portlet- Overrides:
init in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
processAction
public void processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws javax.portlet.PortletException,
java.io.IOException
- Specified by:
processAction in interface javax.portlet.Portlet- Overrides:
processAction in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
java.io.IOException
processEvent
public void processEvent(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse)
throws javax.portlet.PortletException,
java.io.IOException
- Specified by:
processEvent in interface javax.portlet.EventPortlet- Overrides:
processEvent in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
java.io.IOException
serveResource
public void serveResource(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse)
throws javax.portlet.PortletException,
java.io.IOException
- Specified by:
serveResource in interface javax.portlet.ResourceServingPortlet- Overrides:
serveResource in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
java.io.IOException
doEdit
protected void doEdit(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws javax.portlet.PortletException,
java.io.IOException
- Overrides:
doEdit in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
java.io.IOException
doHeaders
protected void doHeaders(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
- Overrides:
doHeaders in class javax.portlet.GenericPortlet
doHelp
protected void doHelp(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws javax.portlet.PortletException,
java.io.IOException
- Overrides:
doHelp in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
java.io.IOException
doView
protected void doView(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws javax.portlet.PortletException,
java.io.IOException
- Overrides:
doView in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
java.io.IOException
getBridgeClassName
public java.lang.String getBridgeClassName()
getBridgeEventHandler
protected BridgeEventHandler getBridgeEventHandler()
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
getBridgePublicRenderParameterHandler
protected BridgePublicRenderParameterHandler getBridgePublicRenderParameterHandler()
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
getDefaultViewIdMap
public java.util.Map<java.lang.String,java.lang.String> getDefaultViewIdMap()
getFacesBridge
public Bridge getFacesBridge(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse)
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
getFacesBridge
protected Bridge getFacesBridge()
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
getResponseCharacterSetEncoding
@Deprecated
public java.lang.String getResponseCharacterSetEncoding(javax.portlet.PortletRequest request)
- Deprecated. as of Bridge Spec version 2.0
getResponseContentType
@Deprecated
public java.lang.String getResponseContentType(javax.portlet.PortletRequest request)
- Deprecated. as of Bridge Spec version 2.0
Copyright © 2011 portletfaces.org. All Rights Reserved.