| java.lang.Object javax.portlet.GenericPortlet com.sun.faces.portlet.FacesPortlet
All known Subclasses: com.sun.portal.app.sharedtasks.faces.SharedTasksFacesPortlet, com.sun.portal.app.sharedevents.faces.SharedEventsPortlet,
FacesPortlet | public class FacesPortlet extends GenericPortlet (Code) | | FacesPortlet is a portlet that manages the request
processing lifecycle for web applications that are utilizing JavaServer
Faces to construct the user interface in a portlet-based environment.
|
PORTLET_CONFIG | final public static String PORTLET_CONFIG(Code) | | The key used to store/retrive the PortletConfig object.
|
destroy | public void destroy()(Code) | | Release all resources acquired at startup time.
|
doEdit | public void doEdit(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code) | | Perform the Render Response phase of the request processing
lifecycle for the specified request.
This method is invoked to serve up the edit portlet mode.
Parameters: request - The portlet request we are processing Parameters: response - The portlet response we are processing exception: IOException - if an input/output error occurs exception: PortletException - if a portlet processing error occurs |
doHelp | public void doHelp(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code) | | Perform the Render Response phase of the request processing
lifecycle for the specified request.
This method is invoked to serve up the help portlet mode.
Parameters: request - The portlet request we are processing Parameters: response - The portlet response we are processing exception: IOException - if an input/output error occurs exception: PortletException - if a portlet processing error occurs |
doView | public void doView(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code) | | Perform the Render Response phase of the request processing
lifecycle for the specified request.
This method is invoked to serve up the view portlet mode.
Parameters: request - The portlet request we are processing Parameters: response - The portlet response we are processing exception: IOException - if an input/output error occurs exception: PortletException - if a portlet processing error occurs |
init | public void init(PortletConfig portletConfig) throws PortletException(Code) | | Acquire the factory instance we will require.
exception: PortletException - if, for any reason, the startp ofthis Faces application failed. This includes errors in theconfig file that is parsed before or during the processing ofthis init() method. |
processAction | public void processAction(ActionRequest request, ActionResponse response) throws IOException, PortletException(Code) | | Perform the request processing lifecycle for the specified request,
up to (but not including) the Render Response phase.
Parameters: request - The portlet request we are processing Parameters: response - The portlet response we are processing exception: IOException - if an input/output error occurs exception: PortletException - if a portlet processing error occurs |
Methods inherited from javax.portlet.GenericPortlet | public void destroy()(Code)(Java Doc) protected void doDispatch(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) protected void doEdit(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) protected void doHelp(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) protected void doView(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) public String getInitParameter(java.lang.String name)(Code)(Java Doc) public java.util.Enumeration getInitParameterNames()(Code)(Java Doc) public PortletConfig getPortletConfig()(Code)(Java Doc) public PortletContext getPortletContext()(Code)(Java Doc) public String getPortletName()(Code)(Java Doc) public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)(Code)(Java Doc) protected java.lang.String getTitle(RenderRequest request)(Code)(Java Doc) public void init(PortletConfig config) throws PortletException(Code)(Java Doc) public void init() throws PortletException(Code)(Java Doc) public void processAction(ActionRequest request, ActionResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) public void render(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc)
|
|
|