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.
|
public static final AttachmentKey<AttachmentList<ServletContextAttribute>> ATTACHMENT_KEY
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.