| java.lang.Object | |
| ↳ | com.atlassian.confluence.setup.webwork.AbstractAwareInterceptor |
Known Direct Subclasses
|
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Find the session attribute by the specified key, or null if it doesnt exist
or if there is no session.
| |||||||||||
Detects if a session attribute exists on the current session.
| |||||||||||
Set the value of the specified response header.
| |||||||||||
Set the session attribute by the specified key to the specified value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.opensymphony.xwork.interceptor.Interceptor
| |||||||||||
Find the session attribute by the specified key, or null if it doesnt exist or if there is no session.
| key | the key to look find the attribute by |
|---|
Detects if a session attribute exists on the current session.
| key | the key of the attribute to check for |
|---|
Set the value of the specified response header.
| name | the name of the header item |
|---|---|
| value | the value of the header item |
Set the session attribute by the specified key to the specified value. If there is no session active this method does nothing.
| key | the key to look find the attribute by |
|---|---|
| value | the value to set the attribute to |