Package | Description |
---|---|
org.mojavemvc.core | |
org.mojavemvc.exception | |
org.mojavemvc.views |
Modifier and Type | Method and Description |
---|---|
View |
HttpActionInvoker.invokeAction(Object actionController,
ActionSignature actionSignature) |
View |
ActionInvoker.invokeAction(Object actionController,
ActionSignature actionSignature) |
View |
RequestProcessor.process(String controller,
String action) |
Modifier and Type | Method and Description |
---|---|
View |
ErrorHandler.handleError(Throwable e)
This method is invoked when an error occurs during action processing.
|
View |
DefaultJSPErrorHandler.handleError(Throwable e) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResponse<T extends AbstractResponse<T>> |
class |
EmptyView
This view does nothing during the call to render().
|
class |
InputStreamView
An instance of this class obtains the servlet's OutputStream, and copies
the contents of the supplied InputStream to that stream.
|
class |
JSON |
class |
JSP
An instance of this class is not thread-safe, and should not be cached and/or
re-used.
|
class |
PlainText |
class |
Redirect
Sends a redirect to the given path, through the servlet response.
|
static class |
Response.Accepted |
static class |
Response.BadGateway |
static class |
Response.BadRequest |
static class |
Response.Conflict |
static class |
Response.Created |
static class |
Response.ExpectationFailed |
static class |
Response.Forbidden |
static class |
Response.Found |
static class |
Response.GatewayTimeout |
static class |
Response.Gone |
static class |
Response.HTTPVersionNotSupported |
static class |
Response.InternalServerError |
static class |
Response.LengthRequired |
static class |
Response.MethodNotAllowed |
static class |
Response.MovedPermanently |
static class |
Response.NoContent |
static class |
Response.NotAcceptable |
static class |
Response.NotFound |
static class |
Response.NotImplemented |
static class |
Response.NotModified |
static class |
Response.OK |
static class |
Response.PartialContent |
static class |
Response.PaymentRequired |
static class |
Response.PreconditionFailed |
static class |
Response.ProxyAuthenticationRequired |
static class |
Response.RequestedRangeNotSatisfiable |
static class |
Response.RequestEntityTooLarge |
static class |
Response.RequestTimeout |
static class |
Response.RequestURITooLong |
static class |
Response.ResetContent |
static class |
Response.SeeOther |
static class |
Response.ServiceUnavailable |
static class |
Response.TemporaryRedirect |
static class |
Response.Unauthorized |
static class |
Response.UnsupportedMediaType |
static class |
Response.UseProxy |
class |
StreamView
An instance of this class obtains the servlet's OutputStream, and writes the
payload to that stream.
|
class |
XML |
Copyright © 2011-2012 MojaveMVC.org