org.apache.geronimo.console.logmanager
Class LogViewerPortlet

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

public class LogViewerPortlet
extends BasePortlet


Nested Class Summary
static class LogViewerPortlet.LogFile
           
 
Field Summary
protected  javax.portlet.PortletRequestDispatcher helpView
           
protected  javax.portlet.PortletRequestDispatcher searchView
           
 
Fields inherited from class org.apache.geronimo.console.BasePortlet
WEB_SERVER_GENERIC, WEB_SERVER_JETTY, WEB_SERVER_TOMCAT
 
Constructor Summary
LogViewerPortlet()
           
 
Method Summary
protected  void doHelp(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderRespose)
           
protected  void doView(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderRespose)
           
 void init(javax.portlet.PortletConfig portletConfig)
           
 
Methods inherited from class org.apache.geronimo.console.BasePortlet
callOperation, getProperty, getWebServerType, setProperty
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doDispatch, doEdit, 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
 

Field Detail

searchView

protected javax.portlet.PortletRequestDispatcher searchView

helpView

protected javax.portlet.PortletRequestDispatcher helpView
Constructor Detail

LogViewerPortlet

public LogViewerPortlet()
Method Detail

doHelp

protected void doHelp(javax.portlet.RenderRequest renderRequest,
                      javax.portlet.RenderResponse renderRespose)
               throws javax.portlet.PortletException,
                      IOException
Overrides:
doHelp in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
IOException

doView

protected void doView(javax.portlet.RenderRequest renderRequest,
                      javax.portlet.RenderResponse renderRespose)
               throws javax.portlet.PortletException,
                      IOException
Overrides:
doView in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
IOException

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


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