org.apache.pluto.portlet.admin.controller
Class ControllerPortlet
java.lang.Object
javax.portlet.GenericPortlet
org.apache.pluto.portlet.admin.controller.ControllerPortlet
- All Implemented Interfaces:
- javax.portlet.Portlet, javax.portlet.PortletConfig
- Direct Known Subclasses:
- DeployWarPortlet, PageRegistryPortlet, PortletEntityRegistryPortlet
- public class ControllerPortlet
- extends javax.portlet.GenericPortlet
Base class to all portlets.
- Author:
- Craig Doremus
Field Summary |
protected javax.portlet.PortletContext |
_ctx
|
protected java.lang.String |
_incEdit
|
protected java.lang.String |
_incHelp
|
protected java.lang.String |
_incView
|
protected java.util.Properties |
_properties
|
Methods inherited from class javax.portlet.GenericPortlet |
destroy, doDispatch, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, processAction, render |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_incView
protected java.lang.String _incView
_incEdit
protected java.lang.String _incEdit
_incHelp
protected java.lang.String _incHelp
_properties
protected java.util.Properties _properties
_ctx
protected javax.portlet.PortletContext _ctx
ControllerPortlet
public ControllerPortlet()
doEdit
protected void doEdit(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
java.io.IOException
- Throws:
javax.portlet.PortletException
java.io.IOException
doView
protected void doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
java.io.IOException
- Throws:
javax.portlet.PortletException
java.io.IOException
doHelp
protected void doHelp(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
java.io.IOException
- Throws:
javax.portlet.PortletException
java.io.IOException
init
public void init()
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
log
protected void log(java.lang.String msg)
log
protected void log(java.lang.String msg,
java.lang.Throwable e)
getPageRegistryFileName
protected java.lang.String getPageRegistryFileName()
getPageRegistryFilePath
protected java.lang.String getPageRegistryFilePath()
getPortletRegistryFileName
protected java.lang.String getPortletRegistryFileName()
getPortletRegistryFilePath
protected java.lang.String getPortletRegistryFilePath()
getDataDirPath
protected java.lang.String getDataDirPath()
printParams
protected void printParams(javax.portlet.PortletRequest request)
Copyright © 2003-2006 . All Rights Reserved.