public class ServletContextReference<V> extends Object implements Serializable
Constructor and Description |
---|
ServletContextReference(String attributeName)
Constructs a reference that has a null value
|
Modifier and Type | Method and Description |
---|---|
V |
get() |
void |
set(V value)
Sets the value of the servlet context reference
|
public ServletContextReference(String attributeName)
attributeName
- the name of the servlet context referenceCopyright © 2002-2019 Atlassian. All Rights Reserved.