|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.portlet.GenericPortlet
hu.midori.kosmos.portlet.AbstractKosmosPortlet
public abstract class AbstractKosmosPortlet
Each Kosmos portlet must extend this baseclass.
Constructor Summary | |
---|---|
AbstractKosmosPortlet()
|
Method Summary | |
---|---|
protected static java.lang.String |
getFixedViewInitParameter(javax.portlet.PortletConfig config)
Returns the appropriate portlet init parameter. |
protected static java.lang.String |
getMonitoredResourceInitParameter(javax.portlet.PortletConfig config)
Returns the appropriate portlet init parameter. |
protected static java.util.List<java.lang.String> |
getMonitoredUrlsInitParameter(javax.portlet.PortletConfig config)
Returns the appropriate portlet init parameter. |
protected static java.lang.String |
getServiceUrlInitParameter(javax.portlet.PortletConfig config)
Returns the appropriate portlet init parameter. |
void |
processAction(javax.portlet.ActionRequest arg0,
javax.portlet.ActionResponse arg1)
This dummy method needs only to make Liferay happy: Liferay will call this when minimizing/maximizing the portlet window, and the implementation in GenericPortlet
simply throws an exception. |
protected void |
renderJsp(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
java.lang.String jspName)
Renders a JSP. |
protected void |
renderJsp(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
java.lang.String jspName,
java.lang.String title)
Renders a JSP and sets the portlet title. |
Methods inherited from class javax.portlet.GenericPortlet |
---|
destroy, doDispatch, doEdit, doHelp, doView, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, init, render |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractKosmosPortlet()
Method Detail |
---|
protected void renderJsp(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, java.lang.String jspName, java.lang.String title)
protected void renderJsp(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, java.lang.String jspName)
public void processAction(javax.portlet.ActionRequest arg0, javax.portlet.ActionResponse arg1)
GenericPortlet
simply throws an exception.
processAction
in interface javax.portlet.Portlet
processAction
in class javax.portlet.GenericPortlet
protected static java.lang.String getMonitoredResourceInitParameter(javax.portlet.PortletConfig config)
protected static java.lang.String getServiceUrlInitParameter(javax.portlet.PortletConfig config)
protected static java.util.List<java.lang.String> getMonitoredUrlsInitParameter(javax.portlet.PortletConfig config)
protected static java.lang.String getFixedViewInitParameter(javax.portlet.PortletConfig config)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |