net.sf.hermesftp.console
Class LogServlet

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

public class LogServlet
extends AbstractConsoleServlet

Provides an overview of system and application properties.

Author:
Administrator
See Also:
Serialized Form

Constructor Summary
LogServlet()
          Constructor.
 
Method Summary
protected  java.util.Properties getContentProperties()
          The content properties object.
 java.lang.String getLogFile()
          Getter methode for property logFile.
 void setLogFile(java.lang.String logFile)
          Setter methode for property logFile.
 
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

LogServlet

public LogServlet()
Constructor.

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.

getLogFile

public java.lang.String getLogFile()
Getter methode for property logFile.

Returns:
Property logFile.

setLogFile

public void setLogFile(java.lang.String logFile)
Setter methode for property logFile.

Parameters:
logFile - Value for logFile.


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