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, registerAliasOperationsgetDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerChildren, registerOperations, registerRemoveOperationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescriptionProvider, getPathElement, registerChildren, registerOperationspublic 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)
ResourceDefinitionregisterAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionaccesslog - a ManagementResourceRegistration created from this definitionpublic void registerAliasAttributes(ManagementResourceRegistration resourceRegistration, PathElement alias)
AliasedResourceDefinitionregisterAliasAttributes in interface AliasedResourceDefinitionregisterAliasAttributes in class AbstractAliasedResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionalias - the resource's aliasCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.