Interface HttpAccessLog
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface HttpAccessLog
extends org.jvnet.hk2.config.ConfigBeanProxy
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theiponlyproperty.Gets the value of thelogDirectoryproperty.voidSets the value of theiponlyproperty.voidsetLogDirectory(String logDirectory) Sets the value of thelogDirectoryproperty.Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Method Details
-
getLogDirectory
String getLogDirectory()Gets the value of thelogDirectoryproperty.Location of the access logs specified as a directory. This defaults to the
domain.log-root, which by default is${INSTANCE_ROOT}/logs. Hence, the default value for this attribute is${INSTANCE_ROOT}/logs/access.- Returns:
- possible object is
String
-
setLogDirectory
Sets the value of thelogDirectoryproperty.- Parameters:
logDirectory- allowed object isString- Throws:
PropertyVetoException
-
getIponly
String getIponly()Gets the value of theiponlyproperty.If the IP address of the user agent should be specified or a DNS lookup should be done.
- Returns:
- possible object is
String
-
setIponly
Sets the value of theiponlyproperty.- Parameters:
iponly- allowed object isString- Throws:
PropertyVetoException
-