net.sf.hermesftp.console
Class OverviewServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by net.sf.hermesftp.console.AbstractConsoleServlet
              extended by net.sf.hermesftp.console.OverviewServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class OverviewServlet
extends AbstractConsoleServlet

Provides an overview of system and application properties.

Author:
Administrator
See Also:
Serialized Form

Constructor Summary
OverviewServlet()
           
 
Method Summary
protected  java.util.Properties getContentProperties()
          The content properties object.
 FtpServerOptions getOptions()
          Getter methode for property options.
 void setOptions(FtpServerOptions options)
          Setter methode for property options.
 
Methods inherited from class net.sf.hermesftp.console.AbstractConsoleServlet
doGet, fillField, fillNumField, formatDate, formatNum, formatNum, getContentResourceName, getFooterResourceName, getHeaderResourceName, getRefreshInterval, setContentResourceName, setFooterResourceName, setHeaderResourceName, setRefreshInterval
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverviewServlet

public OverviewServlet()
Method Detail

getContentProperties

protected java.util.Properties getContentProperties()
The content properties object. The properties object represents a mapping of placeholder keys and their corresponding values.

Specified by:
getContentProperties in class AbstractConsoleServlet
Returns:
The properties.

getOptions

public FtpServerOptions getOptions()
Getter methode for property options.

Returns:
Property options.

setOptions

public void setOptions(FtpServerOptions options)
Setter methode for property options.

Parameters:
options - Value for options.


Copyright © 2005-2007 Lars Behnke. All Rights Reserved.