|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestContext.Scope | |
---|---|
org.apache.abdera.protocol.server | |
org.apache.abdera.protocol.server.context | |
org.apache.abdera.protocol.server.servlet |
Uses of RequestContext.Scope in org.apache.abdera.protocol.server |
---|
Methods in org.apache.abdera.protocol.server that return RequestContext.Scope | |
---|---|
static RequestContext.Scope |
RequestContext.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RequestContext.Scope[] |
RequestContext.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.abdera.protocol.server with parameters of type RequestContext.Scope | |
---|---|
Object |
RequestContext.getAttribute(RequestContext.Scope scope,
String name)
Get the named attribute from the specified scope |
String[] |
RequestContext.getAttributeNames(RequestContext.Scope scope)
Return the list of attribute names in the specified scope |
RequestContext |
RequestContext.setAttribute(RequestContext.Scope scope,
String name,
Object value)
Set the named attribute in the specified scope. |
Uses of RequestContext.Scope in org.apache.abdera.protocol.server.context |
---|
Methods in org.apache.abdera.protocol.server.context with parameters of type RequestContext.Scope | |
---|---|
Object |
RequestContextWrapper.getAttribute(RequestContext.Scope scope,
String name)
|
String[] |
RequestContextWrapper.getAttributeNames(RequestContext.Scope scope)
|
RequestContext |
RequestContextWrapper.setAttribute(RequestContext.Scope scope,
String name,
Object value)
|
Uses of RequestContext.Scope in org.apache.abdera.protocol.server.servlet |
---|
Methods in org.apache.abdera.protocol.server.servlet with parameters of type RequestContext.Scope | |
---|---|
Object |
ServletRequestContext.getAttribute(RequestContext.Scope scope,
String name)
|
String[] |
ServletRequestContext.getAttributeNames(RequestContext.Scope scope)
|
RequestContext |
ServletRequestContext.setAttribute(RequestContext.Scope scope,
String name,
Object value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |