aerogear-controller 1.0.0.M1
A B C D E F G H I J L M N O P R S T V W

A

AbstractRestResponder - Class in org.jboss.aerogear.controller.router.rest
AbstractRestResponder is a Responder capable of returning a response to a request.
AbstractRestResponder(String) - Constructor for class org.jboss.aerogear.controller.router.rest.AbstractRestResponder
Sole constructor that subclasses should call from tier no-args constructor
AbstractRoutingModule - Class in org.jboss.aerogear.controller.router
AbstractRoutingModule simplifies the process of configuring Routes by implementing RoutingModule and providing helper methods.
AbstractRoutingModule() - Constructor for class org.jboss.aerogear.controller.router.AbstractRoutingModule
 
accept(Method) - Method in class org.jboss.aerogear.controller.router.RouteDescriptor.FinalizeFilter
 
accepts(String) - Method in class org.jboss.aerogear.controller.router.MvcResponder
 
accepts(String) - Method in interface org.jboss.aerogear.controller.router.Responder
Determines whether this responder can respond to the passed-in @{code mediaType}
accepts(String) - Method in class org.jboss.aerogear.controller.router.rest.AbstractRestResponder
 
AeroGear - Class in org.jboss.aerogear.controller.filter
A Servlet Filter that intercept all request for the current web application and delegates to an instance of Router.
AeroGear() - Constructor for class org.jboss.aerogear.controller.filter.AeroGear
 
AeroGearException - Exception in org.jboss.aerogear.controller.router
 
AeroGearException() - Constructor for exception org.jboss.aerogear.controller.router.AeroGearException
 
AeroGearException(String, Throwable) - Constructor for exception org.jboss.aerogear.controller.router.AeroGearException
 
AeroGearException(String) - Constructor for exception org.jboss.aerogear.controller.router.AeroGearException
 
AeroGearException(Throwable) - Constructor for exception org.jboss.aerogear.controller.router.AeroGearException
 
AeroGearLogger - Interface in org.jboss.aerogear.controller.log
A JBoss-Logging typed logger for AeroGear.
allowCookies - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
allowCookies() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
allowCookies - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
allowCookies() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfiguration
Determines if cookies are supported.
anyOrigin - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
anyOrigin() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
anyOrigin - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
anyOrigin() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
anyOrigin() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Origin
 
anyOrigin() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfiguration
Determines is any origin, "*", is supported.
areRequestHeadersValid(Set<String>) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Checks that the preflight request headers (Cors.RequestHeader.HEADERS) are supported.
areRequestHeadersValid() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Checks that the configured preflight request headers (Cors.RequestHeader.HEADERS) are supported according to the underlying CorsConfiguration settings.
args - Variable in class org.jboss.aerogear.controller.router.RouteDescriptor
 
asSet(RequestMethod...) - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
asSet(String, boolean) - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
asSet(RequestMethod[]) - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
asSet(String[]) - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 

B

badCorsRequestHeaders(String, Set<String>) - Method in interface org.jboss.aerogear.controller.log.AeroGearLogger
 
badCorsRequestMethod(String, Set<String>) - Method in interface org.jboss.aerogear.controller.log.AeroGearLogger
 
beanManager - Variable in class org.jboss.aerogear.controller.router.decorators.ErrorHandler
 
beanManager - Variable in class org.jboss.aerogear.controller.router.DefaultRouteProcessor
 
build() - Method in class org.jboss.aerogear.controller.router.AbstractRoutingModule
 
build() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
build() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Cookies
 
build() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.ExposeHeaders
 
build() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.MaxAge
 
build() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Origin
 
build() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.SupportedOptions
 
build() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.ValidRequestHeaders
 
build() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.ValidRequestMethods
 
build() - Method in interface org.jboss.aerogear.controller.router.RouteBuilder
Builds a Route using the information gathered from this builder.
build() - Method in class org.jboss.aerogear.controller.router.RouteBuilderImpl
 
build() - Method in interface org.jboss.aerogear.controller.router.RoutingModule
Returns a Routes instance containing all the Routes configured in the application.

C

canHandle(Throwable) - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
canHandle(Throwable) - Method in interface org.jboss.aerogear.controller.router.Route
Determines if this Route can handle the throwable.
canHandleRequest() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Determines if this instance can handle CORS requests.
closeInputStream(IOException) - Method in interface org.jboss.aerogear.controller.log.AeroGearLogger
 
configuration() - Method in class org.jboss.aerogear.controller.router.AbstractRoutingModule
"Hook" for the template method AbstractRoutingModule.build(), which subclasses should implement to define the routes of the application.
ControllerFactory - Class in org.jboss.aerogear.controller.router
ControllerFactory is a factory for target endpoint classes in AeroGear.
ControllerFactory() - Constructor for class org.jboss.aerogear.controller.router.ControllerFactory
 
controllerFactory - Variable in class org.jboss.aerogear.controller.router.decorators.ErrorHandler
 
controllerFactory - Variable in class org.jboss.aerogear.controller.router.DefaultRouteProcessor
 
Cors - Class in org.jboss.aerogear.controller.router.decorators.cors
Cors is a helper class for handling Cross-Origin Resource Sharing (CORS) in AeroGear Controller.
Cors(CorsConfiguration, HttpServletRequest) - Constructor for class org.jboss.aerogear.controller.router.decorators.cors.Cors
Sole constructor.
Cors.RequestHeader - Enum in org.jboss.aerogear.controller.router.decorators.cors
 
Cors.RequestHeader(String) - Constructor for enum org.jboss.aerogear.controller.router.decorators.cors.Cors.RequestHeader
 
Cors.ResponseHeader - Enum in org.jboss.aerogear.controller.router.decorators.cors
 
Cors.ResponseHeader(String) - Constructor for enum org.jboss.aerogear.controller.router.decorators.cors.Cors.ResponseHeader
 
corsConfig - Variable in class org.jboss.aerogear.controller.router.decorators.cors.Cors
 
CorsConfig - Class in org.jboss.aerogear.controller.router.decorators.cors
Concrete implementation of CorsConfiguration which provides configuration of CORS in AeroGear Controller.
CorsConfig(CorsConfig.Builder) - Constructor for class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
corsConfig - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsHandler
 
CorsConfig.Builder - Class in org.jboss.aerogear.controller.router.decorators.cors
 
CorsConfig.Builder() - Constructor for class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
CorsConfig.Cookies - Interface in org.jboss.aerogear.controller.router.decorators.cors
 
CorsConfig.ExposeHeaders - Interface in org.jboss.aerogear.controller.router.decorators.cors
 
CorsConfig.MaxAge - Interface in org.jboss.aerogear.controller.router.decorators.cors
 
CorsConfig.Origin - Interface in org.jboss.aerogear.controller.router.decorators.cors
 
CorsConfig.SupportedOptions - Interface in org.jboss.aerogear.controller.router.decorators.cors
 
CorsConfig.ValidRequestHeaders - Interface in org.jboss.aerogear.controller.router.decorators.cors
 
CorsConfig.ValidRequestMethods - Interface in org.jboss.aerogear.controller.router.decorators.cors
 
CorsConfiguration - Interface in org.jboss.aerogear.controller.router.decorators.cors
Configuration for Cross-Origin Resource Sharing (CORS).
CorsHandler - Class in org.jboss.aerogear.controller.router.decorators.cors
CorsHandler is a CDI decorator that decorates Router adding CORS support.
CorsHandler(Router, Instance<CorsConfiguration>) - Constructor for class org.jboss.aerogear.controller.router.decorators.cors.CorsHandler
 
corsSupportEnabled - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
corsSupportEnabled - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
createController(Class<?>, BeanManager) - Method in class org.jboss.aerogear.controller.router.ControllerFactory
Creates an instance of the passed-in type by delegating to CDI (beanManager).

D

decapitalize(String) - Static method in class org.jboss.aerogear.controller.util.StringUtils
 
DEFAULT_PREFIX - Static variable in class org.jboss.aerogear.controller.view.DefaultViewResolver
 
DEFAULT_TEMPLATE_FORMAT - Static variable in class org.jboss.aerogear.controller.view.DefaultViewResolver
 
defaultAcceptHeader() - Static method in enum org.jboss.aerogear.controller.router.MediaType
 
defaultConfig() - Static method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
Returns a CorsConfiguration instance with the default values for all properties.
defaultMediaType() - Static method in class org.jboss.aerogear.controller.router.DefaultRoute
 
DefaultRoute - Class in org.jboss.aerogear.controller.router
An immutable implementation of Route.
DefaultRoute(RouteDescriptor) - Constructor for class org.jboss.aerogear.controller.router.DefaultRoute
Constructs a Route with the specified RouteDescriptor configuration options.
DefaultRouteProcessor - Class in org.jboss.aerogear.controller.router
Default implementation of RouteProcessor.
DefaultRouteProcessor() - Constructor for class org.jboss.aerogear.controller.router.DefaultRouteProcessor
 
DefaultRouteProcessor(BeanManager, Instance<Responder>, ControllerFactory) - Constructor for class org.jboss.aerogear.controller.router.DefaultRouteProcessor
 
DefaultRouter - Class in org.jboss.aerogear.controller.router
Default implementation of Router.
DefaultRouter() - Constructor for class org.jboss.aerogear.controller.router.DefaultRouter
 
DefaultRouter(Instance<RoutingModule>, RouteProcessor) - Constructor for class org.jboss.aerogear.controller.router.DefaultRouter
 
defaultSecurityProvider() - Method in class org.jboss.aerogear.controller.router.decorators.SecurityHandler
 
DefaultViewResolver - Class in org.jboss.aerogear.controller.view
A ViewResolver that resolves Java Server Page (JSP) views.
DefaultViewResolver() - Constructor for class org.jboss.aerogear.controller.view.DefaultViewResolver
 
delegate - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsHandler
 
delegate - Variable in class org.jboss.aerogear.controller.router.decorators.ErrorHandler
 
delegate - Variable in class org.jboss.aerogear.controller.router.decorators.SecurityHandler
 
delegate - Variable in class org.jboss.aerogear.controller.view.ErrorViewResolver
 
destroy() - Method in class org.jboss.aerogear.controller.filter.AeroGear
 
destroy() - Method in class org.jboss.aerogear.controller.filter.ErrorFilter
 
disableCookies() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
disableCookies() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Cookies
 
disableCorsSupport() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
disableCorsSupport() - Static method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
disableCorsSupport() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.SupportedOptions
 
dispatch(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsHandler
 
dispatch(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.jboss.aerogear.controller.router.DefaultRouter
 
dispatch(HttpServletRequest, HttpServletResponse, FilterChain) - Method in interface org.jboss.aerogear.controller.router.Router
Dispatches to an appropriate Route.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jboss.aerogear.controller.filter.AeroGear
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jboss.aerogear.controller.filter.ErrorFilter
Writes a general error page response to the client.
downCaseFirst(String) - Static method in class org.jboss.aerogear.controller.util.StringUtils
 

E

echoOrigin() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
echoOrigin() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Origin
 
emptyThrowableSet() - Static method in class org.jboss.aerogear.controller.router.DefaultRoute
 
enableAllRequestMethods() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
enableAllRequestMethods() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.ValidRequestMethods
 
enableCookies() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
enableCookies() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Cookies
 
enableCorsSupport() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
enableCorsSupport() - Static method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
Returns a CorsConfig.Origin instance which can be configured as needed
enableCorsSupport() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.SupportedOptions
 
error(Throwable) - Method in class org.jboss.aerogear.controller.router.error.ErrorTarget
Simply logs the exception thrown.
ErrorFilter - Class in org.jboss.aerogear.controller.filter
This Filter is used for default error handling when no explicit error route has configured.
ErrorFilter() - Constructor for class org.jboss.aerogear.controller.filter.ErrorFilter
 
ErrorHandler - Class in org.jboss.aerogear.controller.router.decorators
ErrorHandler is a CDI Decorator that decorates a RouteProcessor.
ErrorHandler(RouteProcessor, ViewResolver, ControllerFactory, BeanManager) - Constructor for class org.jboss.aerogear.controller.router.decorators.ErrorHandler
 
ErrorRoute - Enum in org.jboss.aerogear.controller.router.error
A singleton Route that acts as a catch-all error Route which is will be used when no explicit error route has been defined.
ErrorRoute(String) - Constructor for enum org.jboss.aerogear.controller.router.error.ErrorRoute
 
ErrorTarget - Class in org.jboss.aerogear.controller.router.error
ErrorHandler is used as default target for a Route when a route has not defined any explicit error route.
ErrorTarget() - Constructor for class org.jboss.aerogear.controller.router.error.ErrorTarget
 
errorViewResolver - Variable in class org.jboss.aerogear.controller.router.decorators.ErrorHandler
 
ErrorViewResolver - Class in org.jboss.aerogear.controller.view
A ViewResolver that decorates a ViewResolver to enable short-circuiting the call to resolve the views path.
ErrorViewResolver(ViewResolver) - Constructor for class org.jboss.aerogear.controller.view.ErrorViewResolver
 
exceptionAttributeName - Variable in enum org.jboss.aerogear.controller.router.error.ErrorRoute
 
exceptions(Class<?>...) - Method in class org.jboss.aerogear.controller.router.RouteBuilderImpl
 
exposeHeaders - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
exposeHeaders(String) - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
exposeHeaders - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
exposeHeaders() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
exposeHeaders(String) - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.ExposeHeaders
 
exposeHeaders() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfiguration
Determines if there are any headers configured to be exposed to calling clients.
extractAcceptHeader(HttpServletRequest) - Static method in class org.jboss.aerogear.controller.util.RequestUtils
Returns the Accept header from the passed-in HttpServletRequest.
extractMethod(HttpServletRequest) - Static method in class org.jboss.aerogear.controller.util.RequestUtils
Returns the RequestMethod for the passed-in HttpServletRequest.
extractParameters(HttpServletRequest, Route) - Method in class org.jboss.aerogear.controller.router.DefaultRouteProcessor
 
extractParameters(String) - Static method in class org.jboss.aerogear.controller.util.StringUtils
 
extractPath(HttpServletRequest) - Static method in class org.jboss.aerogear.controller.util.RequestUtils
Returns the path of the current request with out the context path.
extractPathParameters(String, Route) - Method in class org.jboss.aerogear.controller.router.DefaultRouteProcessor
 

F

FINALIZE_FILTER - Static variable in class org.jboss.aerogear.controller.router.RouteDescriptor
 
forwardErrorToView(Route, Throwable, HttpServletRequest, HttpServletResponse) - Method in class org.jboss.aerogear.controller.router.decorators.ErrorHandler
 
from(String) - Method in interface org.jboss.aerogear.controller.router.RouteBuilder
Specifies the request path that the Route will handle request from.
from(String) - Method in class org.jboss.aerogear.controller.router.RouteBuilderImpl
 
from(List<RouteBuilder>) - Static method in class org.jboss.aerogear.controller.router.Routes
Factory method that constructs a Routes instance using the list of RouteBuilders provided.

G

getAllowedRequestHeaders() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Returns the allowed set of Request Headers.
getAllowedRequestMethods() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Returns the allowed set of Request Methods.
getController(Route) - Method in class org.jboss.aerogear.controller.router.decorators.ErrorHandler
 
getController(Route) - Method in class org.jboss.aerogear.controller.router.DefaultRouteProcessor
 
getExceptionAttrName() - Method in enum org.jboss.aerogear.controller.router.error.ErrorRoute
Returns the name of the request attribute for this ErrorRoute, which will be accessible by calling ServletRequest.getAttribute(String) method.
getExposeHeaders() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
getExposeHeaders() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfiguration
Returns a comma separated string of headers to be exposed to calling clients.
getMaxAge() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
getMaxAge() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfiguration
Gets the maxAge setting.
getMessage() - Method in interface org.jboss.aerogear.controller.spi.HttpStatusAwareException
 
getMethods() - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
getMethods() - Method in interface org.jboss.aerogear.controller.router.Route
Gets the RequestMethods for this Route.
getMethods() - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
getModel() - Method in class org.jboss.aerogear.controller.view.View
 
getModelName() - Method in class org.jboss.aerogear.controller.view.View
 
getPath() - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
getPath() - Method in interface org.jboss.aerogear.controller.router.Route
Gets the path for this Route.
getPath() - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
getProduces() - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
getRequest() - Method in class org.jboss.aerogear.controller.router.RouteContext
Returns the current HttpServletRequest.
getRequestHeaders() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Returns the Cors.RequestHeader.HEADERS request header.
getRequestMethod() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Returns the Cors.RequestHeader.METHOD request header.
getRequestPath() - Method in class org.jboss.aerogear.controller.router.RouteContext
Returns the request path minus the context path (suffix) for the current request.
getResponse() - Method in class org.jboss.aerogear.controller.router.RouteContext
Returns the current HttpServletResponse.
getRoles() - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
getRoles() - Method in interface org.jboss.aerogear.controller.router.Route
Gets this Routes associated roles.
getRoles() - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
getRoute() - Method in enum org.jboss.aerogear.controller.router.error.ErrorRoute
Returns an Route which is configured to route to an instance of ErrorTarget.
getRoute() - Method in class org.jboss.aerogear.controller.router.RouteContext
Returns the current Route
getRoutes() - Method in class org.jboss.aerogear.controller.router.RouteContext
Returns the Routes instance for the current application.
getStatus() - Method in interface org.jboss.aerogear.controller.spi.HttpStatusAwareException
 
getTargetClass() - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
getTargetClass() - Method in interface org.jboss.aerogear.controller.router.Route
Gets the target class for this Route
getTargetClass() - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
getTargetMethod() - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
getTargetMethod() - Method in interface org.jboss.aerogear.controller.router.Route
Gets the Method of the target class for this Route.
getTargetMethod() - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
getThrowables() - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
getValidRequestHeaders() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
getValidRequestHeaders() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfiguration
Returns the allowed set of Request Headers.
getValidRequestMethods() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
getValidRequestMethods() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfiguration
Returns the allowed set of Request Methods.
getViewPath() - Method in class org.jboss.aerogear.controller.view.View
 

H

handlePreflight(Cors, HttpServletResponse) - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsHandler
 
handleSimpleRequest(Cors, HttpServletResponse) - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsHandler
 
hasExceptionsRoutes() - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
hasExceptionsRoutes() - Method in interface org.jboss.aerogear.controller.router.Route
Determines if this Route contains one or more exception routes.
hasHeader(String) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
 
hasMaxAge() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
hasMaxAge() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfiguration
Determines is maxAge has been configured.
hasModelData() - Method in class org.jboss.aerogear.controller.view.View
 
hasOriginHeader() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Determines if the current HttpServletRequest has an 'Origin' request header.
hasRequestHeaders() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Determines if the current HttpServletRequest has a Cors.RequestHeader.HEADERS request header.
hasRouteFor(HttpServletRequest) - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsHandler
 
hasRouteFor(HttpServletRequest) - Method in class org.jboss.aerogear.controller.router.DefaultRouter
 
hasRouteFor(HttpServletRequest) - Method in interface org.jboss.aerogear.controller.router.Router
Determines if this Router has a Route for the passed-in HttpServletRequest.
hasRouteFor(RequestMethod, String, Set<String>) - Method in class org.jboss.aerogear.controller.router.Routes
Determines is there is a Route for the RequestMethod/URI combination.
headerName - Variable in enum org.jboss.aerogear.controller.router.decorators.cors.Cors.RequestHeader
 
headerName - Variable in enum org.jboss.aerogear.controller.router.decorators.cors.Cors.ResponseHeader
 
HttpStatusAwareException - Interface in org.jboss.aerogear.controller.spi
 

I

init(FilterConfig) - Method in class org.jboss.aerogear.controller.filter.AeroGear
 
init(FilterConfig) - Method in class org.jboss.aerogear.controller.filter.ErrorFilter
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.jboss.aerogear.controller.router.RouteDescriptor.MyMethodInterceptor
 
invokeErrorRoute(Route, Throwable) - Method in class org.jboss.aerogear.controller.router.decorators.ErrorHandler
 
iogi - Variable in class org.jboss.aerogear.controller.router.DefaultRouteProcessor
 
isCorsRequest() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Determines if the current HttpServletRequest is a CORS request.
isCorsSupportEnabled() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Determines if core support has been enabled by the CorsConfig instance.
isCorsSupportEnabled() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
isCorsSupportEnabled() - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfiguration
Determines is support for CORS is enabled.
isHttpServletContainer(ServletRequest, ServletResponse) - Method in class org.jboss.aerogear.controller.filter.AeroGear
 
isOptionsMethod() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Determines if the the current HttpServletRequest's http method is 'OPTIONS'.
isParameterized() - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
isParameterized() - Method in interface org.jboss.aerogear.controller.router.Route
Determines if this Route's path is parameterized.
isPathCompatible(String) - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
isPreflightRequest() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Determines if the current HttpServletRequest qualifies as a 'Preflight' request.
isRequestMethodValid(Set<String>) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Checks that the preflight request method (Cors.RequestHeader.METHOD) is supported.
isRequestMethodValid() - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Checks that the preflight request method (Cors.RequestHeader.METHOD) is supported according to the CorsConfiguration settings.
isRouteAllowed(Route) - Method in interface org.jboss.aerogear.controller.spi.SecurityProvider
Determines whether a request to the passed-in Route is allowed.
isSecured() - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
isSecured() - Method in interface org.jboss.aerogear.controller.router.Route
Determines if this Route has roles configured.

J

JsonResponder - Class in org.jboss.aerogear.controller.router.rest
A RESTFul Responder that is able to return JSON responses.
JsonResponder() - Constructor for class org.jboss.aerogear.controller.router.rest.JsonResponder
 

L

LOGGER - Static variable in interface org.jboss.aerogear.controller.log.AeroGearLogger
 
LoggerMessages - Interface in org.jboss.aerogear.controller.log
A JBoss-Logging MessageBundle containing translated Strings, Exceptions etc.

M

matches(RequestMethod, String, Set<String>) - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
matches(RequestMethod, String, Set<String>) - Method in interface org.jboss.aerogear.controller.router.Route
Determines if this Route can handle the RequestMethod and path combination.
matchesProduces(Set<String>) - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
maxAge - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
maxAge(long) - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
maxAge - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
maxAge(long) - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.MaxAge
 
MediaType - Enum in org.jboss.aerogear.controller.router
Media types supported out-of-the-box with AeroGear Controller.
MediaType(String) - Constructor for enum org.jboss.aerogear.controller.router.MediaType
 
mediaType - Variable in class org.jboss.aerogear.controller.router.rest.AbstractRestResponder
 
MESSAGES - Static variable in interface org.jboss.aerogear.controller.log.LoggerMessages
 
methods - Variable in class org.jboss.aerogear.controller.router.DefaultRoute
 
methods - Variable in class org.jboss.aerogear.controller.router.RouteDescriptor
 
model - Variable in class org.jboss.aerogear.controller.view.View
 
multivaluedParamsUnsupported() - Method in interface org.jboss.aerogear.controller.log.AeroGearLogger
 
mustRunInsideAContainer() - Method in interface org.jboss.aerogear.controller.log.LoggerMessages
 
MvcResponder - Class in org.jboss.aerogear.controller.router
A Responder that "responds" to request by forwarding them to a View.
MvcResponder(ViewResolver) - Constructor for class org.jboss.aerogear.controller.router.MvcResponder
 

N

nameExtractor - Variable in class org.jboss.aerogear.controller.view.View
 
nameFor(Type) - Method in class org.jboss.aerogear.controller.util.TypeNameExtractor
 
nameFor(Class<?>) - Method in class org.jboss.aerogear.controller.util.TypeNameExtractor
 
nameFor(TypeVariable<?>) - Method in class org.jboss.aerogear.controller.util.TypeNameExtractor
 
nameFor(WildcardType) - Method in class org.jboss.aerogear.controller.util.TypeNameExtractor
 
nameFor(ParameterizedType) - Method in class org.jboss.aerogear.controller.util.TypeNameExtractor
 
NO_OP - Static variable in class org.jboss.aerogear.controller.router.RouteDescriptor.FinalizeFilter
 

O

on(Class<? extends Throwable>, Class<?>...) - Method in interface org.jboss.aerogear.controller.router.RouteBuilder
Specifies that this route should be able to handle any of the types of exceptions passed-in.
on(RequestMethod...) - Method in interface org.jboss.aerogear.controller.router.RouteBuilder.OnMethods
Specifies which RequestMethods should be supported by the Route.
on(Class<? extends Throwable>, Class<?>...) - Method in class org.jboss.aerogear.controller.router.RouteBuilderImpl
 
on(RequestMethod...) - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
org.jboss.aerogear.controller.filter - package org.jboss.aerogear.controller.filter
 
org.jboss.aerogear.controller.log - package org.jboss.aerogear.controller.log
 
org.jboss.aerogear.controller.router - package org.jboss.aerogear.controller.router
 
org.jboss.aerogear.controller.router.decorators - package org.jboss.aerogear.controller.router.decorators
 
org.jboss.aerogear.controller.router.decorators.cors - package org.jboss.aerogear.controller.router.decorators.cors
 
org.jboss.aerogear.controller.router.error - package org.jboss.aerogear.controller.router.error
 
org.jboss.aerogear.controller.router.rest - package org.jboss.aerogear.controller.router.rest
 
org.jboss.aerogear.controller.spi - package org.jboss.aerogear.controller.spi
 
org.jboss.aerogear.controller.util - package org.jboss.aerogear.controller.util
 
org.jboss.aerogear.controller.view - package org.jboss.aerogear.controller.view
 
OUR_INTERCEPTOR - Static variable in class org.jboss.aerogear.controller.router.RouteDescriptor.FinalizeFilter
 

P

param(Class<T>) - Static method in class org.jboss.aerogear.controller.router.AbstractRoutingModule
Param is used when a target method takes a argument.
path - Variable in class org.jboss.aerogear.controller.router.DefaultRoute
 
path - Variable in class org.jboss.aerogear.controller.router.RouteDescriptor
 
pathParam(String) - Static method in class org.jboss.aerogear.controller.router.AbstractRoutingModule
Used to specify that a parameter of a method is expected to be in the request path.
process(RouteContext) - Method in class org.jboss.aerogear.controller.router.decorators.ErrorHandler
 
process(RouteContext) - Method in class org.jboss.aerogear.controller.router.decorators.SecurityHandler
This method will use the injected SecurityProvider to access to the route is allowed.
process(RouteContext) - Method in class org.jboss.aerogear.controller.router.DefaultRouteProcessor
 
process(RouteContext) - Method in interface org.jboss.aerogear.controller.router.RouteProcessor
Handles the actual invocation of the target or the passed-in Route.
produces - Variable in class org.jboss.aerogear.controller.router.DefaultRoute
 
produces() - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
produces() - Method in interface org.jboss.aerogear.controller.router.Route
Returns the media types that this Route is capable of serving.
produces(String...) - Method in interface org.jboss.aerogear.controller.router.RouteBuilder.TargetEndpoint
Specifies the media types that this endpoint produces.
produces - Variable in class org.jboss.aerogear.controller.router.RouteDescriptor
 
produces(String...) - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 

R

readTemplate(String, Throwable) - Static method in class org.jboss.aerogear.controller.filter.ErrorFilter
Reads the template and makes Throwable available as a variable named 'exception'.
request - Variable in class org.jboss.aerogear.controller.router.decorators.cors.Cors
 
request - Variable in class org.jboss.aerogear.controller.router.RouteContext
 
requestedRoute(RequestMethod, String) - Method in interface org.jboss.aerogear.controller.log.AeroGearLogger
 
RequestMethod - Enum in org.jboss.aerogear.controller.router
 
RequestMethod() - Constructor for enum org.jboss.aerogear.controller.router.RequestMethod
 
requestPath - Variable in class org.jboss.aerogear.controller.router.RouteContext
 
RequestUtils - Class in org.jboss.aerogear.controller.util
Utility methods for various HttpServletRequest operation.
RequestUtils() - Constructor for class org.jboss.aerogear.controller.util.RequestUtils
 
resolveViewPathFor(Route) - Method in class org.jboss.aerogear.controller.view.DefaultViewResolver
 
resolveViewPathFor(Route) - Method in class org.jboss.aerogear.controller.view.ErrorViewResolver
Returns the path of the passed-in Route if it is a default/global error Route, and if not, will let the delegate handle resolving the path for the Route
resolveViewPathFor(Route) - Method in interface org.jboss.aerogear.controller.view.ViewResolver
 
respond(String, Object, RouteContext) - Method in class org.jboss.aerogear.controller.router.DefaultRouteProcessor
 
respond(Object, RouteContext) - Method in class org.jboss.aerogear.controller.router.MvcResponder
 
respond(Object, RouteContext) - Method in interface org.jboss.aerogear.controller.router.Responder
Responds to the current request in a why appropriate to the type of Responder (forward, return).
respond(Object, RouteContext) - Method in class org.jboss.aerogear.controller.router.rest.AbstractRestResponder
 
Responder - Interface in org.jboss.aerogear.controller.router
A Responder is capable of responding to a specific MediaType.
responders - Variable in class org.jboss.aerogear.controller.router.DefaultRouteProcessor
 
response - Variable in class org.jboss.aerogear.controller.router.RouteContext
 
roles - Variable in class org.jboss.aerogear.controller.router.DefaultRoute
 
roles(String...) - Method in interface org.jboss.aerogear.controller.router.RouteBuilder.OnMethods
Specifies the roles that are allowed to invoke the target endpoint
roles - Variable in class org.jboss.aerogear.controller.router.RouteDescriptor
 
roles(String...) - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
route() - Method in class org.jboss.aerogear.controller.router.AbstractRoutingModule
Is the starting point to configuring a single route.
route - Variable in enum org.jboss.aerogear.controller.router.error.ErrorRoute
 
Route - Interface in org.jboss.aerogear.controller.router
An object that contains information required to route HTTP requests to a target class's method.
route - Variable in class org.jboss.aerogear.controller.router.RouteContext
 
route() - Static method in class org.jboss.aerogear.controller.router.Routes
Simple Factory method for creating a RouteBuilder which is used to define a route.
RouteBuilder - Interface in org.jboss.aerogear.controller.router
RouteBuilder builds a Route using a fluent API.
RouteBuilder.OnMethods - Interface in org.jboss.aerogear.controller.router
A fluent API for further specializing the Route's destination/endpoint.
RouteBuilder.TargetEndpoint - Interface in org.jboss.aerogear.controller.router
Describes the target destination for the Route.
RouteBuilderImpl - Class in org.jboss.aerogear.controller.router
Concrete implementation of RouteBuilder.
RouteBuilderImpl() - Constructor for class org.jboss.aerogear.controller.router.RouteBuilderImpl
 
routeCatchAllException(Throwable) - Method in interface org.jboss.aerogear.controller.log.AeroGearLogger
 
RouteContext - Class in org.jboss.aerogear.controller.router
RouteContext holds information related to processing of a Route.
RouteContext(Route, HttpServletRequest, HttpServletResponse, Routes) - Constructor for class org.jboss.aerogear.controller.router.RouteContext
Constructor.
RouteContext(Route, String, HttpServletRequest, HttpServletResponse, Routes) - Constructor for class org.jboss.aerogear.controller.router.RouteContext
 
routeDescriptor - Variable in class org.jboss.aerogear.controller.router.RouteBuilderImpl
 
RouteDescriptor - Class in org.jboss.aerogear.controller.router
Describes/configures a single route in AeroGear controller.
RouteDescriptor() - Constructor for class org.jboss.aerogear.controller.router.RouteDescriptor
 
routeDescriptor - Variable in class org.jboss.aerogear.controller.router.RouteDescriptor.MyMethodInterceptor
 
RouteDescriptor.FinalizeFilter - Class in org.jboss.aerogear.controller.router
 
RouteDescriptor.FinalizeFilter() - Constructor for class org.jboss.aerogear.controller.router.RouteDescriptor.FinalizeFilter
 
RouteDescriptor.MyMethodInterceptor - Class in org.jboss.aerogear.controller.router
 
RouteDescriptor.MyMethodInterceptor(RouteDescriptor) - Constructor for class org.jboss.aerogear.controller.router.RouteDescriptor.MyMethodInterceptor
 
routeFor(RequestMethod, String, Set<String>) - Method in class org.jboss.aerogear.controller.router.Routes
Returns the Route for the specified RequestMethod/URI combination.
routeFor(Throwable) - Method in class org.jboss.aerogear.controller.router.Routes
Returns the Route for the specified Throwable.
routeNotFound(RequestMethod, String, Set<String>) - Method in interface org.jboss.aerogear.controller.log.LoggerMessages
 
routeProcessor - Variable in class org.jboss.aerogear.controller.router.DefaultRouter
 
RouteProcessor - Interface in org.jboss.aerogear.controller.router
A RouteProcessor processes/handles a single Route in AeroGear Controller.
router - Variable in class org.jboss.aerogear.controller.filter.AeroGear
 
Router - Interface in org.jboss.aerogear.controller.router
Router is the component that knows how to route/dispatch requests to target endpoints.
routes - Variable in class org.jboss.aerogear.controller.router.AbstractRoutingModule
 
routes - Variable in class org.jboss.aerogear.controller.router.DefaultRouter
 
routes - Variable in class org.jboss.aerogear.controller.router.RouteContext
 
Routes - Class in org.jboss.aerogear.controller.router
Routes is a collection of Route instances that are able to handle certain RequestMethod/requestURI combinations.
Routes(List<RouteBuilder>) - Constructor for class org.jboss.aerogear.controller.router.Routes
 
routes - Variable in class org.jboss.aerogear.controller.router.Routes
 
RoutingModule - Interface in org.jboss.aerogear.controller.router
A RoutingModule is used by the AeroGear runtime to retrieve the routes defined by the current application.

S

safeClose(InputStream) - Static method in class org.jboss.aerogear.controller.filter.ErrorFilter
 
SecurityHandler - Class in org.jboss.aerogear.controller.router.decorators
SecurityHandler is a CDI Decorator that decorates a RouteProcessor.
SecurityHandler(RouteProcessor, Instance<SecurityProvider>) - Constructor for class org.jboss.aerogear.controller.router.decorators.SecurityHandler
Sole constructor which will have its parameters injected by CDI.
securityProvider - Variable in class org.jboss.aerogear.controller.router.decorators.SecurityHandler
 
SecurityProvider - Interface in org.jboss.aerogear.controller.spi
Provides authorization for Routes in AeroGear Controller.
serialVersionUID - Static variable in exception org.jboss.aerogear.controller.router.AeroGearException
 
setAllowCredentials(HttpServletResponse) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Set the Cors.ResponseHeader.ALLOW_CREDENTIALS to 'true' if allowCookies was set set to true in the underlying CorsConfiguration.
setAllowHeaders(HttpServletResponse) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Set the Cors.ResponseHeader.ALLOW_HEADERS to configured values.
setAllowMethods(HttpServletResponse) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Set the Cors.ResponseHeader.ALLOW_METHODS to the the configured comma separated list of http methods.
setAnyOrigin(HttpServletResponse) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Set the Cors.ResponseHeader.ALLOW_ORIGIN to '*'.
setEchoOrigin(HttpServletResponse) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Set the Cors.ResponseHeader.ALLOW_ORIGIN to be the same value that was passed in the 'Origin' request header.
setExposeHeaders(HttpServletResponse) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Set the Cors.ResponseHeader.EXPOSE_HEADERS to the the configured comma separated list of headers.
setMaxAge(HttpServletResponse) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Set the Cors.ResponseHeader.MAX_AGE to the configured max age value.
setOrigin(HttpServletResponse) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Set the Cors.ResponseHeader.ALLOW_ORIGIN to either echo the 'Origin' or to support '*' depending on the underlying CorsConfiguration setting.
setOrigin(HttpServletResponse, String) - Method in class org.jboss.aerogear.controller.router.decorators.cors.Cors
Set the Cors.ResponseHeader.ALLOW_ORIGIN to the passed in value.
setPath(String) - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
Set the path for this instance.
setThrowables(Set<Class<? extends Throwable>>) - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
StringUtils - Class in org.jboss.aerogear.controller.util
Utility class containing methods used for processing Strings.
StringUtils() - Constructor for class org.jboss.aerogear.controller.util.StringUtils
 

T

targetClass - Variable in class org.jboss.aerogear.controller.router.DefaultRoute
 
targetClass - Variable in class org.jboss.aerogear.controller.router.RouteDescriptor
 
targetMethod - Variable in class org.jboss.aerogear.controller.router.DefaultRoute
 
targetMethod - Variable in class org.jboss.aerogear.controller.router.RouteDescriptor
 
TEMPLATE - Static variable in class org.jboss.aerogear.controller.filter.ErrorFilter
 
throwables - Variable in class org.jboss.aerogear.controller.router.DefaultRoute
 
throwables - Variable in class org.jboss.aerogear.controller.router.RouteDescriptor
 
to(Class<T>) - Method in interface org.jboss.aerogear.controller.router.RouteBuilder.TargetEndpoint
Specifies the target Class for the Route.
to(Class<T>) - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
toString() - Method in enum org.jboss.aerogear.controller.router.decorators.cors.Cors.RequestHeader
 
toString() - Method in enum org.jboss.aerogear.controller.router.decorators.cors.Cors.ResponseHeader
 
toString() - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
toString() - Method in class org.jboss.aerogear.controller.router.DefaultRoute
 
toString() - Method in enum org.jboss.aerogear.controller.router.MediaType
 
toString() - Method in class org.jboss.aerogear.controller.router.RouteBuilderImpl
 
toString() - Method in class org.jboss.aerogear.controller.router.RouteDescriptor
 
toString() - Method in class org.jboss.aerogear.controller.router.Routes
 
type - Variable in enum org.jboss.aerogear.controller.router.MediaType
 
TypeNameExtractor - Class in org.jboss.aerogear.controller.util
Taken with small modifications

Copyright (c) 2009 Caelum - www.caelum.com.br/opensource All rights reserved.

TypeNameExtractor() - Constructor for class org.jboss.aerogear.controller.util.TypeNameExtractor
 

V

validRequestHeaders - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
validRequestHeaders(String) - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
validRequestHeaders - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
validRequestHeaders(String) - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.ValidRequestHeaders
 
validRequestMethods - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
validRequestMethods(RequestMethod...) - Method in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.Builder
 
validRequestMethods - Variable in class org.jboss.aerogear.controller.router.decorators.cors.CorsConfig
 
validRequestMethods(RequestMethod...) - Method in interface org.jboss.aerogear.controller.router.decorators.cors.CorsConfig.ValidRequestMethods
 
valueOf(String) - Static method in enum org.jboss.aerogear.controller.router.decorators.cors.Cors.RequestHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.controller.router.decorators.cors.Cors.ResponseHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.controller.router.error.ErrorRoute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.controller.router.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.controller.router.RequestMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.aerogear.controller.router.decorators.cors.Cors.RequestHeader
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.controller.router.decorators.cors.Cors.ResponseHeader
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.controller.router.error.ErrorRoute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.controller.router.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.controller.router.RequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
View - Class in org.jboss.aerogear.controller.view
A view in AeroGear consists of a path to a resource and optionally a model.
View(String) - Constructor for class org.jboss.aerogear.controller.view.View
 
View(String, Object) - Constructor for class org.jboss.aerogear.controller.view.View
 
viewPath - Variable in class org.jboss.aerogear.controller.view.View
 
viewResolver - Variable in class org.jboss.aerogear.controller.router.MvcResponder
 
ViewResolver - Interface in org.jboss.aerogear.controller.view
A ViewResolver is capable of resolving a paths for Routes.

W

writeResponse(Object, RouteContext) - Method in class org.jboss.aerogear.controller.router.rest.AbstractRestResponder
Writes the passed-in entity to the HttpServletResponse enabling concrete implementation to add additional headers of in other ways process the response.
writeResponse(Object, RouteContext) - Method in class org.jboss.aerogear.controller.router.rest.JsonResponder
 

A B C D E F G H I J L M N O P R S T V W
aerogear-controller 1.0.0.M1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.