org.apache.geronimo.console.car
Class CreatePluginPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.apache.geronimo.console.BasePortlet
          extended by org.apache.geronimo.console.MultiPagePortlet
              extended by org.apache.geronimo.console.car.CreatePluginPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class CreatePluginPortlet
extends MultiPagePortlet

Portlet for creating a plugin.


Field Summary
 
Fields inherited from class org.apache.geronimo.console.MultiPagePortlet
helpers, MODE_KEY
 
Fields inherited from class org.apache.geronimo.console.BasePortlet
WEB_SERVER_GENERIC, WEB_SERVER_JETTY, WEB_SERVER_TOMCAT
 
Constructor Summary
CreatePluginPortlet()
           
 
Method Summary
protected  MultiPageModel getModel(javax.portlet.PortletRequest request)
           
protected  String getModelJSPVariableName()
           
 void init(javax.portlet.PortletConfig config)
           
 
Methods inherited from class org.apache.geronimo.console.MultiPagePortlet
addHelper, destroy, doView, getDefaultMode, processAction
 
Methods inherited from class org.apache.geronimo.console.BasePortlet
callOperation, getProperty, getWebServerType, setProperty
 
Methods inherited from class javax.portlet.GenericPortlet
doDispatch, doEdit, doHelp, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePluginPortlet

public CreatePluginPortlet()
Method Detail

init

public void init(javax.portlet.PortletConfig config)
          throws javax.portlet.PortletException
Specified by:
init in interface javax.portlet.Portlet
Overrides:
init in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException

getModelJSPVariableName

protected String getModelJSPVariableName()
Specified by:
getModelJSPVariableName in class MultiPagePortlet

getModel

protected MultiPageModel getModel(javax.portlet.PortletRequest request)
Specified by:
getModel in class MultiPagePortlet


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.