|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--GenericPortlet | +--org.apache.myfaces.portlet.MyFacesGenericPortlet
This portlet initializes MyFaces and converts portlet requests into JSF requests.
Field Summary | |
static java.lang.String |
VIEW_ID
|
Constructor Summary | |
MyFacesGenericPortlet()
Creates a new instance of MyFacesPortlet |
Method Summary | |
void |
destroy()
Portlet lifecycle. |
protected void |
doEdit(RenderRequest request,
RenderResponse response)
Helper method to serve up the edit mode. |
protected void |
doHelp(RenderRequest request,
RenderResponse response)
Helper method to serve up the edit mode. |
protected void |
doView(RenderRequest request,
RenderResponse response)
Helper method to serve up the view mode. |
protected void |
facesRender(RenderRequest request,
RenderResponse response)
Render a JSF view. |
void |
init()
Portlet lifecycle. |
protected void |
nonFacesRequest(RenderRequest request,
RenderResponse response)
|
void |
processAction(ActionRequest request,
ActionResponse response)
Called by the portlet container to allow the portlet to process an action request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String VIEW_ID
Constructor Detail |
public MyFacesGenericPortlet()
Method Detail |
public void destroy()
public void init() throws PortletException, UnavailableException
PortletException
UnavailableException
public void processAction(ActionRequest request, ActionResponse response) throws PortletException, java.io.IOException
PortletException
java.io.IOException
protected void doView(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException
PortletException
java.io.IOException
protected void doEdit(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException
PortletException
java.io.IOException
protected void doHelp(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException
PortletException
java.io.IOException
protected void nonFacesRequest(RenderRequest request, RenderResponse response) throws PortletException
PortletException
protected void facesRender(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException
PortletException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |