org.apache.geronimo.console.repository
Class RepositoryViewPortlet
java.lang.Object
javax.portlet.GenericPortlet
org.apache.geronimo.console.BasePortlet
org.apache.geronimo.console.repository.RepositoryViewPortlet
- All Implemented Interfaces:
- javax.portlet.Portlet, javax.portlet.PortletConfig
public class RepositoryViewPortlet
- extends BasePortlet
Method Summary |
void |
doHelp(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
|
protected void |
doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
|
void |
init(javax.portlet.PortletConfig portletConfig)
|
List |
listing(File dir,
String basepath)
|
void |
processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
|
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 |
RepositoryViewPortlet
public RepositoryViewPortlet()
init
public void init(javax.portlet.PortletConfig portletConfig)
throws javax.portlet.PortletException
- Specified by:
init
in interface javax.portlet.Portlet
- Overrides:
init
in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
processAction
public void processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws javax.portlet.PortletException,
IOException
- Specified by:
processAction
in interface javax.portlet.Portlet
- Overrides:
processAction
in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
IOException
doView
protected void doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
- Overrides:
doView
in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
IOException
doHelp
public void doHelp(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
- Overrides:
doHelp
in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
IOException
listing
public List listing(File dir,
String basepath)
throws IOException
- Throws:
IOException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.