-
- All Implemented Interfaces:
- javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet
public class FastCGIPortlet
extends javax.portlet.GenericPortlet
Porlet version is quite experimental, but functionnal.
- Author:
- jrialland
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
destroy() |
void |
init(javax.portlet.PortletConfig portletConfig) |
void |
render(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response) |
-
Methods inherited from class javax.portlet.GenericPortlet
doDispatch, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processAction, processEvent, serveResource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FastCGIPortlet
public FastCGIPortlet()
-
Method Detail
-
destroy
public void destroy()
- Specified by:
destroy
in interface javax.portlet.Portlet
- Overrides:
destroy
in class javax.portlet.GenericPortlet
Copyright © 2009-2012 Julien Rialland, and the jFastCGI project developpers.. All Rights Reserved.