public class ServletContextAttribute extends Object
ServletContext
attribute name and value.Modifier and Type | Field and Description |
---|---|
static AttachmentKey<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 AttachmentKey<AttachmentList<ServletContextAttribute>> ATTACHMENT_KEY
Copyright © 2015 JBoss by Red Hat. All rights reserved.