net.sf.hermesftp.console
Class SessionsServlet

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.SessionsServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SessionsServlet
extends AbstractConsoleServlet

Provides an overview of system and application properties.

Author:
Administrator
See Also:
Serialized Form

Constructor Summary
SessionsServlet()
           
 
Method Summary
protected  java.util.Properties getContentProperties()
          The content properties object.
 java.lang.String getPageTitle()
          Getter methode for property pageTitle.
 FtpServer getServer()
          Getter methode for property server.
 void setPageTitle(java.lang.String pageTitle)
          Setter methode for property pageTitle.
 void setServer(FtpServer server)
          Setter methode for property server.
 
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

SessionsServlet

public SessionsServlet()
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.

getPageTitle

public java.lang.String getPageTitle()
Getter methode for property pageTitle.

Returns:
Property pageTitle.

setPageTitle

public void setPageTitle(java.lang.String pageTitle)
Setter methode for property pageTitle.

Parameters:
pageTitle - Value for pageTitle.

getServer

public FtpServer getServer()
Getter methode for property server.

Returns:
Property server.

setServer

public void setServer(FtpServer server)
Setter methode for property server.

Parameters:
server - Value for server.


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