public final class TemplateStaplerRequestWrapper
extends org.kohsuke.stapler.RequestImpl
TemplateDrivenMultiBranchProject
s from bleeding into their template projects
when the request is passed to the template's
AbstractProject.doConfigSubmit(StaplerRequest, StaplerResponse)
method.Modifier and Type | Method and Description |
---|---|
String |
getParameter(String name)
Overrides certain parameter names with certain values needed when setting the configuration for
template projects.
|
net.sf.json.JSONObject |
getSubmittedForm()
Overrides the form with a sanitized version.
|
bindJSON, bindJSON, bindJSON, bindJSONToList, bindParameters, bindParameters, bindParameters, bindParameters, bindParametersToList, checkIfModified, checkIfModified, checkIfModified, checkIfModified, createJavaScriptProxy, findAncestor, findAncestor, findAncestorObject, getAncestors, getBindInterceptor, getBoundObjectTable, getFileItem, getOriginalRequestURI, getOriginalRestOfPath, getReferer, getRequestURIWithQueryString, getRequestURLWithQueryString, getRestOfPath, getRootPath, getServletContext, getStapler, getView, getView, getView, getView, getWebApp, hasParameter, isJavaScriptProxyCall, setBindInterceptor, setBindInterceptpr, setBindListener
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
public String getParameter(String name)
getParameter
in interface javax.servlet.ServletRequest
getParameter
in class javax.servlet.ServletRequestWrapper
public net.sf.json.JSONObject getSubmittedForm() throws javax.servlet.ServletException
getSubmittedForm
in interface org.kohsuke.stapler.StaplerRequest
getSubmittedForm
in class org.kohsuke.stapler.RequestImpl
javax.servlet.ServletException
Copyright © 2016–2017. All rights reserved.