Package | Description |
---|---|
org.opennms.netmgt.config.pagesequence |
Modifier and Type | Method and Description |
---|---|
SessionVariable[] |
Page.getSessionVariable()
Method getSessionVariable.Returns the contents of the
collection in an Array.
|
SessionVariable |
Page.getSessionVariable(int index)
Method getSessionVariable.
|
SessionVariable |
Page.removeSessionVariableAt(int index)
Method removeSessionVariableAt.
|
static SessionVariable |
SessionVariable.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<SessionVariable> |
Page.enumerateSessionVariable()
Method enumerateSessionVariable.
|
List<SessionVariable> |
Page.getSessionVariableCollection()
Method getSessionVariableCollection.Returns a reference to
'_sessionVariableList'.
|
Iterator<SessionVariable> |
Page.iterateSessionVariable()
Method iterateSessionVariable.
|
Modifier and Type | Method and Description |
---|---|
void |
Page.addSessionVariable(int index,
SessionVariable vSessionVariable) |
void |
Page.addSessionVariable(SessionVariable vSessionVariable) |
boolean |
Page.removeSessionVariable(SessionVariable vSessionVariable)
Method removeSessionVariable.
|
void |
Page.setSessionVariable(int index,
SessionVariable vSessionVariable) |
void |
Page.setSessionVariable(SessionVariable[] vSessionVariableArray) |
Modifier and Type | Method and Description |
---|---|
void |
Page.setSessionVariable(List<SessionVariable> vSessionVariableList)
Sets the value of '_sessionVariableList' by copying the
given Vector.
|
void |
Page.setSessionVariableCollection(List<SessionVariable> sessionVariableList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.