|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Adjunct
s and provides caching.Adjunct
s are already included.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.
JellyContext
for compiling view scripts
for classes in this classloader.
RequestDispatcher
that forwards to the jelly view, if available.
RequestDispatcher
that forwards to the jelly view, if available.
TagLibrary
that loads tags from tag files in a directory.StaplerRequest.bindJSON(Class, JSONObject)
and
StaplerRequest.bindParameters(Class, String)
.ScriptInvoker
.DefaultScriptInvoker.invokeScript(StaplerRequest, StaplerResponse, Script, Object)
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.
StaplerRequest
.
StaplerRequest
.
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.
JellyContext
to be read
like global variables.
ServletContext
object given to the stapler
dispatcher servlet.
ExportedBean
RequestDispatcher
that represents a specific view
for the given object.
Script
(so that it can be called from other Jelly scripts.)Script
that performs method invocations and property access like Closure
does.Facet
that brings in Groovy support on top of Jelly.getParameter(name)!=nulll
IOException
with missing constructors.MetaClassLoader
tear-off for Jelly support.Facet
that adds Jelly as the view.Facet
that adds JSP file support.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
.XMLOutput
is not escaping.exposed property
of ExportedBean
to
DataWriter
.Reader
for reading the raw bytes.
StaplerRequest
implementation.StaplerResponse
implementation.AdjunctManager
in the calling application where it is bound to.
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.
ExpressionFactory
to be used to parse views.
Adjunct.name
but uses '/' separator.
AdjunctsInPage.generate(XMLOutput, String[])
method
but just put the adjuncts to AdjunctsInPage.pending
without writing it.
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.AdjunctsInPage.spool(String[])
method.
DataWriter
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |