public class WebAccessLogDefinition extends AbstractAliasedResourceDefinition
Modifier and Type | Field and Description |
---|---|
protected static SimpleAttributeDefinition[] |
ACCESS_LOG_ATTRIBUTES |
protected static SimpleAttributeDefinition |
EXTENDED |
static WebAccessLogDefinition |
INSTANCE |
protected static SimpleAttributeDefinition |
PATTERN |
protected static SimpleAttributeDefinition |
PREFIX |
protected static SimpleAttributeDefinition |
RESOLVE_HOSTS |
protected static SimpleAttributeDefinition |
ROTATE |
aliasHandler
Modifier and Type | Method and Description |
---|---|
void |
registerAliasAttributes(ManagementResourceRegistration resourceRegistration,
PathElement alias)
Register operations associated with an alias resource.
|
void |
registerAttributes(ManagementResourceRegistration accesslog)
Register operations associated with this resource.
|
getAliasDescriptionProvider, getAliasHandler, registerAliasChildren, registerAliasOperations
getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerChildren, registerOperations, registerRemoveOperation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescriptionProvider, getPathElement, registerChildren, registerOperations
public static final WebAccessLogDefinition INSTANCE
protected static final SimpleAttributeDefinition PATTERN
protected static final SimpleAttributeDefinition RESOLVE_HOSTS
protected static final SimpleAttributeDefinition EXTENDED
protected static final SimpleAttributeDefinition PREFIX
protected static final SimpleAttributeDefinition ROTATE
protected static final SimpleAttributeDefinition[] ACCESS_LOG_ATTRIBUTES
public void registerAttributes(ManagementResourceRegistration accesslog)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
accesslog
- a ManagementResourceRegistration
created from this definitionpublic void registerAliasAttributes(ManagementResourceRegistration resourceRegistration, PathElement alias)
AliasedResourceDefinition
registerAliasAttributes
in interface AliasedResourceDefinition
registerAliasAttributes
in class AbstractAliasedResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionalias
- the resource's aliasCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.