Uses of Class
org.javalite.activeweb.AppController
Packages that use AppController
Package
Description
ActiveWeb - the agile java framework
Some abstract controllers.
-
Uses of AppController in app.controllers
Subclasses of AppController in app.controllers -
Uses of AppController in org.javalite.activeweb
Classes in org.javalite.activeweb with type parameters of type AppControllerModifier and TypeClassDescriptionstatic class
Methods in org.javalite.activeweb with type parameters of type AppControllerModifier 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.Methods in org.javalite.activeweb that return AppControllerModifier and TypeMethodDescriptionprotected static AppController
ControllerFactory.createControllerInstance(String controllerClassName)
Route.getController()
protected AppController
RouteBuilder.getController()
Methods in org.javalite.activeweb that return types with arguments of type AppControllerModifier 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()
Method parameters in org.javalite.activeweb with type arguments of type AppControllerModifier 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.Constructors in org.javalite.activeweb with parameters of type AppControllerModifierConstructorDescriptionRoute(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
Subclasses of AppController in org.javalite.activeweb.controllersModifier and TypeClassDescriptionclass
Subclass will compile and serve CSS from LESS files.class
Subclass will compile and serve CSS from SASS files.