java.lang.Object | |
↳ | com.atlassian.jira.web.servletcontext.ServletContextReference<V> |
A servlet context reference is a variable that is tied to the life of the current servlet context
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a reference that has a null value
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the value of the servlet context reference
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
Constructs a reference that has a null value
attributeName | the name of the servlet context reference |
---|
Sets the value of the servlet context reference
value | the new value of the reference |
---|