Package org.jboss.as.web.common
Class ServletContextAttribute
- java.lang.Object
-
- org.jboss.as.web.common.ServletContextAttribute
-
public class ServletContextAttribute extends Object
Configuration object used to store aServletContextattribute name and value.- Author:
- John Bailey
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<ServletContextAttribute>>ATTACHMENT_KEY
-
Constructor Summary
Constructors Constructor Description ServletContextAttribute(String name, Object value)Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the attribute name.ObjectgetValue()Get the attribute value.
-
-
-
Field Detail
-
ATTACHMENT_KEY
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<ServletContextAttribute>> ATTACHMENT_KEY
-
-