- GETAction - Annotation Type in org.mojavemvc.annotations
-
- getAction() - Method in class org.mojavemvc.aop.RequestContext
-
Gets the action invoked for this request, or an empty String if the
default action was invoked.
- getAction() - Method in class org.mojavemvc.core.Route
-
- getAction() - Method in class org.mojavemvc.core.RoutedRequest
-
- getActionController() - Method in interface org.mojavemvc.core.ActionResolver
-
- getActionController() - Method in class org.mojavemvc.core.HttpActionResolver
-
- getActionMethodSignature(Class<?>, String) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the ActionSignature associated with the given controller class.
- getActionMethodSignature(Class<?>, String) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the ActionSignature associated with the given controller class.
- getActionSignature() - Method in interface org.mojavemvc.core.ActionResolver
-
- getActionSignature() - Method in class org.mojavemvc.core.HttpActionResolver
-
- getAfterActionMethodFor(Class<?>) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the ActionSignature annotated with @AfterAction for the given
controller class.
- getAfterActionMethodFor(Class<?>) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the ActionSignature annotated with @AfterAction for the given
controller class.
- getAfterActionMethodForInterceptor(Class<?>) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the ActionSignature annotated with @AfterAction for the given
interceptor class.
- getAfterActionMethodForInterceptor(Class<?>) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the ActionSignature annotated with @AfterAction for the given
interceptor class.
- getAfterConstructMethodFor(Class<?>) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the ActionSignature annotated with @AfterConstruct for the given
controller class.
- getAfterConstructMethodFor(Class<?>) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the ActionSignature annotated with @AfterConstruct for the given
controller class.
- getArgs(Map<String, ?>, InputStream) - Method in interface org.mojavemvc.core.ActionSignature
-
- getArgs(Map<String, ?>, InputStream) - Method in class org.mojavemvc.core.BaseActionSignature
-
- getAttribute(String) - Method in interface org.mojavemvc.core.ControllerContext
-
- getAttribute(String) - Method in class org.mojavemvc.core.FrontControllerContext
-
- getAttribute(String) - Method in class org.mojavemvc.views.JSP
-
- getAttributes() - Method in class org.mojavemvc.views.JSP
-
- getBeforeActionMethodFor(Class<?>) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the ActionSignature annotated with @BeforeAction for the given
controller class.
- getBeforeActionMethodFor(Class<?>) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the ActionSignature annotated with @BeforeAction for the given
controller class.
- getBeforeActionMethodForInterceptor(Class<?>) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the ActionSignature annotated with @BeforeAction for the given
interceptor class.
- getBeforeActionMethodForInterceptor(Class<?>) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the ActionSignature annotated with @BeforeAction for the given
interceptor class.
- getContentType() - Method in class org.mojavemvc.forms.UploadedFile
-
- getContentType() - Method in class org.mojavemvc.views.AbstractResponse
-
- getContentType() - Method in class org.mojavemvc.views.JSON
-
- getContentType() - Method in class org.mojavemvc.views.PlainText
-
- getContentType() - Method in class org.mojavemvc.views.StreamView
-
Gets the content type of the response to be streamed back to the
requestor.
- getContentType() - Method in class org.mojavemvc.views.XML
-
- getController() - Method in class org.mojavemvc.aop.RequestContext
-
Gets the controller invoked for this request, or an empty String if the
default controller was invoked.
- getController() - Method in class org.mojavemvc.core.Route
-
- getController() - Method in class org.mojavemvc.core.RoutedRequest
-
- getControllerClass(String) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the controller Class associated with the given controller variable
name.
- getControllerClass(String) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the controller Class associated with the given controller variable
name.
- getControllerClassName() - Method in interface org.mojavemvc.core.ActionResolver
-
- getControllerClassName() - Method in class org.mojavemvc.core.HttpActionResolver
-
- getControllerClassName() - Method in class org.mojavemvc.core.RequestProcessor
-
- getDefaultActionMethodFor(Class<?>) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the ActionSignature annotated with @DefaultAction for the given
controller class.
- getDefaultActionMethodFor(Class<?>) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the ActionSignature annotated with @DefaultAction for the given
controller class.
- getDefaultControllerClass() - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the default controller for the application, if specified.
- getDefaultControllerClass() - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the default controller for the application, if specified.
- getFastClass(Class<?>) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the cached FastClass version of the given controller or interceptor
class.
- getFastClass(Class<?>) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the cached FastClass version of the given controller or interceptor
class.
- getFileName() - Method in class org.mojavemvc.forms.UploadedFile
-
- getHeaderValue(String) - Method in class org.mojavemvc.views.AbstractResponse
-
Returns the associated header value, or null
if the header has not been set.
- getHttpMethodActionSignature(Class<?>, HttpMethod) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the HTTP method ActionSignature associated with the given controller
class.
- getHttpMethodActionSignature(Class<?>, HttpMethod) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the HTTP method ActionSignature associated with the given controller
class.
- getInitControllers() - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get an unmodifiable set of singleton controller classes that are marked
for creation during the FrontController init().
- getInitControllers() - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get an unmodifiable set of singleton controller classes that are marked
for creation during the FrontController init().
- getInputStream() - Method in class org.mojavemvc.forms.UploadedFile
-
- getInterceptorClasses(ControllerDatabase, Class<?>, String) - Method in interface org.mojavemvc.core.ActionSignature
-
- getInterceptorClasses(ControllerDatabase, Class<?>, String) - Method in class org.mojavemvc.core.BaseActionSignature
-
- getInterceptorClasses(ControllerDatabase, Class<?>, String) - Method in class org.mojavemvc.core.DefaultActionSignature
-
- getInterceptorClasses(ControllerDatabase, Class<?>, String) - Method in class org.mojavemvc.core.HttpMethodActionSignature
-
- getInterceptorsFor(Class<?>) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get an unmodifiable list of Classes that represent interceptors for the
given class, in the order in which they are declared in the @InterceptedBy
annotation.
- getInterceptorsFor(Class<?>) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get an unmodifiable list of Classes that represent interceptors for the
given class, in the order in which they are declared in the @InterceptedBy
annotation.
- getInterceptorsForAction(Class<?>, String) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get an unmodifiable list of Classes that represent interceptors for the
given action method in the given class, in the order in which they are
declared in the @InterceptedBy annotation.
- getInterceptorsForAction(Class<?>, String) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get an unmodifiable list of Classes that represent interceptors for the
given action method in the given class, in the order in which they are
declared in the @InterceptedBy annotation.
- getInterceptorsForDefaultAction(Class<?>) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get an unmodifiable list of Classes that represent interceptors for the
default action method in the given class, in the order in which they are
declared in the @InterceptedBy annotation.
- getInterceptorsForDefaultAction(Class<?>) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get an unmodifiable list of Classes that represent interceptors for the
default action method in the given class, in the order in which they are
declared in the @InterceptedBy annotation.
- getInterceptorsForHttpMethodAction(Class<?>, HttpMethod) - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get an unmodifiable list of Classes that represent interceptors for the
given HTTP method action in the given class, in the order in which they
are declared in the @InterceptedBy annotation.
- getInterceptorsForHttpMethodAction(Class<?>, HttpMethod) - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get an unmodifiable list of Classes that represent interceptors for the
given HTTP method action in the given class, in the order in which they
are declared in the @InterceptedBy annotation.
- getJSPErrorFile() - Method in class org.mojavemvc.core.FrontControllerInitializer
-
- getJSPErrorFile() - Static method in class org.mojavemvc.FrontController
-
- getJSPName() - Method in class org.mojavemvc.views.JSP
-
Returns the name of the underlying JSP file.
- getJSPPath() - Method in class org.mojavemvc.core.FrontControllerInitializer
-
- getJSPPath() - Static method in class org.mojavemvc.FrontController
-
- getModel(Class<T>) - Method in class org.mojavemvc.views.JSP
-
This method is meant to facilitate testing by providing a means of easily
getting the model representation described in the class's attributes.
- getParameterFromType(Class<?>) - Static method in class org.mojavemvc.core.SignatureParameters
-
- getParameterMap() - Method in class org.mojavemvc.core.HttpParameterMapSource
-
- getParameterMap() - Method in interface org.mojavemvc.core.ParameterMapSource
-
- getParameterMap() - Method in class org.mojavemvc.core.RoutedRequest
-
- getParameters() - Method in class org.mojavemvc.aop.RequestContext
-
Gets the parameters associated with the request, as their Java types as
defined in the Action signature.
- getParamNamesFrom(String) - Static method in class org.mojavemvc.util.ParamPathHelper
-
- getParamNamesFrom(Method) - Static method in class org.mojavemvc.util.ParamPathHelper
-
- getParamPath() - Method in class org.mojavemvc.core.Route
-
- getPathElements(String) - Static method in class org.mojavemvc.util.RouteHelper
-
- getPayload() - Method in class org.mojavemvc.views.AbstractResponse
-
- getPayload() - Method in class org.mojavemvc.views.JSON
-
- getPayload() - Method in class org.mojavemvc.views.PlainText
-
- getPayload() - Method in class org.mojavemvc.views.StreamView
-
Gets the content of the response to be streamed back to the requestor.
- getPayload() - Method in class org.mojavemvc.views.XML
-
- getRequest() - Method in class org.mojavemvc.aop.RequestContext
-
Gets the HttpServletRequest associated with the request.
- getResponse() - Method in class org.mojavemvc.aop.RequestContext
-
Gets the HttpServletResponse associated with the request.
- getRoute() - Method in class org.mojavemvc.core.RegexRoute
-
- getRoute(String) - Method in class org.mojavemvc.core.RegexRouteMap
-
- getRoute(String) - Method in interface org.mojavemvc.core.RouteMap
-
- getRouteMap() - Method in interface org.mojavemvc.core.ControllerDatabase
-
Get the RouteMap for the application.
- getRouteMap() - Method in class org.mojavemvc.core.MappedControllerDatabase
-
Get the RouteMap for the application.
- getSize() - Method in class org.mojavemvc.forms.UploadedFile
-
The size of the file in bytes.
- getStatus() - Method in class org.mojavemvc.views.AbstractResponse
-
- GuiceInitializer - Class in org.mojavemvc.core
-
A Guice Injector is thread-safe, and can be shared by multiple threads.
- GuiceInitializer(Set<Class<? extends AbstractModule>>) - Constructor for class org.mojavemvc.core.GuiceInitializer
-