|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
---|---|
net.sourceforge.scopes.builders | Contains classes to manage scope builders. |
net.sourceforge.scopes.builders.impl | Contains implementations of builders. |
net.sourceforge.scopes.impl | Implementation of the main classes. |
net.sourceforge.scopes.util | Scopes utilities. |
Uses of State in net.sourceforge.scopes.builders |
---|
Methods in net.sourceforge.scopes.builders that return State | |
---|---|
State |
StateBuilder.createState(T request)
Creates a state from raw data, usually a request. |
Uses of State in net.sourceforge.scopes.builders.impl |
---|
Methods in net.sourceforge.scopes.builders.impl that return State | |
---|---|
State |
StateBuilderImpl.createState(T request)
|
Uses of State in net.sourceforge.scopes.impl |
---|
Classes in net.sourceforge.scopes.impl that implement State | |
---|---|
class |
StateImpl
Simple implementation for a state. |
Uses of State in net.sourceforge.scopes.util |
---|
Methods in net.sourceforge.scopes.util that return State | |
---|---|
static State |
ScopesRequestUtils.getState(javax.servlet.ServletRequest request)
It returns a state that was previously stored. |
Methods in net.sourceforge.scopes.util with parameters of type State | |
---|---|
static void |
ScopesRequestUtils.setState(javax.servlet.ServletRequest request,
State state)
Stores a state inside a request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |