|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Request in org.apache.wicket |
---|
Methods in org.apache.wicket that return Request | |
---|---|
Request |
Component.getRequest()
|
Methods in org.apache.wicket with parameters of type Request | |
---|---|
RequestCycle |
Application.createRequestCycle(Request request,
Response response)
|
abstract Session |
Application.newSession(Request request,
Response response)
Creates a new session. |
Constructors in org.apache.wicket with parameters of type Request | |
---|---|
Session(Request request)
Constructor. |
Uses of Request in org.apache.wicket.authroles.authentication |
---|
Methods in org.apache.wicket.authroles.authentication with parameters of type Request | |
---|---|
Session |
AuthenticatedWebApplication.newSession(Request request,
Response response)
Creates a new session. |
Constructors in org.apache.wicket.authroles.authentication with parameters of type Request | |
---|---|
AbstractAuthenticatedWebSession(Request request)
Construct. |
|
AuthenticatedWebSession(Request request)
Construct. |
Uses of Request in org.apache.wicket.examples.authentication1 |
---|
Methods in org.apache.wicket.examples.authentication1 with parameters of type Request | |
---|---|
Session |
SignInApplication.newSession(Request request,
Response response)
|
Constructors in org.apache.wicket.examples.authentication1 with parameters of type Request | |
---|---|
SignInSession(Request request)
Constructor |
Uses of Request in org.apache.wicket.examples.authentication2 |
---|
Methods in org.apache.wicket.examples.authentication2 with parameters of type Request | |
---|---|
Session |
SignIn2Application.newSession(Request request,
Response response)
|
Constructors in org.apache.wicket.examples.authentication2 with parameters of type Request | |
---|---|
SignIn2Session(Request request)
Constructor |
Uses of Request in org.apache.wicket.examples.authentication3 |
---|
Constructors in org.apache.wicket.examples.authentication3 with parameters of type Request | |
---|---|
MyAuthenticatedWebSession(Request request)
Construct. |
Uses of Request in org.apache.wicket.examples.authorization |
---|
Methods in org.apache.wicket.examples.authorization with parameters of type Request | |
---|---|
Session |
RolesApplication.newSession(Request request,
Response response)
|
Constructors in org.apache.wicket.examples.authorization with parameters of type Request | |
---|---|
RolesSession(Request request)
Construct. |
Uses of Request in org.apache.wicket.examples.forminput |
---|
Methods in org.apache.wicket.examples.forminput with parameters of type Request | |
---|---|
Session |
FormInputApplication.newSession(Request request,
Response response)
|
Uses of Request in org.apache.wicket.examples.hangman |
---|
Methods in org.apache.wicket.examples.hangman with parameters of type Request | |
---|---|
Session |
HangmanApplication.newSession(Request request,
Response response)
|
Constructors in org.apache.wicket.examples.hangman with parameters of type Request | |
---|---|
HangmanSession(Request request)
Constructor |
Uses of Request in org.apache.wicket.examples.library |
---|
Methods in org.apache.wicket.examples.library with parameters of type Request | |
---|---|
Session |
LibraryApplication.newSession(Request request,
Response response)
|
Constructors in org.apache.wicket.examples.library with parameters of type Request | |
---|---|
LibrarySession(Request request)
Constructor |
Uses of Request in org.apache.wicket.examples.requestmapper |
---|
Methods in org.apache.wicket.examples.requestmapper with parameters of type Request | |
---|---|
int |
CustomHomeMapper.getCompatibilityScore(Request request)
If there is just one url segment (the locale?!) then return a bigger compatibility score than HomePageMapper.getCompatibilityScore(Request) |
int |
LocaleFirstMapper.getCompatibilityScore(Request request)
|
IRequestHandler |
CustomHomeMapper.mapRequest(Request request)
|
IRequestHandler |
LocaleFirstMapper.mapRequest(Request request)
|
Uses of Request in org.apache.wicket.mock |
---|
Subclasses of Request in org.apache.wicket.mock | |
---|---|
class |
MockWebRequest
Mutable mock WebRequest . |
Methods in org.apache.wicket.mock with parameters of type Request | |
---|---|
void |
MockSessionStore.bind(Request request,
Session newSession)
|
void |
MockSessionStore.flushSession(Request request,
Session session)
|
Serializable |
MockSessionStore.getAttribute(Request request,
String name)
|
List<String> |
MockSessionStore.getAttributeNames(Request request)
|
String |
MockSessionStore.getSessionId(Request request,
boolean create)
|
void |
MockSessionStore.invalidate(Request request)
|
Session |
MockSessionStore.lookup(Request request)
|
void |
MockSessionStore.removeAttribute(Request request,
String name)
|
void |
MockSessionStore.setAttribute(Request request,
String name,
Serializable value)
|
Uses of Request in org.apache.wicket.protocol.http |
---|
Methods in org.apache.wicket.protocol.http with parameters of type Request | |
---|---|
Session |
WebApplication.newSession(Request request,
Response response)
|
Constructors in org.apache.wicket.protocol.http with parameters of type Request | |
---|---|
WebSession(Request request)
Constructor. |
Uses of Request in org.apache.wicket.protocol.http.servlet |
---|
Subclasses of Request in org.apache.wicket.protocol.http.servlet | |
---|---|
class |
MultipartServletWebRequest
Servlet specific WebRequest subclass for multipart content uploads. |
class |
MultipartServletWebRequestImpl
Servlet specific WebRequest subclass for multipart content uploads. |
class |
ServletWebRequest
WebRequest subclass that wraps a HttpServletRequest object. |
Uses of Request in org.apache.wicket.protocol.https |
---|
Methods in org.apache.wicket.protocol.https with parameters of type Request | |
---|---|
int |
HttpsMapper.getCompatibilityScore(Request request)
Returns the score representing how compatible this request mapper is to processing the given request. |
IRequestHandler |
HttpsMapper.mapRequest(Request request)
Returns IRequestHandler for the request or null if the Url is
not recognized. |
Uses of Request in org.apache.wicket.request |
---|
Methods in org.apache.wicket.request that return Request | |
---|---|
Request |
Request.cloneWithUrl(Url url)
Returns request with specified URL and same POST parameters as this request. |
Request |
IRequestCycle.getRequest()
|
Methods in org.apache.wicket.request with parameters of type Request | |
---|---|
int |
IRequestMapper.getCompatibilityScore(Request request)
Returns the score representing how compatible this request mapper is to processing the given request. |
IRequestHandler |
IRequestMapper.mapRequest(Request request)
Returns IRequestHandler for the request or null if the Url is
not recognized. |
Constructors in org.apache.wicket.request with parameters of type Request | |
---|---|
UrlRenderer(Request request)
Construct. |
Uses of Request in org.apache.wicket.request.cycle |
---|
Methods in org.apache.wicket.request.cycle that return Request | |
---|---|
Request |
RequestCycle.getRequest()
|
Request |
RequestCycleContext.getRequest()
|
Methods in org.apache.wicket.request.cycle with parameters of type Request | |
---|---|
void |
RequestCycle.setRequest(Request request)
INTERNAL This method is for internal Wicket use. |
void |
RequestCycleContext.setRequest(Request request)
|
Constructors in org.apache.wicket.request.cycle with parameters of type Request | |
---|---|
RequestCycleContext(Request request,
Response response,
IRequestMapper requestMapper,
IExceptionMapper exceptionMapper)
Construct. |
Uses of Request in org.apache.wicket.request.http |
---|
Subclasses of Request in org.apache.wicket.request.http | |
---|---|
class |
WebRequest
Base class for request that provides additional web-related information. |
Uses of Request in org.apache.wicket.request.mapper |
---|
Methods in org.apache.wicket.request.mapper with parameters of type Request | |
---|---|
protected PageParameters |
AbstractMapper.extractPageParameters(Request request,
int segmentsToSkip,
IPageParametersEncoder encoder)
Extracts PageParameters from the URL using the given IPageParametersEncoder . |
int |
PageInstanceMapper.getCompatibilityScore(Request request)
|
int |
CryptoMapper.getCompatibilityScore(Request request)
|
abstract int |
AbstractBookmarkableMapper.getCompatibilityScore(Request request)
|
int |
MountedMapper.getCompatibilityScore(Request request)
|
int |
ResourceMapper.getCompatibilityScore(Request request)
|
int |
BookmarkableMapper.getCompatibilityScore(Request request)
|
int |
PackageMapper.getCompatibilityScore(Request request)
|
int |
HomePageMapper.getCompatibilityScore(Request request)
Use this mapper as a last option. |
int |
BufferedResponseMapper.getCompatibilityScore(Request request)
|
int |
ParentPathReferenceRewriter.getCompatibilityScore(Request request)
Returns the score representing how compatible this request mapper is to processing the given request. |
int |
CompoundRequestMapper.getCompatibilityScore(Request request)
The scope of the compound mapper is the highest score of the registered mappers. |
IRequestHandler |
PageInstanceMapper.mapRequest(Request request)
|
IRequestHandler |
CryptoMapper.mapRequest(Request request)
|
IRequestHandler |
AbstractBookmarkableMapper.mapRequest(Request request)
|
IRequestHandler |
ResourceMapper.mapRequest(Request request)
|
IRequestHandler |
BufferedResponseMapper.mapRequest(Request request)
|
IRequestHandler |
ParentPathReferenceRewriter.mapRequest(Request request)
|
IRequestHandler |
CompoundRequestMapper.mapRequest(Request request)
Searches the registered IRequestMapper s to find one that can map the Request . |
protected abstract AbstractBookmarkableMapper.UrlInfo |
AbstractBookmarkableMapper.parseRequest(Request request)
Parse the given request to an AbstractBookmarkableMapper.UrlInfo instance. |
protected AbstractBookmarkableMapper.UrlInfo |
MountedMapper.parseRequest(Request request)
|
protected AbstractBookmarkableMapper.UrlInfo |
BookmarkableMapper.parseRequest(Request request)
|
protected AbstractBookmarkableMapper.UrlInfo |
PackageMapper.parseRequest(Request request)
|
protected AbstractBookmarkableMapper.UrlInfo |
HomePageMapper.parseRequest(Request request)
Matches only when there are no segments/indexed parameters |
Uses of Request in org.apache.wicket.request.mapper.mount |
---|
Methods in org.apache.wicket.request.mapper.mount with parameters of type Request | |
---|---|
int |
MountMapper.getCompatibilityScore(Request request)
|
int |
IMountedRequestMapper.getCompatibilityScore(Request request)
Returns the score representing how compatible this request mapper is to processing the given request. |
IRequestHandler |
MountMapper.mapRequest(Request request)
|
IRequestHandler |
IMountedRequestMapper.mapRequest(Request request,
MountParameters mountParams)
Returns IRequestHandler for the request or null if the encoder does not
recognize the URL. |
Uses of Request in org.apache.wicket.request.mapper.parameter |
---|
Methods in org.apache.wicket.request.mapper.parameter with parameters of type Request | |
---|---|
PageParameters |
UrlPathPageParametersEncoder.decodePageParameters(Request request)
|
PageParameters |
IPageParametersEncoder.decodePageParameters(Request request)
Decodes the given URL to PageParameters . |
PageParameters |
PageParametersEncoder.decodePageParameters(Request request)
|
Uses of Request in org.apache.wicket.request.resource |
---|
Methods in org.apache.wicket.request.resource that return Request | |
---|---|
Request |
IResource.Attributes.getRequest()
Returns current request. |
Constructors in org.apache.wicket.request.resource with parameters of type Request | |
---|---|
IResource.Attributes(Request request,
Response response)
Construct. |
|
IResource.Attributes(Request request,
Response response,
PageParameters parameters)
Construct. |
Uses of Request in org.apache.wicket.session |
---|
Methods in org.apache.wicket.session with parameters of type Request | |
---|---|
void |
ISessionStore.bind(Request request,
Session newSession)
Adds the provided new session to this facade using the provided request. |
void |
HttpSessionStore.bind(Request request,
Session newSession)
|
void |
ISessionStore.BindListener.bindingSession(Request request,
Session newSession)
Informs the listener that a session is about to be bound. |
void |
ISessionStore.flushSession(Request request,
Session session)
Flushes the session. |
void |
HttpSessionStore.flushSession(Request request,
Session session)
|
Serializable |
ISessionStore.getAttribute(Request request,
String name)
Gets the attribute value with the given name |
Serializable |
HttpSessionStore.getAttribute(Request request,
String name)
|
List<String> |
ISessionStore.getAttributeNames(Request request)
|
List<String> |
HttpSessionStore.getAttributeNames(Request request)
|
protected javax.servlet.http.HttpServletRequest |
HttpSessionStore.getHttpServletRequest(Request request)
|
String |
ISessionStore.getSessionId(Request request,
boolean create)
Get the session id for the provided request. |
String |
HttpSessionStore.getSessionId(Request request,
boolean create)
|
void |
ISessionStore.invalidate(Request request)
Invalidates the session. |
void |
HttpSessionStore.invalidate(Request request)
|
Session |
ISessionStore.lookup(Request request)
Retrieves the session for the provided request from this facade. |
Session |
HttpSessionStore.lookup(Request request)
|
protected void |
HttpSessionStore.onBind(Request request,
Session newSession)
Template method that is called when a session is being bound to the session store. |
void |
ISessionStore.removeAttribute(Request request,
String name)
Removes the attribute with the given name. |
void |
HttpSessionStore.removeAttribute(Request request,
String name)
|
void |
ISessionStore.setAttribute(Request request,
String name,
Serializable value)
Adds or replaces the attribute with the given name and value. |
void |
HttpSessionStore.setAttribute(Request request,
String name,
Serializable value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |