Skip navigation links
A B C D E F G H I J L M N O P R S T U V W _ 

A

Accepted - Exception in org.osgl.mvc.result
 
Accepted(String) - Constructor for exception org.osgl.mvc.result.Accepted
 
Action - Annotation Type in org.osgl.mvc.annotation
The Action annotation is used to mark a method (the action handler) that should be executed to handle a certain http request
ActionUtil - Annotation Type in org.osgl.mvc.annotation
Mark an method as an action util method.
addCookie(H.Cookie) - Method in exception org.osgl.mvc.result.Result
 
addHeader(String, String...) - Method in exception org.osgl.mvc.result.Result
 
addPredefinedBinder(Class<T>, Binder<T>) - Static method in class org.osgl.mvc.util.Binder
 
After - Annotation Type in org.osgl.mvc.annotation
The After annotation is used to mark a method (the after interceptor) that should be executed after executing controller action method and before rendering view to response
afterCommitResultHandler(Lang.Func3<Result, H.Request<?>, H.Response<?>, ?>) - Static method in class org.osgl.mvc.MvcConfig
 
ALARM_BIG_CONTENT_ENCOUNTERED - Static variable in class org.osgl.mvc.MvcConfig
 
apply(H.Request, H.Response, ErrorResult) - Method in class org.osgl.mvc.ErrorPageRenderer
 
apply(H.Request, H.Response) - Method in exception org.osgl.mvc.result.Accepted
 
apply(H.Request, H.Response) - Method in exception org.osgl.mvc.result.Created
 
apply(H.Request, H.Response) - Method in exception org.osgl.mvc.result.NoContent
 
apply(H.Request, H.Response) - Method in exception org.osgl.mvc.result.NotModified
 
apply(H.Request, H.Response) - Method in exception org.osgl.mvc.result.RedirectBase
 
apply(H.Request, H.Response) - Method in exception org.osgl.mvc.result.RenderBinary
 
apply(H.Request, H.Response) - Method in exception org.osgl.mvc.result.RenderContent
 
apply(H.Request, H.Response) - Method in exception org.osgl.mvc.result.Result
 
apply(H.Request, H.Response) - Method in exception org.osgl.mvc.result.Unauthorized
 
apply(T, String, ParamValueProvider) - Method in class org.osgl.mvc.util.Binder
 
applyAfterCommitHandler(H.Request, H.Response) - Method in exception org.osgl.mvc.result.Result
 
applyAfterCommitResultHandler(Result, H.Request<?>, H.Response<?>) - Static method in class org.osgl.mvc.MvcConfig
 
applyBeforeCommitHandler(H.Request, H.Response) - Method in exception org.osgl.mvc.result.Result
 
applyBeforeCommitResultHandler(Result, H.Request, H.Response) - Static method in class org.osgl.mvc.MvcConfig
 
applyCookies(H.Response) - Method in exception org.osgl.mvc.result.Result
 
applyHeaders(H.Response) - Method in exception org.osgl.mvc.result.Result
 
applyMessage(H.Request, H.Response) - Method in exception org.osgl.mvc.result.ErrorResult
 
applyMessage(H.Request, H.Response) - Method in exception org.osgl.mvc.result.Result
 
applyStatus(H.Response) - Method in exception org.osgl.mvc.result.Result
 
attach(Object) - Method in exception org.osgl.mvc.result.ErrorResult
 
attach(Object) - Method in class org.osgl.mvc.result.Result.Payload
 
attachment() - Method in exception org.osgl.mvc.result.ErrorResult
 
attachment(Class<T>) - Method in exception org.osgl.mvc.result.ErrorResult
 
attachment - Variable in class org.osgl.mvc.result.Result.Payload
 
attribute(String, Object) - Method in class org.osgl.mvc.util.Binder
Set attribute of this binder.
attribute(String) - Method in class org.osgl.mvc.util.Binder
Get attribute of this binder by key specified
attributes - Variable in class org.osgl.mvc.util.Binder
 
attributes(Map<String, Object>) - Method in class org.osgl.mvc.util.Binder
Set attributes to this binder

B

BadGateway - Exception in org.osgl.mvc.result
The server was acting as a gateway or proxy and received an invalid response from the upstream server.
BadGateway() - Constructor for exception org.osgl.mvc.result.BadGateway
 
BadGateway(String, Object...) - Constructor for exception org.osgl.mvc.result.BadGateway
 
BadGateway(Throwable) - Constructor for exception org.osgl.mvc.result.BadGateway
 
BadGateway(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.BadGateway
 
BadGateway(int) - Constructor for exception org.osgl.mvc.result.BadGateway
 
BadGateway(int, String, Object...) - Constructor for exception org.osgl.mvc.result.BadGateway
 
BadGateway(int, Throwable) - Constructor for exception org.osgl.mvc.result.BadGateway
 
BadGateway(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.BadGateway
 
BadRequest - Exception in org.osgl.mvc.result
Indicate a client error
BadRequest() - Constructor for exception org.osgl.mvc.result.BadRequest
 
BadRequest(String, Object...) - Constructor for exception org.osgl.mvc.result.BadRequest
 
BadRequest(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.BadRequest
 
BadRequest(Throwable) - Constructor for exception org.osgl.mvc.result.BadRequest
 
BadRequest(int) - Constructor for exception org.osgl.mvc.result.BadRequest
 
BadRequest(int, String, Object...) - Constructor for exception org.osgl.mvc.result.BadRequest
 
BadRequest(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.BadRequest
 
BadRequest(int, Throwable) - Constructor for exception org.osgl.mvc.result.BadRequest
 
Before - Annotation Type in org.osgl.mvc.annotation
The Before annotation is used to mark a method (the before interceptor) that should be executed before executing controller action method.
beforeCommitResultHandler(Lang.Func3<Result, H.Request<?>, H.Response<?>, ?>) - Static method in class org.osgl.mvc.MvcConfig
 
Bind - Annotation Type in org.osgl.mvc.annotation
The Bind annotation is used to specify a binding from a group of HTTP parameters to an action handler method parameter, controller field or another annotation
Binder<T> - Class in org.osgl.mvc.util
A Binder resolves to a certain type of argument out from a String-String map
Binder() - Constructor for class org.osgl.mvc.util.Binder
 
Binder(Class<T>) - Constructor for class org.osgl.mvc.util.Binder
 
BOOLEAN_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
BYTE_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 

C

Catch - Annotation Type in org.osgl.mvc.annotation
The Catch annotation is used to mark a method (the exception interceptor) that should be executed when there is an exception thrown out during the action method executing
cause - Variable in class org.osgl.mvc.result.Result.Payload
 
cause(Throwable) - Method in class org.osgl.mvc.result.Result.Payload
 
CHAR_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
cleanUp() - Static method in class org.osgl.mvc.HttpContextManager
Clean up context, release thread local etc
clearAttributes() - Method in class org.osgl.mvc.util.Binder
Clear all attributes on this binder
clearThreadLocals() - Static method in exception org.osgl.mvc.result.Result
 
Conflict - Exception in org.osgl.mvc.result
Indicates that the request could not be processed because of conflict in the request, such as an edit conflict between multiple simultaneous updates.
Conflict() - Constructor for exception org.osgl.mvc.result.Conflict
 
Conflict(String, Object...) - Constructor for exception org.osgl.mvc.result.Conflict
 
Conflict(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.Conflict
 
Conflict(Throwable) - Constructor for exception org.osgl.mvc.result.Conflict
 
Conflict(int) - Constructor for exception org.osgl.mvc.result.Conflict
 
Conflict(int, String, Object...) - Constructor for exception org.osgl.mvc.result.Conflict
 
Conflict(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.Conflict
 
Conflict(int, Throwable) - Constructor for exception org.osgl.mvc.result.Conflict
 
content() - Method in exception org.osgl.mvc.result.RenderContent
 
contentType(H.Format) - Method in exception org.osgl.mvc.result.RenderBinary
 
contentType(String) - Method in exception org.osgl.mvc.result.RenderBinary
 
contentWriter() - Method in exception org.osgl.mvc.result.RenderContent
 
contentWriter - Variable in class org.osgl.mvc.result.Result.Payload
 
contentWriter(Lang.Visitor<Writer>) - Method in class org.osgl.mvc.result.Result.Payload
 
cookiePrefix(String) - Static method in class org.osgl.mvc.MvcConfig
Set the cookie prefix for session and flash cookie
Created - Exception in org.osgl.mvc.result
 
Created(String) - Constructor for exception org.osgl.mvc.result.Created
 

D

DEF_COOKIE_PREFIX - Static variable in class org.osgl.mvc.MvcConfig
 
DEFAULT_RESOLVER() - Constructor for class org.osgl.mvc.annotation.Param.DEFAULT_RESOLVER
 
defaultMessage(H.Status) - Static method in exception org.osgl.mvc.result.ErrorResult
 
DeleteAction - Annotation Type in org.osgl.mvc.annotation
The DeleteAction annotation is used to mark a method (the action handler) that should be executed to handle a DELETE http request
DOUBLE_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 

E

enableLocalizedErrorMsg() - Static method in class org.osgl.mvc.MvcConfig
 
equals(Object) - Method in exception org.osgl.mvc.result.Accepted
 
equals(Object) - Method in exception org.osgl.mvc.result.Created
 
equals(Object) - Method in exception org.osgl.mvc.result.Ok
 
errorCode(int) - Method in exception org.osgl.mvc.result.ErrorResult
 
errorCode() - Method in exception org.osgl.mvc.result.ErrorResult
 
errorCode - Variable in class org.osgl.mvc.result.Result.Payload
 
errorCode(int) - Method in class org.osgl.mvc.result.Result.Payload
 
errorMessage(H.Status) - Static method in class org.osgl.mvc.MvcConfig
Returns default error message id from http status
errorMessage(int) - Static method in class org.osgl.mvc.MvcConfig
Returns default error message id from http status code
ErrorPageRenderer - Class in org.osgl.mvc
 
ErrorPageRenderer() - Constructor for class org.osgl.mvc.ErrorPageRenderer
 
errorPageRenderer(ErrorPageRenderer) - Static method in class org.osgl.mvc.MvcConfig
 
errorPageRenderer() - Static method in class org.osgl.mvc.MvcConfig
 
ErrorResult - Exception in org.osgl.mvc.result
Base class for Error results, i.e result with status code between 400 and 600 (excluded)
ErrorResult(H.Status) - Constructor for exception org.osgl.mvc.result.ErrorResult
 
ErrorResult(H.Status, String) - Constructor for exception org.osgl.mvc.result.ErrorResult
 
ErrorResult(H.Status, String, Object...) - Constructor for exception org.osgl.mvc.result.ErrorResult
 
ErrorResult(H.Status, Throwable) - Constructor for exception org.osgl.mvc.result.ErrorResult
 
ErrorResult(H.Status, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.ErrorResult
 
ErrorResult(H.Status, Integer) - Constructor for exception org.osgl.mvc.result.ErrorResult
 
ErrorResult(H.Status, Integer, String) - Constructor for exception org.osgl.mvc.result.ErrorResult
 
ErrorResult(H.Status, Integer, String, Object...) - Constructor for exception org.osgl.mvc.result.ErrorResult
 
ErrorResult(H.Status, Integer, Throwable) - Constructor for exception org.osgl.mvc.result.ErrorResult
 
ErrorResult(H.Status, Integer, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.ErrorResult
 
etag(String) - Method in exception org.osgl.mvc.result.Created
 
etag() - Method in exception org.osgl.mvc.result.Created
 
etag() - Method in exception org.osgl.mvc.result.NotModified
 
etag - Variable in class org.osgl.mvc.result.Result.Payload
 
etag(String) - Method in class org.osgl.mvc.result.Result.Payload
 
etag() - Method in class org.osgl.mvc.result.Result.Payload
 
ExpectationFailed - Exception in org.osgl.mvc.result
The server cannot meet the requirements of the Expect request-header field.
ExpectationFailed() - Constructor for exception org.osgl.mvc.result.ExpectationFailed
 
ExpectationFailed(int) - Constructor for exception org.osgl.mvc.result.ExpectationFailed
 
ExpectationFailed(String, Object...) - Constructor for exception org.osgl.mvc.result.ExpectationFailed
 
ExpectationFailed(int, String, Object...) - Constructor for exception org.osgl.mvc.result.ExpectationFailed
 

F

Finally - Annotation Type in org.osgl.mvc.annotation
The Finally annotation is used to mark a method (the finally interceptor) that should be executed after view rendered and sent to response
FLOAT_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
Forbidden - Exception in org.osgl.mvc.result
HTTP 403 Forbidden
Forbidden() - Constructor for exception org.osgl.mvc.result.Forbidden
 
Forbidden(int) - Constructor for exception org.osgl.mvc.result.Forbidden
 
Forbidden(String, Object...) - Constructor for exception org.osgl.mvc.result.Forbidden
 
Forbidden(int, String, Object...) - Constructor for exception org.osgl.mvc.result.Forbidden
 
Forbidden(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.Forbidden
 
Forbidden(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.Forbidden
 
Forbidden(Throwable) - Constructor for exception org.osgl.mvc.result.Forbidden
 
Forbidden(int, Throwable) - Constructor for exception org.osgl.mvc.result.Forbidden
 
format() - Method in exception org.osgl.mvc.result.RenderContent
 
format - Variable in class org.osgl.mvc.result.Result.Payload
 
format(H.Format) - Method in class org.osgl.mvc.result.Result.Payload
 
Found - Exception in org.osgl.mvc.result
 
Found(String) - Constructor for exception org.osgl.mvc.result.Found
 
Found(String, Object...) - Constructor for exception org.osgl.mvc.result.Found
 
FOUND - Static variable in enum org.osgl.mvc.result.Redirect.F
 
found(String) - Static method in exception org.osgl.mvc.result.Redirect
 
found(String, Object...) - Static method in exception org.osgl.mvc.result.Redirect
 
fullUrl(H.Request) - Method in exception org.osgl.mvc.result.RedirectBase
 

G

GatewayTimeout - Exception in org.osgl.mvc.result
The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.
GatewayTimeout() - Constructor for exception org.osgl.mvc.result.GatewayTimeout
 
GatewayTimeout(String, Object...) - Constructor for exception org.osgl.mvc.result.GatewayTimeout
 
GatewayTimeout(Throwable) - Constructor for exception org.osgl.mvc.result.GatewayTimeout
 
GatewayTimeout(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.GatewayTimeout
 
GatewayTimeout(int) - Constructor for exception org.osgl.mvc.result.GatewayTimeout
 
GatewayTimeout(int, String, Object...) - Constructor for exception org.osgl.mvc.result.GatewayTimeout
 
GatewayTimeout(int, Throwable) - Constructor for exception org.osgl.mvc.result.GatewayTimeout
 
GatewayTimeout(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.GatewayTimeout
 
genericTargetType() - Method in class org.osgl.mvc.util.Binder
 
get() - Static method in exception org.osgl.mvc.result.BadGateway
Returns a static BadGateway instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.BadRequest
Returns a static BadRequest instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.Conflict
Returns a static Conflict instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.ExpectationFailed
Returns a static ExpectationFailed instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.Forbidden
Returns a static Forbidden instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.GatewayTimeout
Returns a static GatewayTimeout instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.Gone
Returns a static Gone instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.InternalServerError
Returns a static InternalServerError instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.MethodNotAllowed
Returns a static MethodNotAllowed instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.NoContent
 
get() - Static method in exception org.osgl.mvc.result.NoResult
Deprecated.
 
get() - Static method in exception org.osgl.mvc.result.NotAcceptable
Returns a static NotAcceptable instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.NotFound
Returns a static NotFound instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.NotImplemented
Returns a static NotImplemented instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.NotModified
get() - Static method in exception org.osgl.mvc.result.Ok
 
get() - Static method in exception org.osgl.mvc.result.PaymentRequired
Returns a static PaymentRequired instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.PreconditionRequired
Returns a static PreconditionRequired instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.RequestTimeout
Returns a static RequestTimeout instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.ServiceUnavailable
Returns a static ServiceUnavailable instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.TooManyRequests
Returns a static TooManyRequests instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.Unauthorized
get() - Static method in exception org.osgl.mvc.result.UnavailableForLegalReasons
Returns a static UnavailableForLegalReasons instance and set the Result.payload thread local with default message.
get() - Static method in exception org.osgl.mvc.result.UnsupportedMediaType
Returns a static UnsupportedMediaType instance and set the Result.payload thread local with default message.
GetAction - Annotation Type in org.osgl.mvc.annotation
The GetAction annotation is used to mark a method (the action handler) that should be executed to handle a GET http request
getLocalizedMessage() - Method in exception org.osgl.mvc.result.ErrorResult
 
Gone - Exception in org.osgl.mvc.result
Indicates that the resource requested is no longer available and will not be available again.
Gone() - Constructor for exception org.osgl.mvc.result.Gone
 
Gone(String, Object...) - Constructor for exception org.osgl.mvc.result.Gone
 
Gone(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.Gone
 
Gone(Throwable) - Constructor for exception org.osgl.mvc.result.Gone
 
Gone(int) - Constructor for exception org.osgl.mvc.result.Gone
 
Gone(int, String, Object...) - Constructor for exception org.osgl.mvc.result.Gone
 
Gone(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.Gone
 
Gone(int, Throwable) - Constructor for exception org.osgl.mvc.result.Gone
 

H

header(H.Header) - Method in exception org.osgl.mvc.result.Result
 
HttpContextManager - Class in org.osgl.mvc
The HttpContextManager help to set up http context, e.g.
HttpContextManager() - Constructor for class org.osgl.mvc.HttpContextManager
 
HttpContextManager.Listener - Interface in org.osgl.mvc
 

I

init(H.Request, H.Response) - Static method in class org.osgl.mvc.HttpContextManager
Initialize the Http Context.
INSTANCE - Static variable in exception org.osgl.mvc.result.BadRequest
Deprecated.
INSTANCE - Static variable in exception org.osgl.mvc.result.Conflict
Deprecated.
INSTANCE - Static variable in exception org.osgl.mvc.result.Created
 
INSTANCE - Static variable in exception org.osgl.mvc.result.Forbidden
The static instance of Forbidden result.
INSTANCE - Static variable in exception org.osgl.mvc.result.MethodNotAllowed
Deprecated.
INSTANCE - Static variable in exception org.osgl.mvc.result.NoContent
 
INSTANCE - Static variable in exception org.osgl.mvc.result.NoResult
Deprecated.
 
INSTANCE - Static variable in exception org.osgl.mvc.result.NotAcceptable
Deprecated.
INSTANCE - Static variable in exception org.osgl.mvc.result.NotFound
Deprecated.
INSTANCE - Static variable in exception org.osgl.mvc.result.NotImplemented
The static instance of NotImplemented result.
INSTANCE - Static variable in exception org.osgl.mvc.result.NotModified
The static NotModified result
INSTANCE - Static variable in exception org.osgl.mvc.result.Ok
 
INSTANCE - Static variable in exception org.osgl.mvc.result.TooManyRequests
The static instance of TooManyRequests result.
INSTANCE - Static variable in exception org.osgl.mvc.result.Unauthorized
 
INT_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
InternalServerError - Exception in org.osgl.mvc.result
Indicate an internal server error and set 500 status on response
InternalServerError() - Constructor for exception org.osgl.mvc.result.InternalServerError
 
InternalServerError(String, Object...) - Constructor for exception org.osgl.mvc.result.InternalServerError
 
InternalServerError(Throwable) - Constructor for exception org.osgl.mvc.result.InternalServerError
 
InternalServerError(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.InternalServerError
 
InternalServerError(int) - Constructor for exception org.osgl.mvc.result.InternalServerError
 
InternalServerError(int, String, Object...) - Constructor for exception org.osgl.mvc.result.InternalServerError
 
InternalServerError(int, Throwable) - Constructor for exception org.osgl.mvc.result.InternalServerError
 
InternalServerError(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.InternalServerError
 
isOutputEncoding() - Method in exception org.osgl.mvc.result.RenderContent
 

J

jsonMediaTypeProvider(Lang.Func0<H.Format>) - Static method in class org.osgl.mvc.MvcConfig
 
jsonMediaTypeProvider() - Static method in class org.osgl.mvc.MvcConfig
 
jsonSerializer(Lang.Func2<Writer, Object, ?>) - Static method in class org.osgl.mvc.MvcConfig
 
jsonSerializer(Object) - Static method in class org.osgl.mvc.MvcConfig
 

L

localizedErrorMsg() - Static method in class org.osgl.mvc.MvcConfig
 
location() - Method in exception org.osgl.mvc.result.Accepted
 
location(String) - Method in exception org.osgl.mvc.result.Created
 
location() - Method in exception org.osgl.mvc.result.Created
 
LONG_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 

M

message - Variable in class org.osgl.mvc.result.Result.Payload
 
message(String) - Method in class org.osgl.mvc.result.Result.Payload
 
message(String, Object...) - Method in class org.osgl.mvc.result.Result.Payload
 
messageTranslater(Lang.Function<String, String>) - Static method in class org.osgl.mvc.MvcConfig
 
messageTranslater() - Static method in class org.osgl.mvc.MvcConfig
 
MethodNotAllowed - Exception in org.osgl.mvc.result
Indicate a 405 Method not allowed response
MethodNotAllowed() - Constructor for exception org.osgl.mvc.result.MethodNotAllowed
 
MethodNotAllowed(String, Object...) - Constructor for exception org.osgl.mvc.result.MethodNotAllowed
 
MethodNotAllowed(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.MethodNotAllowed
 
MethodNotAllowed(Throwable) - Constructor for exception org.osgl.mvc.result.MethodNotAllowed
 
MethodNotAllowed(int) - Constructor for exception org.osgl.mvc.result.MethodNotAllowed
 
MethodNotAllowed(int, String, Object...) - Constructor for exception org.osgl.mvc.result.MethodNotAllowed
 
MethodNotAllowed(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.MethodNotAllowed
 
MethodNotAllowed(int, Throwable) - Constructor for exception org.osgl.mvc.result.MethodNotAllowed
 
moved(String) - Static method in exception org.osgl.mvc.result.Redirect
Deprecated.
moved(String, Object...) - Static method in exception org.osgl.mvc.result.Redirect
Deprecated.
MOVED_PERMANENTLY - Static variable in enum org.osgl.mvc.result.Redirect.F
 
MovedPermanently - Exception in org.osgl.mvc.result
 
MovedPermanently(String) - Constructor for exception org.osgl.mvc.result.MovedPermanently
 
MovedPermanently(String, Object...) - Constructor for exception org.osgl.mvc.result.MovedPermanently
 
movedPermanently(String) - Static method in exception org.osgl.mvc.result.Redirect
 
movedPermanently(String, Object...) - Static method in exception org.osgl.mvc.result.Redirect
 
MSG_ID_ACCEPTED - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_BAD_REQUEST - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_CLIENT_ERROR - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_CONFLICT - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_CREATED - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_FORBIDDEN - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_GONE - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_METHOD_NOT_ALLOWED - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_NOT_ACCEPTABLE - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_NOT_FOUND - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_NOT_IMPLEMENTED - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_PAYMENT_REQUIRED - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_REQUREST_TIMEOUT - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_SERVER_ERROR - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_TOO_MANY_REQUESTS - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_UNAUTHORIZED - Static variable in class org.osgl.mvc.MvcConfig
 
MSG_ID_UNKNOWN_STATUS - Static variable in class org.osgl.mvc.MvcConfig
 
MvcConfig - Class in org.osgl.mvc
 
MvcConfig() - Constructor for class org.osgl.mvc.MvcConfig
 

N

name(String) - Method in exception org.osgl.mvc.result.RenderBinary
Set the attachment name.
NoContent - Exception in org.osgl.mvc.result
Render NO_CONTENT response
NoContent() - Constructor for exception org.osgl.mvc.result.NoContent
 
NoResult - Exception in org.osgl.mvc.result
Deprecated.
NotAcceptable - Exception in org.osgl.mvc.result
The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.
NotAcceptable() - Constructor for exception org.osgl.mvc.result.NotAcceptable
 
NotAcceptable(int) - Constructor for exception org.osgl.mvc.result.NotAcceptable
 
NotAcceptable(String, Object...) - Constructor for exception org.osgl.mvc.result.NotAcceptable
 
NotAcceptable(int, String, Object...) - Constructor for exception org.osgl.mvc.result.NotAcceptable
 
NotFound - Exception in org.osgl.mvc.result
Indicate a 404 Not found response
NotFound() - Constructor for exception org.osgl.mvc.result.NotFound
 
NotFound(String, Object...) - Constructor for exception org.osgl.mvc.result.NotFound
 
NotFound(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.NotFound
 
NotFound(Throwable) - Constructor for exception org.osgl.mvc.result.NotFound
 
NotFound(int) - Constructor for exception org.osgl.mvc.result.NotFound
 
NotFound(int, String, Object...) - Constructor for exception org.osgl.mvc.result.NotFound
 
NotFound(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.NotFound
 
NotFound(int, Throwable) - Constructor for exception org.osgl.mvc.result.NotFound
 
NotImplemented - Exception in org.osgl.mvc.result
Indicate a 501 Not implemented response
NotImplemented() - Constructor for exception org.osgl.mvc.result.NotImplemented
 
NotImplemented(int) - Constructor for exception org.osgl.mvc.result.NotImplemented
 
NotImplemented(String, Object...) - Constructor for exception org.osgl.mvc.result.NotImplemented
 
NotImplemented(int, String, Object...) - Constructor for exception org.osgl.mvc.result.NotImplemented
 
NotImplemented(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.NotImplemented
 
NotImplemented(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.NotImplemented
 
NotImplemented(Throwable) - Constructor for exception org.osgl.mvc.result.NotImplemented
 
NotImplemented(int, Throwable) - Constructor for exception org.osgl.mvc.result.NotImplemented
 
NotModified - Exception in org.osgl.mvc.result
 
NotModified() - Constructor for exception org.osgl.mvc.result.NotModified
 
NotModified(String) - Constructor for exception org.osgl.mvc.result.NotModified
 
NotModified(String, Object...) - Constructor for exception org.osgl.mvc.result.NotModified
 

O

of(String) - Static method in exception org.osgl.mvc.result.Accepted
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.BadGateway
Returns a static BadGateway instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.BadGateway
Returns a static BadGateway instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.BadGateway
Returns a static BadGateway instance and set the Result.payload thread local with cause and message specified
of(int) - Static method in exception org.osgl.mvc.result.BadGateway
Returns a static BadGateway instance and set the Result.payload thread local with error code specified
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.BadGateway
Returns a static BadGateway instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.BadGateway
Returns a static BadGateway instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.BadGateway
Returns a static BadGateway instance and set the Result.payload thread local with error code, cause and message specified
of(String, Object...) - Static method in exception org.osgl.mvc.result.BadRequest
Returns a static BadRequest instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.BadRequest
Returns a static BadRequest instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.BadRequest
Returns a static BadRequest instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.BadRequest
Returns a static BadRequest instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.BadRequest
Returns a static BadRequest instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.BadRequest
Returns a static BadRequest instance and set the Result.payload thread local with error code and cause specified.
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.BadRequest
Returns a static BadRequest instance and set the Result.payload thread local with error code, cause and message specified.
of(String, Object...) - Static method in exception org.osgl.mvc.result.Conflict
Returns a static Conflict instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.Conflict
Returns a static Conflict instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.Conflict
Returns a static Conflict instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.Conflict
Returns a static Conflict instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.Conflict
Returns a static Conflict instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.Conflict
Returns a static Conflict instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.Conflict
Returns a static Conflict instance and set the Result.payload thread local with error code, cause and message specified.
of(String) - Static method in exception org.osgl.mvc.result.Created
Deprecated.
of(H.Status) - Static method in exception org.osgl.mvc.result.ErrorResult
 
of(H.Status, String, Object...) - Static method in exception org.osgl.mvc.result.ErrorResult
 
of(H.Status, int) - Static method in exception org.osgl.mvc.result.ErrorResult
 
of(H.Status, int, String, Object...) - Static method in exception org.osgl.mvc.result.ErrorResult
 
of(H.Status, int, Throwable) - Static method in exception org.osgl.mvc.result.ErrorResult
 
of(H.Status, int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.ErrorResult
 
of(H.Status, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.ErrorResult
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.ExpectationFailed
Returns a static ExpectationFailed instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.ExpectationFailed
Returns a static ExpectationFailed instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.ExpectationFailed
Returns a static ExpectationFailed instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.ExpectationFailed
Returns a static ExpectationFailed instance and set the Result.payload thread local with user error code
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.ExpectationFailed
Returns a static ExpectationFailed instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.ExpectationFailed
Returns a static ExpectationFailed instance and set the Result.payload thread local with cause specified.
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.ExpectationFailed
Returns a static ExpectationFailed instance and set the Result.payload thread local with error code, cause and message specified.
of(String, Object...) - Static method in exception org.osgl.mvc.result.Forbidden
Returns a static Forbidden instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.Forbidden
Returns a static Forbidden instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.Forbidden
Returns a static Forbidden instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.Forbidden
Returns a static Forbidden instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.Forbidden
Returns a static Forbidden instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.Forbidden
Returns a static Forbidden instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.Forbidden
Returns a static Forbidden instance and set the Result.payload thread local with error code, cause and message specified.
of(Throwable, int) - Static method in exception org.osgl.mvc.result.Forbidden
Deprecated.
of(Throwable, int, String, Object...) - Static method in exception org.osgl.mvc.result.Forbidden
Deprecated.
of(String) - Static method in exception org.osgl.mvc.result.Found
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.Found
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.GatewayTimeout
Returns a static GatewayTimeout instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.GatewayTimeout
Returns a static GatewayTimeout instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.GatewayTimeout
Returns a static GatewayTimeout instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.GatewayTimeout
Returns a static GatewayTimeout instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.GatewayTimeout
Returns a static GatewayTimeout instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.GatewayTimeout
Returns a static GatewayTimeout instance and set the Result.payload thread local with error code and cause specified.
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.GatewayTimeout
Returns a static GatewayTimeout instance and set the Result.payload thread local with error code, cause and message specified.
of(String, Object...) - Static method in exception org.osgl.mvc.result.Gone
Returns a static Gone instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.Gone
Returns a static Gone instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.Gone
Returns a static Gone instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.Gone
Returns a static Gone instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.Gone
Returns a static Gone instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.Gone
Returns a static Gone instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.Gone
Returns a static Gone instance and set the Result.payload thread local with error code, cause and message specified.
of(String, Object...) - Static method in exception org.osgl.mvc.result.InternalServerError
Returns a static InternalServerError instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.InternalServerError
Returns a static InternalServerError instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.InternalServerError
Returns a static InternalServerError instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.InternalServerError
Returns a static InternalServerError instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.InternalServerError
Returns a static InternalServerError instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.InternalServerError
Returns a static InternalServerError instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.InternalServerError
Returns a static InternalServerError instance and set the Result.payload thread local with error code, cause and message specified.
of(String, Object...) - Static method in exception org.osgl.mvc.result.MethodNotAllowed
Returns a static MethodNotAllowed instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.MethodNotAllowed
Returns a static MethodNotAllowed instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.MethodNotAllowed
Returns a static MethodNotAllowed instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.MethodNotAllowed
Returns a static MethodNotAllowed instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.MethodNotAllowed
Returns a static MethodNotAllowed instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.MethodNotAllowed
Returns a static MethodNotAllowed instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.MethodNotAllowed
Returns a static MethodNotAllowed instance and set the Result.payload thread local with error code, cause and message specified.
of(String) - Static method in exception org.osgl.mvc.result.MovedPermanently
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.MovedPermanently
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.NotAcceptable
Returns a static NotAcceptable instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.NotAcceptable
Returns a static NotAcceptable instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.NotAcceptable
Returns a static NotAcceptable instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.NotAcceptable
Returns a static NotAcceptable instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.NotAcceptable
Returns a static NotAcceptable instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.NotAcceptable
Returns a static NotAcceptable instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.NotAcceptable
Returns a static NotAcceptable instance and set the Result.payload thread local with error code, cause and message specified.
of(String, Object...) - Static method in exception org.osgl.mvc.result.NotFound
Returns a static NotFound instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.NotFound
Returns a static NotFound instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.NotFound
Returns a static NotFound instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.NotFound
Returns a static NotFound instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.NotFound
Returns a static NotFound instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.NotFound
Returns a static NotFound instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.NotFound
Returns a static NotFound instance and set the Result.payload thread local with error code, cause and message specified.
of(String, Object...) - Static method in exception org.osgl.mvc.result.NotImplemented
Returns a static NotImplemented instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.NotImplemented
Returns a static NotImplemented instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.NotImplemented
Returns a static NotImplemented instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.NotImplemented
Returns a static NotImplemented instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.NotImplemented
Returns a static NotImplemented instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.NotImplemented
Returns a static NotImplemented instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.NotImplemented
Returns a static NotImplemented instance and set the Result.payload thread local with error code, cause and message specified.
of(String) - Static method in exception org.osgl.mvc.result.NotModified
Returns a static NotModified instance which when calling on NotModified.etag() method, will return whatever stored in the Result.payload thread local.
of(String, Object...) - Static method in exception org.osgl.mvc.result.NotModified
Returns a static NotModified instance which when calling on NotModified.etag() method, will return whatever stored in the Result.payload thread local.
of(String, Object...) - Static method in exception org.osgl.mvc.result.PaymentRequired
Returns a static PaymentRequired instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.PaymentRequired
Returns a static PaymentRequired instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.PaymentRequired
Returns a static PaymentRequired instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.PaymentRequired
Returns a static PaymentRequired instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.PaymentRequired
Returns a static PaymentRequired instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.PaymentRequired
Returns a static PaymentRequired instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.PaymentRequired
Returns a static PaymentRequired instance and set the Result.payload thread local with error code, cause and message specified.
of(String) - Static method in exception org.osgl.mvc.result.PermanentRedirect
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.PermanentRedirect
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.PreconditionRequired
Returns a static PreconditionRequired instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.PreconditionRequired
Returns a static PreconditionRequired instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.PreconditionRequired
Returns a static PreconditionRequired instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.PreconditionRequired
Returns a static PreconditionRequired instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.PreconditionRequired
Returns a static PreconditionRequired instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.PreconditionRequired
Returns a static PreconditionRequired instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.PreconditionRequired
Returns a static PreconditionRequired instance and set the Result.payload thread local with error code, cause and message specified.
of(String) - Static method in exception org.osgl.mvc.result.Redirect
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.Redirect
 
of(Lang.Visitor<Writer>) - Static method in exception org.osgl.mvc.result.RenderHtml
 
of(Lang.Func0<String>) - Static method in exception org.osgl.mvc.result.RenderHtml
 
of(String) - Static method in exception org.osgl.mvc.result.RenderHtml
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.RenderHtml
 
of(H.Status, String) - Static method in exception org.osgl.mvc.result.RenderHtml
 
of(H.Status, String, Object...) - Static method in exception org.osgl.mvc.result.RenderHtml
 
of(H.Status, Lang.Visitor<Writer>) - Static method in exception org.osgl.mvc.result.RenderHtml
 
of(H.Status, Lang.Func0<String>) - Static method in exception org.osgl.mvc.result.RenderHtml
 
of(String) - Static method in exception org.osgl.mvc.result.RenderJSON
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.RenderJSON
 
of(Lang.Visitor<Writer>) - Static method in exception org.osgl.mvc.result.RenderJSON
 
of(Lang.Func0<String>) - Static method in exception org.osgl.mvc.result.RenderJSON
 
of(Object) - Static method in exception org.osgl.mvc.result.RenderJSON
 
of(H.Status, String) - Static method in exception org.osgl.mvc.result.RenderJSON
 
of(H.Status, String, Object...) - Static method in exception org.osgl.mvc.result.RenderJSON
 
of(H.Status, Object) - Static method in exception org.osgl.mvc.result.RenderJSON
 
of(H.Status, Lang.Visitor<Writer>) - Static method in exception org.osgl.mvc.result.RenderJSON
 
of(H.Status, Lang.Func0<String>) - Static method in exception org.osgl.mvc.result.RenderJSON
 
of(Lang.Visitor<Writer>) - Static method in exception org.osgl.mvc.result.RenderText
 
of(Lang.Func0<String>) - Static method in exception org.osgl.mvc.result.RenderText
 
of(String) - Static method in exception org.osgl.mvc.result.RenderText
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.RenderText
 
of(H.Format, String, Object...) - Static method in exception org.osgl.mvc.result.RenderText
 
of(H.Status, String) - Static method in exception org.osgl.mvc.result.RenderText
 
of(H.Status, String, Object...) - Static method in exception org.osgl.mvc.result.RenderText
 
of(H.Status, H.Format, String, Object...) - Static method in exception org.osgl.mvc.result.RenderText
 
of(H.Status, Lang.Visitor<Writer>) - Static method in exception org.osgl.mvc.result.RenderText
 
of(H.Status, Lang.Func0<String>) - Static method in exception org.osgl.mvc.result.RenderText
 
of(Lang.Visitor<Writer>) - Static method in exception org.osgl.mvc.result.RenderXML
 
of(Lang.Func0<String>) - Static method in exception org.osgl.mvc.result.RenderXML
 
of(String) - Static method in exception org.osgl.mvc.result.RenderXML
 
of(H.Status, String) - Static method in exception org.osgl.mvc.result.RenderXML
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.RenderXML
 
of(H.Status, String, Object...) - Static method in exception org.osgl.mvc.result.RenderXML
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.RequestTimeout
Returns a static RequestTimeout instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.RequestTimeout
Returns a static RequestTimeout instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.RequestTimeout
Returns a static RequestTimeout instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.RequestTimeout
Returns a static RequestTimeout instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.RequestTimeout
Returns a static RequestTimeout instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.RequestTimeout
Returns a static RequestTimeout instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.RequestTimeout
Returns a static RequestTimeout instance and set the Result.payload thread local with error code, cause and message specified.
of(String) - Static method in exception org.osgl.mvc.result.SeeOther
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.SeeOther
 
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.ServerError
Deprecated.
Returns a static ServerError instance and set the Result.payload thread local with message specified, and store the cause specified into the Result.payload thread local
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.ServerError
Deprecated.
Returns a static ServerError instance and set the Result.payload thread local with message specified, and store the cause specified into the Result.payload thread local
of(String, Object...) - Static method in exception org.osgl.mvc.result.ServerError
Deprecated.
Returns a static ServerError instance and set the Result.payload thread local with message specified.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.ServerError
Deprecated.
Returns a static ServerError instance and set the Result.payload thread local with message specified.
of(String, Object...) - Static method in exception org.osgl.mvc.result.ServiceUnavailable
Returns a static ServiceUnavailable instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.ServiceUnavailable
Returns a static ServiceUnavailable instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.ServiceUnavailable
Returns a static ServiceUnavailable instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.ServiceUnavailable
Returns a static ServiceUnavailable instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.ServiceUnavailable
Returns a static ServiceUnavailable instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.ServiceUnavailable
Returns a static ServiceUnavailable instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.ServiceUnavailable
Returns a static ServiceUnavailable instance and set the Result.payload thread local with error code, cause and message specified.
of(String) - Static method in exception org.osgl.mvc.result.TemporaryRedirect
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.TemporaryRedirect
 
of(String, Object...) - Static method in exception org.osgl.mvc.result.TooManyRequests
Returns a static TooManyRequests instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.TooManyRequests
Returns a static TooManyRequests instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.TooManyRequests
Returns a static TooManyRequests instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.TooManyRequests
Returns a static TooManyRequests instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.TooManyRequests
Returns a static TooManyRequests instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.TooManyRequests
Returns a static TooManyRequests instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.TooManyRequests
Returns a static TooManyRequests instance and set the Result.payload thread local with error code, cause and message specified.
of(String) - Static method in exception org.osgl.mvc.result.Unauthorized
Returns a static Unauthorized instance and set the Result.payload thread local with realm and type
of(String, Object...) - Static method in exception org.osgl.mvc.result.UnavailableForLegalReasons
Returns a static UnavailableForLegalReasons instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.UnavailableForLegalReasons
Returns a static UnavailableForLegalReasons instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.UnavailableForLegalReasons
Returns a static UnavailableForLegalReasons instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.UnavailableForLegalReasons
Returns a static UnavailableForLegalReasons instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.UnavailableForLegalReasons
Returns a static UnavailableForLegalReasons instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.UnavailableForLegalReasons
Returns a static UnavailableForLegalReasons instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.UnavailableForLegalReasons
Returns a static UnavailableForLegalReasons instance and set the Result.payload thread local with error code, cause and message specified.
of(String, Object...) - Static method in exception org.osgl.mvc.result.UnsupportedMediaType
Returns a static UnsupportedMediaType instance and set the Result.payload thread local with message specified.
of(Throwable) - Static method in exception org.osgl.mvc.result.UnsupportedMediaType
Returns a static UnsupportedMediaType instance and set the Result.payload thread local with cause specified.
of(Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.UnsupportedMediaType
Returns a static UnsupportedMediaType instance and set the Result.payload thread local with cause and message specified.
of(int) - Static method in exception org.osgl.mvc.result.UnsupportedMediaType
Returns a static UnsupportedMediaType instance and set the Result.payload thread local with error code and default message.
of(int, String, Object...) - Static method in exception org.osgl.mvc.result.UnsupportedMediaType
Returns a static UnsupportedMediaType instance and set the Result.payload thread local with error code and message specified.
of(int, Throwable) - Static method in exception org.osgl.mvc.result.UnsupportedMediaType
Returns a static UnsupportedMediaType instance and set the Result.payload thread local with error code and cause specified
of(int, Throwable, String, Object...) - Static method in exception org.osgl.mvc.result.UnsupportedMediaType
Returns a static UnsupportedMediaType instance and set the Result.payload thread local with error code, cause and message specified.
Ok - Exception in org.osgl.mvc.result
 
onCleanUp() - Method in interface org.osgl.mvc.HttpContextManager.Listener
 
onSessionResolved(H.Session) - Method in interface org.osgl.mvc.HttpContextManager.Listener
 
org.osgl.mvc - package org.osgl.mvc
 
org.osgl.mvc.annotation - package org.osgl.mvc.annotation
 
org.osgl.mvc.result - package org.osgl.mvc.result
 
org.osgl.mvc.util - package org.osgl.mvc.util
 
outputEncoding - Variable in class org.osgl.mvc.result.Result.Payload
 
outputEncoding(boolean) - Method in class org.osgl.mvc.result.Result.Payload
 
outputEncoding() - Method in class org.osgl.mvc.result.Result.Payload
 

P

Param - Annotation Type in org.osgl.mvc.annotation
The Param annotation is used to specify a binding of HTTP parameter to an action handler method parameter
Param.DEFAULT_RESOLVER - Class in org.osgl.mvc.annotation
 
paramKeys() - Method in interface org.osgl.mvc.util.ParamValueProvider
 
paramVal(String) - Method in interface org.osgl.mvc.util.ParamValueProvider
 
paramVals(String) - Method in interface org.osgl.mvc.util.ParamValueProvider
 
ParamValueProvider - Interface in org.osgl.mvc.util
Provide data to Binder
PatchAction - Annotation Type in org.osgl.mvc.annotation
The PatchAction annotation is used to mark a method (the action handler) that should be executed to handle a PATCH http request
payload() - Static method in exception org.osgl.mvc.result.Result
 
Payload() - Constructor for class org.osgl.mvc.result.Result.Payload
 
PaymentRequired - Exception in org.osgl.mvc.result
Reserved for future use.
PaymentRequired() - Constructor for exception org.osgl.mvc.result.PaymentRequired
 
PaymentRequired(String, Object...) - Constructor for exception org.osgl.mvc.result.PaymentRequired
 
PaymentRequired(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.PaymentRequired
 
PaymentRequired(Throwable) - Constructor for exception org.osgl.mvc.result.PaymentRequired
 
PaymentRequired(int) - Constructor for exception org.osgl.mvc.result.PaymentRequired
 
PaymentRequired(int, String, Object...) - Constructor for exception org.osgl.mvc.result.PaymentRequired
 
PaymentRequired(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.PaymentRequired
 
PaymentRequired(int, Throwable) - Constructor for exception org.osgl.mvc.result.PaymentRequired
 
PERMANENT_REDIRECT - Static variable in enum org.osgl.mvc.result.Redirect.F
 
PermanentRedirect - Exception in org.osgl.mvc.result
 
PermanentRedirect(String) - Constructor for exception org.osgl.mvc.result.PermanentRedirect
 
PermanentRedirect(String, Object...) - Constructor for exception org.osgl.mvc.result.PermanentRedirect
 
permanentRedirect(String) - Static method in exception org.osgl.mvc.result.Redirect
 
permanentRedirect(String, Object...) - Static method in exception org.osgl.mvc.result.Redirect
 
PostAction - Annotation Type in org.osgl.mvc.annotation
The PostAction annotation is used to mark a method (the action handler) that should be executed to handle a POST http request.
PreconditionRequired - Exception in org.osgl.mvc.result
The origin server requires the request to be conditional.
PreconditionRequired() - Constructor for exception org.osgl.mvc.result.PreconditionRequired
 
PreconditionRequired(String, Object...) - Constructor for exception org.osgl.mvc.result.PreconditionRequired
 
PreconditionRequired(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.PreconditionRequired
 
PreconditionRequired(Throwable) - Constructor for exception org.osgl.mvc.result.PreconditionRequired
 
PreconditionRequired(int) - Constructor for exception org.osgl.mvc.result.PreconditionRequired
 
PreconditionRequired(int, String, Object...) - Constructor for exception org.osgl.mvc.result.PreconditionRequired
 
PreconditionRequired(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.PreconditionRequired
 
PreconditionRequired(int, Throwable) - Constructor for exception org.osgl.mvc.result.PreconditionRequired
 
predefined() - Static method in class org.osgl.mvc.util.Binder
 
predefined(Class<T>) - Static method in class org.osgl.mvc.util.Binder
 
PRIMITIVE_BOOLEAN_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
PRIMITIVE_BYTE_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
PRIMITIVE_CHAR_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
PRIMITIVE_DOUBLE_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
PRIMITIVE_FLOAT_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
PRIMITIVE_INT_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
PRIMITIVE_LONG_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
PRIMITIVE_SHORT_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
PutAction - Annotation Type in org.osgl.mvc.annotation
The PutAction annotation is used to mark a method (the action handler) that should be executed to handle a PUT http request

R

realm() - Method in exception org.osgl.mvc.result.Unauthorized
 
Redirect - Exception in org.osgl.mvc.result
 
Redirect(String) - Constructor for exception org.osgl.mvc.result.Redirect
 
Redirect(String, Object...) - Constructor for exception org.osgl.mvc.result.Redirect
 
REDIRECT - Static variable in enum org.osgl.mvc.result.Redirect.F
 
Redirect.F - Enum in org.osgl.mvc.result
 
RedirectBase - Exception in org.osgl.mvc.result
Base class for different Redirect result
RedirectBase(H.Status) - Constructor for exception org.osgl.mvc.result.RedirectBase
 
RedirectBase(H.Status, String) - Constructor for exception org.osgl.mvc.result.RedirectBase
 
RedirectBase(H.Status, String, Object...) - Constructor for exception org.osgl.mvc.result.RedirectBase
 
registerAlarmListener(String, Lang.Func0) - Static method in class org.osgl.mvc.MvcConfig
 
RenderBinary - Exception in org.osgl.mvc.result
 
RenderBinary(byte[]) - Constructor for exception org.osgl.mvc.result.RenderBinary
Construct an inline binary response with a byte array
RenderBinary(byte[], String) - Constructor for exception org.osgl.mvc.result.RenderBinary
Construct a binary response with a byte array.
RenderBinary(InputStream, String) - Constructor for exception org.osgl.mvc.result.RenderBinary
send a binary stream as the response
RenderBinary(InputStream, String, long) - Constructor for exception org.osgl.mvc.result.RenderBinary
 
RenderBinary(InputStream, String, boolean) - Constructor for exception org.osgl.mvc.result.RenderBinary
send a binary stream as the response
RenderBinary(InputStream, String, String, boolean) - Constructor for exception org.osgl.mvc.result.RenderBinary
send a binary stream as the response
RenderBinary(InputStream, String, long, String, boolean) - Constructor for exception org.osgl.mvc.result.RenderBinary
 
RenderBinary(InputStream, String, long, boolean) - Constructor for exception org.osgl.mvc.result.RenderBinary
 
RenderBinary(File, String) - Constructor for exception org.osgl.mvc.result.RenderBinary
Send a file as the response.
RenderBinary(File) - Constructor for exception org.osgl.mvc.result.RenderBinary
Send a file as the response.
RenderBinary(File, String, boolean) - Constructor for exception org.osgl.mvc.result.RenderBinary
Send a file as the response.
RenderBinary(Lang.Visitor<Output>) - Constructor for exception org.osgl.mvc.result.RenderBinary
 
RenderContent - Exception in org.osgl.mvc.result
 
RenderContent(H.Format) - Constructor for exception org.osgl.mvc.result.RenderContent
Create a RenderContent object with blank content, format and the outputEncoding set to true
RenderContent(String, H.Format) - Constructor for exception org.osgl.mvc.result.RenderContent
Create a RenderContent object with content, format and the outputEncoding set to true
RenderContent(Lang.Visitor<Writer>, H.Format) - Constructor for exception org.osgl.mvc.result.RenderContent
Create a RenderContent object with content writer, format and the outputEncoding set to true
RenderContent(H.Status, String, H.Format) - Constructor for exception org.osgl.mvc.result.RenderContent
Create a RenderContent object with content, format and the outputEncoding set to true
RenderContent(H.Status, Lang.Visitor<Writer>, H.Format) - Constructor for exception org.osgl.mvc.result.RenderContent
Create a RenderContent object with content writer, format and the outputEncoding set to true
RenderContent(H.Status, Lang.Func0<String>, H.Format) - Constructor for exception org.osgl.mvc.result.RenderContent
Create a RenderContent object with content writer, format and the outputEncoding set to true
RenderContent(String, H.Format, boolean) - Constructor for exception org.osgl.mvc.result.RenderContent
Create a RenderContent object with content, format and outputEncoding specified.
RenderContent(Lang.Visitor<Writer>, H.Format, boolean) - Constructor for exception org.osgl.mvc.result.RenderContent
Create a RenderContent object with content writer, format and outputEncoding specified.
RenderContent(H.Status, String, H.Format, boolean) - Constructor for exception org.osgl.mvc.result.RenderContent
Create a RenderContent object with content, format and outputEncoding specified.
RenderContent(H.Status, Lang.Visitor<Writer>, H.Format, boolean) - Constructor for exception org.osgl.mvc.result.RenderContent
Create a RenderContent object with content writer, format and outputEncoding specified.
RenderContent(H.Status, Lang.Func0<String>, H.Format, boolean) - Constructor for exception org.osgl.mvc.result.RenderContent
Create a RenderContent object with content writer, format and outputEncoding specified.
RenderHtml - Exception in org.osgl.mvc.result
 
RenderHtml(String) - Constructor for exception org.osgl.mvc.result.RenderHtml
 
RenderHtml(String, Object...) - Constructor for exception org.osgl.mvc.result.RenderHtml
 
RenderHtml(H.Status, String) - Constructor for exception org.osgl.mvc.result.RenderHtml
 
RenderHtml(H.Status, String, Object...) - Constructor for exception org.osgl.mvc.result.RenderHtml
 
RenderJSON - Exception in org.osgl.mvc.result
 
RenderJSON(String) - Constructor for exception org.osgl.mvc.result.RenderJSON
 
RenderJSON(String, Object...) - Constructor for exception org.osgl.mvc.result.RenderJSON
 
RenderJSON(Lang.Visitor<Writer>) - Constructor for exception org.osgl.mvc.result.RenderJSON
 
RenderJSON(Object) - Constructor for exception org.osgl.mvc.result.RenderJSON
 
RenderJSON(H.Status, String) - Constructor for exception org.osgl.mvc.result.RenderJSON
 
RenderJSON(H.Status, String, Object...) - Constructor for exception org.osgl.mvc.result.RenderJSON
 
RenderJSON(H.Status, Lang.Visitor<Writer>) - Constructor for exception org.osgl.mvc.result.RenderJSON
 
RenderJSON(H.Status, Object) - Constructor for exception org.osgl.mvc.result.RenderJSON
 
renderJsonOutputCharset(boolean) - Static method in class org.osgl.mvc.MvcConfig
 
renderJsonOutputCharset() - Static method in class org.osgl.mvc.MvcConfig
 
renderTemplate(ErrorResult, H.Format) - Method in class org.osgl.mvc.ErrorPageRenderer
 
RenderText - Exception in org.osgl.mvc.result
Render a text message
RenderText(String, Object...) - Constructor for exception org.osgl.mvc.result.RenderText
 
RenderText(H.Format, String, Object...) - Constructor for exception org.osgl.mvc.result.RenderText
 
RenderText(H.Status, String, Object...) - Constructor for exception org.osgl.mvc.result.RenderText
 
RenderText(H.Status, H.Format, String, Object...) - Constructor for exception org.osgl.mvc.result.RenderText
 
RenderXML - Exception in org.osgl.mvc.result
 
RenderXML(String, Object...) - Constructor for exception org.osgl.mvc.result.RenderXML
 
RenderXML(H.Status, String, Object...) - Constructor for exception org.osgl.mvc.result.RenderXML
 
RenderXML(String) - Constructor for exception org.osgl.mvc.result.RenderXML
 
RenderXML(H.Status, String) - Constructor for exception org.osgl.mvc.result.RenderXML
 
RequestTimeout - Exception in org.osgl.mvc.result
The server timed out waiting for the request.
RequestTimeout() - Constructor for exception org.osgl.mvc.result.RequestTimeout
 
RequestTimeout(String, Object...) - Constructor for exception org.osgl.mvc.result.RequestTimeout
 
RequestTimeout(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.RequestTimeout
 
RequestTimeout(Throwable) - Constructor for exception org.osgl.mvc.result.RequestTimeout
 
RequestTimeout(int) - Constructor for exception org.osgl.mvc.result.RequestTimeout
 
RequestTimeout(int, String, Object...) - Constructor for exception org.osgl.mvc.result.RequestTimeout
 
RequestTimeout(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.RequestTimeout
 
RequestTimeout(int, Throwable) - Constructor for exception org.osgl.mvc.result.RequestTimeout
 
resolve(String) - Method in class org.osgl.mvc.annotation.Param.DEFAULT_RESOLVER
 
Resolve - Annotation Type in org.osgl.mvc.annotation
The Bind annotation is used to specify StringValueResolver that can be applied to field, parameter or an annotation
resolve(T, String, ParamValueProvider) - Method in class org.osgl.mvc.util.Binder
Resolve bean from param value provider
ResponseContentType - Annotation Type in org.osgl.mvc.annotation
Mark an action handler shall produce response with media type specified
ResponseStatus - Annotation Type in org.osgl.mvc.annotation
Mark a certain class so when the implementation framework encountered a return result of the class, it will automatically set the response status
Result - Exception in org.osgl.mvc.result
 
Result() - Constructor for exception org.osgl.mvc.result.Result
 
Result(H.Status) - Constructor for exception org.osgl.mvc.result.Result
 
Result(H.Status, String) - Constructor for exception org.osgl.mvc.result.Result
 
Result(H.Status, String, Object...) - Constructor for exception org.osgl.mvc.result.Result
 
Result(H.Status, Throwable) - Constructor for exception org.osgl.mvc.result.Result
 
Result(H.Status, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.Result
 
Result.Payload - Class in org.osgl.mvc.result
 

S

save() - Static method in class org.osgl.mvc.HttpContextManager
Persist session and flash to cookie, write all cookies to http response
secret(String) - Static method in class org.osgl.mvc.MvcConfig
 
SEE_OTHER - Static variable in enum org.osgl.mvc.result.Redirect.F
 
seeOther(String) - Static method in exception org.osgl.mvc.result.Redirect
 
seeOther(String, Object...) - Static method in exception org.osgl.mvc.result.Redirect
 
SeeOther - Exception in org.osgl.mvc.result
 
SeeOther(String) - Constructor for exception org.osgl.mvc.result.SeeOther
 
SeeOther(String, Object...) - Constructor for exception org.osgl.mvc.result.SeeOther
 
ServerError - Exception in org.osgl.mvc.result
Deprecated.
ServerError() - Constructor for exception org.osgl.mvc.result.ServerError
Deprecated.
 
ServerError(String, Object...) - Constructor for exception org.osgl.mvc.result.ServerError
Deprecated.
 
ServerError(Throwable) - Constructor for exception org.osgl.mvc.result.ServerError
Deprecated.
 
ServerError(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.ServerError
Deprecated.
 
ServerError(int) - Constructor for exception org.osgl.mvc.result.ServerError
Deprecated.
 
ServerError(int, String, Object...) - Constructor for exception org.osgl.mvc.result.ServerError
Deprecated.
 
ServerError(int, Throwable) - Constructor for exception org.osgl.mvc.result.ServerError
Deprecated.
 
ServerError(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.ServerError
Deprecated.
 
ServiceUnavailable - Exception in org.osgl.mvc.result
The server is currently unavailable (because it is overloaded or down for maintenance).
ServiceUnavailable() - Constructor for exception org.osgl.mvc.result.ServiceUnavailable
 
ServiceUnavailable(String, Object...) - Constructor for exception org.osgl.mvc.result.ServiceUnavailable
 
ServiceUnavailable(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.ServiceUnavailable
 
ServiceUnavailable(Throwable) - Constructor for exception org.osgl.mvc.result.ServiceUnavailable
 
ServiceUnavailable(int) - Constructor for exception org.osgl.mvc.result.ServiceUnavailable
 
ServiceUnavailable(int, String, Object...) - Constructor for exception org.osgl.mvc.result.ServiceUnavailable
 
ServiceUnavailable(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.ServiceUnavailable
 
ServiceUnavailable(int, Throwable) - Constructor for exception org.osgl.mvc.result.ServiceUnavailable
 
sessionExpire(int) - Static method in class org.osgl.mvc.MvcConfig
Set session expire in seconds
SessionFree - Annotation Type in org.osgl.mvc.annotation
Indicate a controller handler method does NOT require session.
setContentType(H.Response) - Method in exception org.osgl.mvc.result.RenderContent
 
setOutputEncoding(boolean) - Method in exception org.osgl.mvc.result.RenderContent
 
SHORT_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
status - Variable in class org.osgl.mvc.result.Result.Payload
 
status(H.Status) - Method in class org.osgl.mvc.result.Result.Payload
 
status() - Method in exception org.osgl.mvc.result.Result
 
status(H.Status) - Method in exception org.osgl.mvc.result.Result
 
statusCode() - Method in exception org.osgl.mvc.result.Result
 
STRING_ARRAY - Static variable in class org.osgl.mvc.util.Binder
 
stringContentProducer - Variable in class org.osgl.mvc.result.Result.Payload
 
stringContentProducer(Lang.Func0<String>) - Method in class org.osgl.mvc.result.Result.Payload
 

T

targetType - Variable in class org.osgl.mvc.util.Binder
 
targetType() - Method in class org.osgl.mvc.util.Binder
 
TEMPORARY_REDIRECT - Static variable in enum org.osgl.mvc.result.Redirect.F
 
temporaryRedirect(String) - Static method in exception org.osgl.mvc.result.Redirect
 
temporaryRedirect(String, Object...) - Static method in exception org.osgl.mvc.result.Redirect
 
TemporaryRedirect - Exception in org.osgl.mvc.result
 
TemporaryRedirect(String) - Constructor for exception org.osgl.mvc.result.TemporaryRedirect
 
TemporaryRedirect(String, Object...) - Constructor for exception org.osgl.mvc.result.TemporaryRedirect
 
timestamp - Variable in class org.osgl.mvc.result.Result.Payload
 
timestamp() - Method in exception org.osgl.mvc.result.Result
 
toJsonString() - Method in exception org.osgl.mvc.result.ErrorResult
 
toKVStore() - Method in exception org.osgl.mvc.result.ErrorResult
Export the error result data into a KVStore
TooManyRequests - Exception in org.osgl.mvc.result
The user has sent too many requests in a given amount of time.
TooManyRequests() - Constructor for exception org.osgl.mvc.result.TooManyRequests
 
TooManyRequests(String, Object...) - Constructor for exception org.osgl.mvc.result.TooManyRequests
 
TooManyRequests(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.TooManyRequests
 
TooManyRequests(Throwable) - Constructor for exception org.osgl.mvc.result.TooManyRequests
 
TooManyRequests(int) - Constructor for exception org.osgl.mvc.result.TooManyRequests
 
TooManyRequests(int, String, Object...) - Constructor for exception org.osgl.mvc.result.TooManyRequests
 
TooManyRequests(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.TooManyRequests
 
TooManyRequests(int, Throwable) - Constructor for exception org.osgl.mvc.result.TooManyRequests
 
toString() - Method in exception org.osgl.mvc.result.Accepted
 
toString() - Method in exception org.osgl.mvc.result.Created
 
toString() - Method in exception org.osgl.mvc.result.ErrorResult
 
toString() - Method in exception org.osgl.mvc.result.Ok
 
touch() - Method in class org.osgl.mvc.result.Result.Payload
 
touchPayload() - Static method in exception org.osgl.mvc.result.Result
 
triggerAlarm(String) - Static method in class org.osgl.mvc.MvcConfig
 
type() - Method in exception org.osgl.mvc.result.Unauthorized
 

U

Unauthorized - Exception in org.osgl.mvc.result
HTTP 401 Unauthorized,
Unauthorized() - Constructor for exception org.osgl.mvc.result.Unauthorized
 
Unauthorized(String) - Constructor for exception org.osgl.mvc.result.Unauthorized
 
Unauthorized(String, boolean) - Constructor for exception org.osgl.mvc.result.Unauthorized
 
UnavailableForLegalReasons - Exception in org.osgl.mvc.result
A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested resource.
UnavailableForLegalReasons() - Constructor for exception org.osgl.mvc.result.UnavailableForLegalReasons
 
UnavailableForLegalReasons(String, Object...) - Constructor for exception org.osgl.mvc.result.UnavailableForLegalReasons
 
UnavailableForLegalReasons(Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.UnavailableForLegalReasons
 
UnavailableForLegalReasons(Throwable) - Constructor for exception org.osgl.mvc.result.UnavailableForLegalReasons
 
UnavailableForLegalReasons(int) - Constructor for exception org.osgl.mvc.result.UnavailableForLegalReasons
 
UnavailableForLegalReasons(int, String, Object...) - Constructor for exception org.osgl.mvc.result.UnavailableForLegalReasons
 
UnavailableForLegalReasons(int, Throwable, String, Object...) - Constructor for exception org.osgl.mvc.result.UnavailableForLegalReasons
 
UnavailableForLegalReasons(int, Throwable) - Constructor for exception org.osgl.mvc.result.UnavailableForLegalReasons
 
UnsupportedMediaType - Exception in org.osgl.mvc.result
The request entity has a media type which the server or resource does not support.
UnsupportedMediaType() - Constructor for exception org.osgl.mvc.result.UnsupportedMediaType
 
UnsupportedMediaType(int) - Constructor for exception org.osgl.mvc.result.UnsupportedMediaType
 
UnsupportedMediaType(String, Object...) - Constructor for exception org.osgl.mvc.result.UnsupportedMediaType
 
UnsupportedMediaType(int, String, Object...) - Constructor for exception org.osgl.mvc.result.UnsupportedMediaType
 
url - Variable in exception org.osgl.mvc.result.RedirectBase
 
url() - Method in exception org.osgl.mvc.result.RedirectBase
 

V

valueOf(String) - Static method in enum org.osgl.mvc.result.Redirect.F
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.osgl.mvc.result.Redirect.F
Returns an array containing the constants of this enum type, in the order they are declared.

W

With - Annotation Type in org.osgl.mvc.annotation
The With annotation is used to delegate interceptors
withEtag(String) - Static method in exception org.osgl.mvc.result.Created
 
withLocation(String) - Static method in exception org.osgl.mvc.result.Created
 
WsAction - Annotation Type in org.osgl.mvc.annotation
The WsAction annotation is used to mark a method (the action handler) that should be executed to handle a websocket message

_

_applyStatus(H.Request, H.Response) - Method in exception org.osgl.mvc.result.Redirect
 
_applyStatus(H.Request, H.Response) - Method in exception org.osgl.mvc.result.RedirectBase
 
_localizedErrorMsg() - Static method in exception org.osgl.mvc.result.ErrorResult
 
A B C D E F G H I J L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.