public class Attachments extends Object
Modifier and Type | Field and Description |
---|---|
static org.jboss.as.server.deployment.AttachmentKey<Properties> |
DEPLOYMENT_PROPERTIES |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<org.jboss.metadata.property.PropertyResolver>> |
DEPLOYMENT_PROPERTY_RESOLVERS |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.metadata.property.PropertyReplacer> |
FINAL_PROPERTY_REPLACER |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.metadata.property.PropertyResolver> |
FINAL_PROPERTY_RESOLVER
Deprecated.
Code processing text for expressions should use
a PropertyReplacer not a PropertyResolver |
Constructor and Description |
---|
Attachments() |
public static final org.jboss.as.server.deployment.AttachmentKey<Properties> DEPLOYMENT_PROPERTIES
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<org.jboss.metadata.property.PropertyResolver>> DEPLOYMENT_PROPERTY_RESOLVERS
@Deprecated public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.metadata.property.PropertyResolver> FINAL_PROPERTY_RESOLVER
a PropertyReplacer
not a PropertyResolverpublic static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.metadata.property.PropertyReplacer> FINAL_PROPERTY_REPLACER
Copyright © 2016 JBoss by Red Hat. All rights reserved.