Uses of Class
org.javalite.activeweb.AppController
Package
Description
ActiveWeb - the agile java framework
Some abstract controllers.
-
Uses of AppController in app.controllers
-
Uses of AppController in org.javalite.activeweb
Modifier and TypeClassDescriptionstatic class
Modifier and TypeMethodDescriptionstatic <T extends AppController>
StringRouter.getControllerPath(Class<T> controllerClass)
Generates a path to a controller based on its package and class name.static <T extends AppController>
StringRouter.getControllerPath(String controllerClassName, String controllerSimpleName)
protected <T extends AppController>
HttpSupport.HttpBuilderRedirects to given controller, action "index" without any parameters.protected <T extends AppController>
HttpSupport.HttpBuilderConvenience method forHttpSupport.redirect(Class, java.util.Map)
.protected <T extends AppController>
HttpSupport.HttpBuilderConvenience method forHttpSupport.redirect(Class, java.util.Map)
.protected <T extends AppController>
HttpSupport.HttpBuilderConvenience method forHttpSupport.redirect(Class, java.util.Map)
.protected <T extends AppController>
HttpSupport.HttpBuilderRedirects to a controller, generates appropriate redirect path.static <T extends AppController>
booleanprotected <T extends AppController>
voidViewSpec.setCurrentController(Class<T> controllerClass)
This method is only needed as a hint to theLinkToTag
.<T extends AppController>
RouteBuilderAllows to wire a route to a controller.Modifier and TypeMethodDescriptionprotected static AppController
ControllerFactory.createControllerInstance(String controllerClassName)
Route.getController()
protected AppController
RouteBuilder.getController()
Modifier and TypeMethodDescriptionprotected AbstractControllerConfig.FilterBuilder<? extends AppController>
AbstractControllerConfig.add(HttpSupportFilter... filters)
Adds a set of filters to a set of controllers.Class<? extends AppController>
RouteBuilder.getControllerClass()
Modifier and TypeMethodDescriptionprotected void
IntegrationSpec.addFilter(Class<? extends AppController> controllerClass, HttpSupportFilter filter)
Adds a filter to a specific controller for the duration of the current spec.RouteUtil.getNamedMethods(Class<? extends AppController> controllerClass, String actionMethodName)
Gets methods matching an action name.ModifierConstructorDescriptionRoute(AppController controller, String actionName, String id, HttpMethod method)
Route(AppController controller, String actionName, HttpMethod method)
protected
RouteBuilder(AppController controller, String actionName)
Used for tests.protected
RouteBuilder(AppController controller, String actionName, String id)
Used for standard and restful routes. -
Uses of AppController in org.javalite.activeweb.controllers
Modifier and TypeClassDescriptionclass
Subclass will compile and serve CSS from LESS files.class
Subclass will compile and serve CSS from SASS files.