public class ServletContextAttribute extends Object
ServletContext attribute name and value.| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<ServletContextAttribute>> |
ATTACHMENT_KEY |
| Constructor and Description |
|---|
ServletContextAttribute(String name,
Object value)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the attribute name.
|
Object |
getValue()
Get the attribute value.
|
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<ServletContextAttribute>> ATTACHMENT_KEY
Copyright © 2020 JBoss by Red Hat. All rights reserved.