org.apache.geronimo.console.certmanager
Class CertManagerPortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended byorg.apache.geronimo.console.certmanager.CertManagerPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class CertManagerPortlet
extends javax.portlet.GenericPortlet


Constructor Summary
CertManagerPortlet()
           
 
Method Summary
 void doHelp(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 void doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 org.apache.geronimo.gbean.AbstractName getKeyStoreObjectName()
           
 void init(javax.portlet.PortletConfig portletConfig)
           
 void processAction(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doDispatch, doEdit, 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

CertManagerPortlet

public CertManagerPortlet()
Method Detail

init

public void init(javax.portlet.PortletConfig portletConfig)
          throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

getKeyStoreObjectName

public org.apache.geronimo.gbean.AbstractName getKeyStoreObjectName()

processAction

public void processAction(javax.portlet.ActionRequest request,
                          javax.portlet.ActionResponse response)
                   throws javax.portlet.PortletException,
                          IOException
Throws:
javax.portlet.PortletException
IOException

doView

public void doView(javax.portlet.RenderRequest request,
                   javax.portlet.RenderResponse response)
            throws javax.portlet.PortletException,
                   IOException
Throws:
javax.portlet.PortletException
IOException

doHelp

public void doHelp(javax.portlet.RenderRequest renderRequest,
                   javax.portlet.RenderResponse renderResponse)
            throws javax.portlet.PortletException,
                   IOException
Throws:
javax.portlet.PortletException
IOException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.