org.apache.geronimo.jetty6.requestlog
Interface JettyRequestLog

All Known Implementing Classes:
NCSARequestLog

public interface JettyRequestLog

Interface for the NCSARequestLog GBean


Method Summary
 String getAbsoluteFilePath()
           
 String getFilename()
           
 String[] getIgnorePaths()
           
 String getLogDateFormat()
           
 String getLogTimeZone()
           
 int getRetainDays()
           
 boolean isAppend()
           
 boolean isExtended()
           
 boolean isPreferProxiedForAddress()
           
 void setAppend(boolean a)
           
 void setExtended(boolean e)
           
 void setFilename(String filename)
           
 void setIgnorePaths(String[] ignorePaths)
           
 void setLogDateFormat(String format)
           
 void setLogTimeZone(String tz)
           
 void setPreferProxiedForAddress(boolean value)
           
 void setRetainDays(int retainDays)
           
 

Method Detail

setFilename

void setFilename(String filename)

getFilename

String getFilename()

getAbsoluteFilePath

String getAbsoluteFilePath()

setLogDateFormat

void setLogDateFormat(String format)

getLogDateFormat

String getLogDateFormat()

setLogTimeZone

void setLogTimeZone(String tz)

getLogTimeZone

String getLogTimeZone()

getRetainDays

int getRetainDays()

setRetainDays

void setRetainDays(int retainDays)

isExtended

boolean isExtended()

setExtended

void setExtended(boolean e)

isAppend

boolean isAppend()

setAppend

void setAppend(boolean a)

setIgnorePaths

void setIgnorePaths(String[] ignorePaths)

getIgnorePaths

String[] getIgnorePaths()

setPreferProxiedForAddress

void setPreferProxiedForAddress(boolean value)

isPreferProxiedForAddress

boolean isPreferProxiedForAddress()


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