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 AppControllerMethods 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 AppControllerControllerFactory.createControllerInstance(String controllerClassName)Route.getController()protected AppControllerRouteBuilder.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 voidIntegrationSpec.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.static booleanRouteUtil.hasAction(Class<? extends AppController> controllerClass, String actionName, HttpMethod httpMethod)Finds if a controller has an action method with a given HTTP method.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)protectedRouteBuilder(AppController controller, String actionName)Used for tests.protectedRouteBuilder(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 TypeClassDescriptionclassSubclass will compile and serve CSS from LESS files.classSubclass will compile and serve CSS from SASS files.