|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
StaplerRequest.findAncestorObject(Class)
with the parameter type.FileWriter
that uses UTF-8.JSONObject
to the given target type,
by using introspection or constructor parameters injection.
JSONObject
to the given object.
JSONObject
or JSONArray
to a list,
by using StaplerRequest.bindJSON(Class, JSONObject)
as the lower-level mechanism.
StaplerRequest.bindParameters(Class, String)
but uses n-th value
of all the parameters.
Dispatcher
s that look at one token and binds that
to the views associated with the 'it' object.
ByteArrayOutputStream
re-implementation.Writer
that spools the output and writes to another Writer
later.MetaClassLoader
that wraps clazz.getClassLoader()
.
ServletContext
for this webapp.
Converter
registry that Stapler uses, primarily
for form-to-JSON binding in StaplerRequest.bindJSON(Class, JSONObject)
and its family of methods.
RequestDispatcher
that handles the given view, or
return null if no such view was found.
StaplerRequest.bindJSON(Class, JSONObject)
and
StaplerRequest.bindParameters(Class, String)
.Stapler.invoke(RequestImpl, ResponseImpl, Object)
evaluation traces.Exported
annotations
on its properties to indicate which properties are written
as values to the remote XML/JSON API.Ancestor.getObject()
matches the given object.
findAncestor(type).getObject()
, with proper handling for null de-reference.
HttpResponse
that forwards to a RequestDispatcher
, such as a view.HttpResponses.redirectViaContextPath(String)
.
WebApp
associated with the given ServletContext
.
WebApp.getClassLoader()
WebApp.getClassLoader()
ServletResponse.getOutputStream()
but tries to send the response
with gzip compression if the client supports it.
StaplerResponse.getCompressedOutputStream(HttpServletRequest)
but this
method is for ServletResponse.getWriter()
.
Stapler
that the calling thread is associated with.
WebApp
that the calling thread is associated with.
StaplerRequest
that the calling thread is associated with.
StaplerResponse
that the calling thread is associated with.
request URI
of the original request, so that you can access the value even from
JSP.
StaplerRequest.getRestOfPath()
but in the pre-decoded form,
so all "%HH"s as present in the request URL is intact.
ServletContext
object given to the stapler
dispatcher servlet.
ExportedBean
RequestDispatcher
that represents a specific view
for the given object.
RequestDispatcher
that represents a specific view
for the given class.
getParameter(name)!=nulll
HttpResponse
that dose HTTP 302 redirect.HttpResponse
.IOException
with missing constructors.Class
object,
that retains some useful cache about a class and its view.ClassLoader
object,
that retains some useful cache about a class loader.ExportedBean
to DataWriter
.Model
s, that are used to write out
the value representation of exposed beans
.InputStream
that reads from the underlying buffer.
ExportedBean
.exposed property
of ExportedBean
to
DataWriter
.Reader
for reading the raw bytes.
StaplerRequest
implementation.StaplerResponse
implementation.HttpServletResponse.sendRedirect(String)
except that this method
escapes the URL.
StaplerResponse.serveFile(StaplerRequest, URL)
but chooses the locale specific
version of the resource if it's available.
StaplerResponse.serveFile(StaplerRequest, URL, long)
but chooses the locale
specific version of the resource if it's available.
WebApp.setClassLoader(ClassLoader)
StaplerRequest.bindJSON(Class, JSONObject)
and its sibling methods.
StaplerFallback.getStaplerFallback()
.StaplerProxy.getTarget()
method.Model
for the super class.
WebApp
that owns this meta class.
Writer
.
OutputStream
that writes to Writer
by assuming the platform default encoding.DataWriter
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |