org.apache.geronimo.jetty.requestlog
Interface JettyRequestLog
- All Known Implementing Classes:
- NCSARequestLog
- public interface JettyRequestLog
Interface for the NCSARequestLog GBean
- Version:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
setFilename
public void setFilename(String filename)
getFilename
public String getFilename()
getAbsoluteFilePath
public String getAbsoluteFilePath()
setLogDateFormat
public void setLogDateFormat(String format)
getLogDateFormat
public String getLogDateFormat()
setLogTimeZone
public void setLogTimeZone(String tz)
getLogTimeZone
public String getLogTimeZone()
getRetainDays
public int getRetainDays()
setRetainDays
public void setRetainDays(int retainDays)
isExtended
public boolean isExtended()
setExtended
public void setExtended(boolean e)
isAppend
public boolean isAppend()
setAppend
public void setAppend(boolean a)
setIgnorePaths
public void setIgnorePaths(String[] ignorePaths)
getIgnorePaths
public String[] getIgnorePaths()
setPreferProxiedForAddress
public void setPreferProxiedForAddress(boolean value)
isPreferProxiedForAddress
public boolean isPreferProxiedForAddress()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.