Interface HttpConstants
- All Known Implementing Classes:
AbstractWebRequest, ActionInvoker, BasicAuthenticator, BlockingWebRequest, DefaultSessionStore, ErrorPage, Favicon, GatewayUtils, HostNameFilter, IpFilter, Mapping, NettyWebRequest, NettyWebResponse, NonBlockingWebRequest, NotFound, RateLimiter, Redirector, RequestLogger, ResponseDeflater, ResponseTimeout, ServeStatic, SessionCookie, SessionHandler, TopLevelCache, XSRFToken
public interface HttpConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringContent-Type header's value of the HTTP response message.static final StringSet of response headers.static final StringLocale (~= language) of the generated HTML page.static final StringLocation in header for redirects.static final StringStored data of the HTTP Session .static final StringStatus code (eg. 200, 404) of the HTTP response message.static final StringName of the HTML template.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String
-
Field Details
-
GET
- See Also:
-
HEAD
- See Also:
-
POST
- See Also:
-
PUT
- See Also:
-
DELETE
- See Also:
-
CONNECT
- See Also:
-
OPTIONS
- See Also:
-
TRACE
- See Also:
-
PATCH
- See Also:
-
X_FORWARDED_FOR
- See Also:
-
COOKIE
- See Also:
-
IF_NONE_MATCH
- See Also:
-
CONTENT_TYPE
- See Also:
-
CONTENT_LENGTH
- See Also:
-
CONNECTION
- See Also:
-
ACCEPT_ENCODING
- See Also:
-
CONTENT_ENCODING
- See Also:
-
ETAG
- See Also:
-
SET_COOKIE
- See Also:
-
CACHE_CONTROL
- See Also:
-
LOCATION
- See Also:
-
ACCEPT
- See Also:
-
AUTHORIZATION
- See Also:
-
WWW_AUTHENTICATE
- See Also:
-
TRANSFER_ENCODING
- See Also:
-
GZIP
- See Also:
-
DEFLATE
- See Also:
-
KEEP_ALIVE
- See Also:
-
CLOSE
- See Also:
-
NO_CACHE
- See Also:
-
CHUNKED
- See Also:
-
CONTENT_TYPE_JSON
- See Also:
-
CONTENT_TYPE_HTML
- See Also:
-
PROPERTY_SESSION_ID
- See Also:
-
PROPERTY_COOKIES
- See Also:
-
PROPERTY_USER
- See Also:
-
META_TEMPLATE
-
META_STATUS
-
META_CONTENT_TYPE
Content-Type header's value of the HTTP response message.- See Also:
-
META_HEADERS
-
META_LOCATION
-
META_LOCALE
-
META_SESSION
-