@ThreadRestricted(value="wicket") public final class VRequestCycle extends RequestCycle implements BundleFormatter.GProvider
Constructor and Description |
---|
VRequestCycle(RequestCycleContext _context)
Constructs a VRequestCycle.
|
Modifier and Type | Method and Description |
---|---|
BundleFormatter |
bunA()
The application (A) bundle formatter.
|
BundleFormatter |
bunG()
The general (G) bundle formatter.
|
BundleFormatter |
bunW()
The web (W) bundle formatter.
|
static VRequestCycle |
get() |
String |
gwtContextLocation()
Returns the URI of the preferred context for fetching static GWT scripts.
|
String |
staticContextLocation()
Returns the URI of the preferred location for fetching static files.
|
URI |
uriFor(Class<? extends Page> pageClass)
Constructs an absolute, normalized URI for a bookmarkable page.
|
URI |
uriFor(Class<? extends Page> pageClass,
PageParameters parameters)
Constructs an absolute, normalized URI for a bookmarkable page with parameters.
|
URI |
uriForContextPath()
Constructs an absolute URI for the context path, without a trailing slash (/).
|
WebRequest |
vRequest() |
WebResponse |
vResponse() |
detach, getActiveRequestHandler, getExceptionRetryCount, getListeners, getMetaData, getOriginalResponse, getRequest, getRequestHandlerScheduledAfterCurrent, getResponse, getStartTime, getUrlRenderer, handleException, isCleanupFeedbackMessagesOnDetach, mapUrlFor, mapUrlFor, mapUrlFor, newUrlRenderer, onBeginRequest, onDetach, onEndRequest, onEvent, processRequest, processRequestAndDetach, replaceAllRequestHandlers, resolveRequestHandler, scheduleRequestHandlerAfterCurrent, setCleanupFeedbackMessagesOnDetach, setMetaData, setRequest, setResponse, setResponsePage, setResponsePage, setResponsePage, urlFor, urlFor, urlFor
VRequestCycle(RequestCycleContext _context)
public String gwtContextLocation()
staticContextLocation()
public String staticContextLocation()
gwtContextLocation()
public URI uriFor(Class<? extends Page> pageClass)
public URI uriFor(Class<? extends Page> pageClass, PageParameters parameters)
public URI uriForContextPath()
HttpServletRequest.getContextPath()
public WebRequest vRequest()
RequestCycle.getRequest()
public WebResponse vResponse()
RequestCycle.getOriginalResponse()
public BundleFormatter bunA()
public BundleFormatter bunG()
BundleFormatter.GProvider
bunG
in interface BundleFormatter.GProvider
public BundleFormatter bunW()
public static VRequestCycle get()