Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
L
M
N
P
R
S
V
W
S
ScopeManager
<
T
> - Interface in
net.sourceforge.scopes.managers
Manages a scope, that is an object that can create a context from a request.
ScopeManagerConfigurator
<
T
extends javax.servlet.ServletRequest> - Interface in
net.sourceforge.scopes.managers
Configures scope managers, i.e. creates a map of type:
scope name -> scope manager
That can be used to manage all scopes.
ScopesException
- Exception in
net.sourceforge.scopes
Generic base checked exception for all Scopes package.
ScopesException()
- Constructor for exception net.sourceforge.scopes.
ScopesException
Default constructor.
ScopesException(String, Throwable)
- Constructor for exception net.sourceforge.scopes.
ScopesException
Constructor.
ScopesException(String)
- Constructor for exception net.sourceforge.scopes.
ScopesException
Constructor.
ScopesException(Throwable)
- Constructor for exception net.sourceforge.scopes.
ScopesException
Constructor.
ScopesFilter
<
T
extends javax.servlet.ServletRequest> - Class in
net.sourceforge.scopes.filters
Servlet filter that intercepts a request and then creates a state, wrapping the request with an object that can contain the state itself.
ScopesFilter()
- Constructor for class net.sourceforge.scopes.filters.
ScopesFilter
ScopesHttpFilter
<
T
extends javax.servlet.http.HttpServletRequest> - Class in
net.sourceforge.scopes.filters
Base http servlet filter, that can wrap a request to provide also the state.
ScopesHttpFilter()
- Constructor for class net.sourceforge.scopes.filters.
ScopesHttpFilter
ScopesRequestUtils
- Class in
net.sourceforge.scopes.util
Utilities to use Scopes with HttpServletRequest.
ScopesResponseUtils
- Class in
net.sourceforge.scopes.util
Utilities to use Scopes with a normal HttpServletResponse.
ScopesRuntimeException
- Exception in
net.sourceforge.scopes
Generic base unchecked exception for all Scopes package.
ScopesRuntimeException()
- Constructor for exception net.sourceforge.scopes.
ScopesRuntimeException
Default constructor.
ScopesRuntimeException(String, Throwable)
- Constructor for exception net.sourceforge.scopes.
ScopesRuntimeException
Constructor.
ScopesRuntimeException(String)
- Constructor for exception net.sourceforge.scopes.
ScopesRuntimeException
Constructor.
ScopesRuntimeException(Throwable)
- Constructor for exception net.sourceforge.scopes.
ScopesRuntimeException
Constructor.
SessionScopeManager
- Class in
net.sourceforge.scopes.managers.impl
Manages session scope.
SessionScopeManager()
- Constructor for class net.sourceforge.scopes.managers.impl.
SessionScopeManager
setAttribute(String, Object)
- Method in interface net.sourceforge.scopes.
Context
Sets an attribute.
setAttribute(String, Object)
- Method in class net.sourceforge.scopes.impl.
ContextImpl
setAttribute(String, String, Object)
- Method in class net.sourceforge.scopes.impl.
StateImpl
setAttribute(String, Object)
- Method in class net.sourceforge.scopes.impl.
StateImpl
setAttribute(String, Object)
- Method in class net.sourceforge.scopes.managers.impl.
ApplicationScopeManager.ServletContext
setAttribute(String, String, Object)
- Method in interface net.sourceforge.scopes.
State
setAttribute(String, Object)
- Method in interface net.sourceforge.scopes.
State
Sets an attribute, searching if it exists.
setCharset(String)
- Method in class net.sourceforge.scopes.rewriters.impl.
SimpleWriteNodeVisitor
setCharset(String)
- Method in class net.sourceforge.scopes.rewriters.
NodeVisitorWithResult
Sets the character set to use.
setContext(String, Context)
- Method in class net.sourceforge.scopes.impl.
StateImpl
Sets a context, giving its context name.
setContextPath(String)
- Method in interface net.sourceforge.scopes.rewriters.
ContextPathUser
Sets the context path to refer to.
setContextPath(String)
- Method in class net.sourceforge.scopes.rewriters.impl.
SimpleWriteNodeVisitor
setContextPath(String)
- Method in class net.sourceforge.scopes.rewriters.
NodeVisitorWithResult
setContextPath(String)
- Method in class net.sourceforge.scopes.window.
WindowNameNodeVisitor
setFromScope(String)
- Method in class net.sourceforge.scopes.taglib.
CopyTag
Sets the scope from which the attribute must be copied.
setLastVisitor(NodeVisitorWithResult)
- Method in class net.sourceforge.scopes.rewriters.
ModifierNodeVisitor
Sets the last visitor, i.e. the visitor that can write additional code.
setName(String)
- Method in class net.sourceforge.scopes.taglib.
CopyTag
Sets the name of the attribute to copy.
setState(ServletRequest, State)
- Static method in class net.sourceforge.scopes.util.
ScopesRequestUtils
Stores a state inside a request.
setToName(String)
- Method in class net.sourceforge.scopes.taglib.
CopyTag
Sets the name of the destination attribute.
setToScope(String)
- Method in class net.sourceforge.scopes.taglib.
CopyTag
Sets the scope of the destination attribute.
shouldRecurseChildren()
- Method in class net.sourceforge.scopes.rewriters.impl.
IdentityVisitor
shouldRecurseChildren()
- Method in class net.sourceforge.scopes.rewriters.impl.
SimpleWriteNodeVisitor
shouldRecurseSelf()
- Method in class net.sourceforge.scopes.rewriters.impl.
IdentityVisitor
shouldRecurseSelf()
- Method in class net.sourceforge.scopes.rewriters.impl.
SimpleWriteNodeVisitor
SimpleRedirectResponseRewriterConfigurator
- Class in
net.sourceforge.scopes.rewriters.impl
Configures a collection of
RedirectResponseRewriter
through the use of parameters.
SimpleRedirectResponseRewriterConfigurator()
- Constructor for class net.sourceforge.scopes.rewriters.impl.
SimpleRedirectResponseRewriterConfigurator
SimpleRewriterNodeVisitorConfigurator
- Class in
net.sourceforge.scopes.rewriters.impl
Configures the rewriter node visitor to use.
SimpleRewriterNodeVisitorConfigurator()
- Constructor for class net.sourceforge.scopes.rewriters.impl.
SimpleRewriterNodeVisitorConfigurator
SimpleScopeManagerConfigurator
<
T
extends javax.servlet.ServletRequest> - Class in
net.sourceforge.scopes.managers.impl
Configures all scopes managers through the use of parameters.
SimpleScopeManagerConfigurator()
- Constructor for class net.sourceforge.scopes.managers.impl.
SimpleScopeManagerConfigurator
SimpleWriteNodeVisitor
- Class in
net.sourceforge.scopes.rewriters.impl
Node visitor that can write original, additional and rewritten code.
SimpleWriteNodeVisitor()
- Constructor for class net.sourceforge.scopes.rewriters.impl.
SimpleWriteNodeVisitor
Constructor.
SimpleWriteNodeVisitor(boolean, boolean)
- Constructor for class net.sourceforge.scopes.rewriters.impl.
SimpleWriteNodeVisitor
Constructor.
SimpleWriteNodeVisitor(boolean)
- Constructor for class net.sourceforge.scopes.rewriters.impl.
SimpleWriteNodeVisitor
Constructor.
State
- Interface in
net.sourceforge.scopes
It represents a state of a web application.
StateBuilder
<
T
> - Interface in
net.sourceforge.scopes.builders
It represents an object that can create a state, starting from another object, usually a request, that contains the "raw" data.
StateBuilderImpl
<
T
> - Class in
net.sourceforge.scopes.builders.impl
This is a simple implementation of a state builder.
StateBuilderImpl()
- Constructor for class net.sourceforge.scopes.builders.impl.
StateBuilderImpl
Constructor.
StateImpl
- Class in
net.sourceforge.scopes.impl
Simple implementation for a state.
StateImpl()
- Constructor for class net.sourceforge.scopes.impl.
StateImpl
Constructor.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
L
M
N
P
R
S
V
W