- getAsyncContext() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
- getAttribute(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the value of the named attribute as an Object,
or null if no attribute of the given name exists.
- getAttribute(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns the servlet container attribute with the given name, or
null if there is no attribute by that name.
- getAttribute(String) - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
Returns the object bound with the specified name in this session, or
null if no object is bound under the name.
- getAttributeNames() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns an Enumeration containing the
names of the attributes available to this request.
- getAttributeNames() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns an Enumeration containing the
attribute names available within this ServletContext.
- getAttributeNames() - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
Returns an Enumeration of String objects
containing the names of all the objects bound to this session.
- getAuthType() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the name of the authentication scheme used to protect
the servlet.
- getBufferSize() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Returns the actual buffer size used for the response.
- getCharacterEncoding() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the name of the character encoding used in the body of this
request.
- getCharacterEncoding() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Returns the name of the character encoding (MIME charset)
used for the body sent in this response.
- getClassLoader() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the class loader of the web application represented by this
ServletContext.
- getClassName() - 类 中的方法cn.imaq.tompuss.core.TPRegistration
-
Gets the fully qualified class name of the Servlet or Filter that
is represented by this Registration.
- getContentLength() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the length, in bytes, of the request body and made available by
the input stream, or -1 if the length is not known ir is greater than
Integer.MAX_VALUE.
- getContentLengthLong() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the length, in bytes, of the request body and made available by
the input stream, or -1 if the length is not known.
- getContentType() - 类 中的方法cn.imaq.tompuss.servlet.TPFormPart
-
- getContentType() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the MIME type of the body of the request, or
null if the type is not known.
- getContentType() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Returns the content type used for the MIME body
sent in this response.
- getContext(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns a ServletContext object that
corresponds to a specified URL on the server.
- getContextPath() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the portion of the request URI that indicates the context
of the request.
- getContextPath() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns the context path of the web application.
- getCookies() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns an array containing all of the Cookie
objects the client sent with this request.
- getCreationTime() - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
Returns the time when this session was created, measured
in milliseconds since midnight January 1, 1970 GMT.
- getDateHeader(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the value of the specified request header
as a long value that represents a
Date object.
- getDefaultSessionTrackingModes() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the session tracking modes that are supported by default for this
ServletContext.
- getDispatcherType() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Gets the dispatcher type of this request.
- getEffectiveMajorVersion() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the major version of the Servlet specification that the
application represented by this ServletContext is based on.
- getEffectiveMinorVersion() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the minor version of the Servlet specification that the
application represented by this ServletContext is based on.
- getEffectiveSessionTrackingModes() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the session tracking modes that are in effect for this
ServletContext.
- getFilterInstance() - 类 中的方法cn.imaq.tompuss.filter.TPFilterRegistration
-
- getFilterRegistration(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the FilterRegistration corresponding to the filter with the
given filterName.
- getFilterRegistrations() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets a (possibly empty) Map of the FilterRegistration
objects (keyed by filter name) corresponding to all filters
registered with this ServletContext.
- getHeader(String) - 类 中的方法cn.imaq.tompuss.servlet.TPFormPart
-
- getHeader(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the value of the specified request header
as a String.
- getHeader(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Gets the value of the response header with the given name.
- getHeaderNames() - 类 中的方法cn.imaq.tompuss.servlet.TPFormPart
-
- getHeaderNames() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns an enumeration of all the header names
this request contains.
- getHeaderNames() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Gets the names of the headers of this response.
- getHeaders(String) - 类 中的方法cn.imaq.tompuss.servlet.TPFormPart
-
- getHeaders(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns all the values of the specified request header
as an Enumeration of String objects.
- getHeaders(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Gets the values of the response header with the given name.
- getId() - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
Returns a string containing the unique identifier assigned
to this session.
- getInitParameter(String) - 类 中的方法cn.imaq.tompuss.core.TPRegistration
-
Gets the value of the initialization parameter with the given name
that will be used to initialize the Servlet or Filter represented
by this Registration object.
- getInitParameter(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns a String containing the value of the named
context-wide initialization parameter, or null if
the parameter does not exist.
- getInitParameterNames() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns the names of the context's initialization parameters as an
Enumeration of String objects, or an
empty Enumeration if the context has no initialization
parameters.
- getInitParameters() - 类 中的方法cn.imaq.tompuss.core.TPRegistration
-
Gets an immutable (and possibly empty) Map containing the
currently available initialization parameters that will be used to
initialize the Servlet or Filter represented by this Registration
object.
- getInputStream() - 类 中的方法cn.imaq.tompuss.servlet.TPFormPart
-
- getInputStream() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Retrieves the body of the request as binary data using
a ServletInputStream.
- getIntHeader(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the value of the specified request header
as an int.
- getJspConfigDescriptor() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the <jsp-config> related configuration
that was aggregated from the web.xml and
web-fragment.xml descriptor files of the web application
represented by this ServletContext.
- getLastAccessedTime() - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
Returns the last time the client sent a request associated with
this session, as the number of milliseconds since midnight
January 1, 1970 GMT, and marked by the time the container received the
request.
- getListeners(Class<T>) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
- getLocalAddr() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the Internet Protocol (IP) address of the interface on
which the request was received.
- getLocale() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the preferred Locale that the client will
accept content in, based on the Accept-Language header.
- getLocale() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
- getLocales() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns an Enumeration of Locale objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
- getLocalName() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the host name of the Internet Protocol (IP) interface on
which the request was received.
- getLocalPort() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the Internet Protocol (IP) port number of the interface
on which the request was received.
- getMajorVersion() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns the major version of the Servlet API that this
servlet container supports.
- getMappings() - 类 中的方法cn.imaq.tompuss.servlet.TPServletRegistration
-
Gets the currently available mappings of the
Servlet represented by this ServletRegistration.
- getMaxInactiveInterval() - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
Returns the maximum time interval, in seconds, that
the servlet container will keep this session open between
client accesses.
- getMethod() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the name of the HTTP method with which this
request was made, for example, GET, POST, or PUT.
- getMimeType(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns the MIME type of the specified file, or null if
the MIME type is not known.
- getMinorVersion() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns the minor version of the Servlet API that this
servlet container supports.
- getName() - 类 中的方法cn.imaq.tompuss.core.TPRegistration
-
Gets the name of the Servlet or Filter that is represented by this
Registration.
- getName() - 类 中的方法cn.imaq.tompuss.servlet.TPFormPart
-
- getNamedDispatcher(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns a RequestDispatcher object that acts
as a wrapper for the named servlet.
- getOutputStream() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Returns a ServletOutputStream suitable for writing binary
data in the response.
- getParameter(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the value of a request parameter as a String,
or null if the parameter does not exist.
- getParameterMap() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns a java.util.Map of the parameters of this request.
- getParameterNames() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns an Enumeration of String
objects containing the names of the parameters contained
in this request.
- getParameterValues(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns an array of String objects containing
all of the values the given request parameter has, or
null if the parameter does not exist.
- getPart(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Gets the Part with the given name.
- getParts() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Gets all the Part components of this request, provided
that it is of type multipart/form-data.
- getPathInfo() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns any extra path information associated with
the URL the client sent when it made this request.
- getPathTranslated() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns any extra path information after the servlet name
but before the query string, and translates it to a real
path.
- getProtocol() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the name and version of the protocol the request uses
in the form protocol/majorVersion.minorVersion, for
example, HTTP/1.1.
- getQueryString() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the query string that is contained in the request
URL after the path.
- getReader() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Retrieves the body of the request as character data using
a BufferedReader.
- getRealPath(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
- getRealPath(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the real path corresponding to the given
virtual path.
- getRemoteAddr() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the Internet Protocol (IP) address of the client
or last proxy that sent the request.
- getRemoteHost() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the fully qualified name of the client
or the last proxy that sent the request.
- getRemotePort() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the Internet Protocol (IP) source port of the client
or last proxy that sent the request.
- getRemoteUser() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the login of the user making this request, if the
user has been authenticated, or null if the user
has not been authenticated.
- getRequestCharacterEncoding() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the request character encoding that are supported by default for
this ServletContext.
- getRequestDispatcher(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns a RequestDispatcher object that acts as a wrapper for
the resource located at the given path.
- getRequestDispatcher(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns a RequestDispatcher object that acts
as a wrapper for the resource located at the given path.
- getRequestedSessionId() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the session ID specified by the client.
- getRequestURI() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the part of this request's URL from the protocol
name up to the query string in the first line of the HTTP request.
- getRequestURL() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Reconstructs the URL the client used to make the request.
- getResource(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns a URL to the resource that is mapped to the given path.
- getResourceAsStream(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns the resource located at the named path as
an InputStream object.
- getResourcePaths(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns a directory-like listing of all the paths to resources
within the web application whose longest sub-path matches the
supplied path argument.
- getResponseCharacterEncoding() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the response character encoding that are supported by default for
this ServletContext.
- getRunAsRole() - 类 中的方法cn.imaq.tompuss.servlet.TPServletRegistration
-
Gets the name of the runAs role of the Servlet represented by this
ServletRegistration.
- getScheme() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the name of the scheme used to make this request,
for example,
http, https, or ftp.
- getServerInfo() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns the name and version of the servlet container on which
the servlet is running.
- getServerName() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the host name of the server to which the request was sent.
- getServerPort() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the port number to which the request was sent.
- getServlet(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
- getServletContext() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Gets the servlet context to which this ServletRequest was last
dispatched.
- getServletContext() - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
Returns the ServletContext to which this session belongs.
- getServletContextName() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns the name of this web application corresponding to this
ServletContext as specified in the deployment descriptor for this
web application by the display-name element.
- getServletInstance() - 类 中的方法cn.imaq.tompuss.servlet.TPServletRegistration
-
- getServletNameMappings() - 类 中的方法cn.imaq.tompuss.filter.TPFilterRegistration
-
Gets the currently available servlet name mappings
of the Filter represented by this FilterRegistration.
- getServletNames() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
- getServletPath() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the part of this request's URL that calls
the servlet.
- getServletRegistration(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the ServletRegistration corresponding to the servlet with the
given servletName.
- getServletRegistrations() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets a (possibly empty) Map of the ServletRegistration
objects (keyed by servlet name) corresponding to all servlets
registered with this ServletContext.
- getServlets() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
- getSession(boolean) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the current HttpSession
associated with this request or, if there is no
current session and create is true, returns
a new session.
- getSession() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns the current session associated with this request,
or if the request does not have a session, creates one.
- getSession(String) - 类 中的方法cn.imaq.tompuss.session.TPSessionContext
-
- getSessionContext() - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
- getSessionCookieConfig() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the SessionCookieConfig object through which various
properties of the session tracking cookies created on behalf of this
ServletContext may be configured.
- getSessionTimeout() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Gets the session timeout in minutes that are supported by default for
this ServletContext.
- getSize() - 类 中的方法cn.imaq.tompuss.servlet.TPFormPart
-
- getStatus() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Gets the current status code of this response.
- getSubmittedFileName() - 类 中的方法cn.imaq.tompuss.servlet.TPFormPart
-
- getUrlPatternMappings() - 类 中的方法cn.imaq.tompuss.filter.TPFilterRegistration
-
Gets the currently available URL pattern mappings of the Filter
represented by this FilterRegistration.
- getUserPrincipal() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Returns a java.security.Principal object containing
the name of the current authenticated user.
- getValue(String) - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
- getValueNames() - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
- getVirtualServerName() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Returns the configuration name of the logical host on which the
ServletContext is deployed.
- getWriter() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Returns a PrintWriter object that
can send character text to the client.
- scanAnnotations() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
- sendError(int, String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sends an error response to the client using the specified
status and clears the buffer.
- sendError(int) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sends an error response to the client using the specified status
code and clears the buffer.
- sendRedirect(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sends a temporary redirect response to the client using the
specified redirect location URL and clears the buffer.
- setAsyncSupported(boolean) - 类 中的方法cn.imaq.tompuss.core.TPRegistration
-
Configures the Servlet or Filter represented by this dynamic
Registration as supporting asynchronous operations or not.
- setAttribute(String, Object) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Stores an attribute in this request.
- setAttribute(String, Object) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Binds an object to a given attribute name in this ServletContext.
- setAttribute(String, Object) - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
Binds an object to this session, using the name specified.
- setBufferSize(int) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sets the preferred buffer size for the body of the response.
- setCharacterEncoding(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Overrides the name of the character encoding used in the body of this
request.
- setCharacterEncoding(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sets the character encoding (MIME charset) of the response
being sent to the client, for example, to UTF-8.
- setContentLength(int) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sets the length of the content body in the response
In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentLengthLong(long) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sets the length of the content body in the response
In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentType(String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sets the content type of the response being sent to
the client, if the response has not been committed yet.
- setDateHeader(String, long) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sets a response header with the given name and
date-value.
- setHeader(String, String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sets a response header with the given name and value.
- setInitParameter(String, String) - 类 中的方法cn.imaq.tompuss.core.TPRegistration
-
Sets the initialization parameter with the given name and value
on the Servlet or Filter that is represented by this Registration.
- setInitParameter(String, String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Sets the context initialization parameter with the given name and
value on this ServletContext.
- setInitParameters(Map<String, String>) - 类 中的方法cn.imaq.tompuss.core.TPRegistration
-
Sets the given initialization parameters on the Servlet or Filter
that is represented by this Registration.
- setIntHeader(String, int) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sets a response header with the given name and
integer value.
- setLoadOnStartup(int) - 类 中的方法cn.imaq.tompuss.servlet.TPServletRegistration
-
Sets the loadOnStartup priority on the Servlet
represented by this dynamic ServletRegistration.
- setLocale(Locale) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sets the locale of the response, if the response has not been
committed yet.
- setMaxInactiveInterval(int) - 类 中的方法cn.imaq.tompuss.session.TPHttpSession
-
Specifies the time, in seconds, between client requests before the
servlet container will invalidate this session.
- setMultipartConfig(MultipartConfigElement) - 类 中的方法cn.imaq.tompuss.servlet.TPServletRegistration
-
Sets the MultipartConfigElement to be applied to the
mappings defined for this ServletRegistration.
- setReadListener(ReadListener) - 类 中的方法cn.imaq.tompuss.io.TPInputStream
-
- setRequestCharacterEncoding(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Sets the request character encoding for this ServletContext.
- setResponseCharacterEncoding(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Sets the response character encoding for this ServletContext.
- setRunAsRole(String) - 类 中的方法cn.imaq.tompuss.servlet.TPServletRegistration
-
Sets the name of the runAs role for this
ServletRegistration.
- setServletSecurity(ServletSecurityElement) - 类 中的方法cn.imaq.tompuss.servlet.TPServletRegistration
-
Sets the ServletSecurityElement to be applied to the
mappings defined for this ServletRegistration.
- setSessionTimeout(int) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Sets the session timeout in minutes for this ServletContext.
- setSessionTrackingModes(Set<SessionTrackingMode>) - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
Sets the session tracking modes that are to become effective for this
ServletContext.
- setStatus(int) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
Sets the status code for this response.
- setStatus(int, String) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletResponse
-
- setWriteListener(WriteListener) - 类 中的方法cn.imaq.tompuss.io.TPOutputStream
-
- size() - 类 中的方法cn.imaq.tompuss.io.TPOutputStream
-
- skip(long) - 类 中的方法cn.imaq.tompuss.io.TPInputStream
-
- start() - 类 中的方法cn.imaq.tompuss.core.TPEngine
-
- start() - 类 中的方法cn.imaq.tompuss.TomPuss
-
- startAsync() - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContext with the original (unwrapped) ServletRequest
and ServletResponse objects.
- startAsync(ServletRequest, ServletResponse) - 类 中的方法cn.imaq.tompuss.servlet.TPHttpServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContext with the given request and response objects.
- startup() - 类 中的方法cn.imaq.tompuss.servlet.TPServletContext
-
- stop() - 类 中的方法cn.imaq.tompuss.core.TPEngine
-