org.apache.geronimo.console.ca
Class CADetailsHandler
java.lang.Object
org.apache.geronimo.console.MultiPageAbstractHandler
org.apache.geronimo.console.ca.BaseCAHandler
org.apache.geronimo.console.ca.CADetailsHandler
public class CADetailsHandler
- extends BaseCAHandler
Handler for the CA details screen.
Fields inherited from class org.apache.geronimo.console.ca.BaseCAHandler |
CADETAILS_MODE, CERT_REQ_DETAILS_MODE, CONFIRM_CA_MODE, CONFIRM_CERT_REQ_MODE, CONFIRM_CLIENT_CERT_MODE, defaultCAKeystore, defaultCAStoreDir, defaultCSRStoreDir, defaultKeyAlgorithm, ERROR_MSG, INDEX_MODE, INFO_MSG, LIST_REQUESTS_ISSUE_MODE, LIST_REQUESTS_VERIFY_MODE, PROCESS_CSR_MODE, SETUPCA_MODE, UNLOCKCA_MODE, VIEW_CERT_MODE |
Method Summary |
String |
actionAfterView(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
MultiPageModel model)
Returns the mode for the next screen to render (usually the one after this in the sequence) |
String |
actionBeforeView(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
MultiPageModel model)
Returns the mode for the next screen to render (usually this one) |
void |
renderView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
MultiPageModel model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CADetailsHandler
public CADetailsHandler()
actionBeforeView
public String actionBeforeView(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
MultiPageModel model)
throws javax.portlet.PortletException,
IOException
- Description copied from class:
MultiPageAbstractHandler
- Returns the mode for the next screen to render (usually this one)
- Specified by:
actionBeforeView
in class MultiPageAbstractHandler
- Throws:
javax.portlet.PortletException
IOException
renderView
public void renderView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
MultiPageModel model)
throws javax.portlet.PortletException,
IOException
- Specified by:
renderView
in class MultiPageAbstractHandler
- Throws:
javax.portlet.PortletException
IOException
actionAfterView
public String actionAfterView(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
MultiPageModel model)
throws javax.portlet.PortletException,
IOException
- Description copied from class:
MultiPageAbstractHandler
- Returns the mode for the next screen to render (usually the one after this in the sequence)
- Specified by:
actionAfterView
in class MultiPageAbstractHandler
- Throws:
javax.portlet.PortletException
IOException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.