Uses of Interface
com.khubla.pragmatach.framework.controller.PragmatachController

Packages that use PragmatachController
com.khubla.pragmatach.contrib.testsupport.controller   
com.khubla.pragmatach.examples.clusterexample   
com.khubla.pragmatach.examples.jcrexample.html   
com.khubla.pragmatach.examples.jcrexample.json   
com.khubla.pragmatach.examples.routesexample   
com.khubla.pragmatach.examples.rssviewer   
com.khubla.pragmatach.examples.uploadexample   
com.khubla.pragmatach.framework.controller   
com.khubla.pragmatach.framework.controller.impl   
com.khubla.pragmatach.framework.controller.impl.redirect   
com.khubla.pragmatach.framework.controller.impl.stat   
com.khubla.pragmatach.framework.controller.impl.streaming   
com.khubla.pragmatach.framework.controller.impl.system   
com.khubla.pragmatach.framework.controller.impl.template   
com.khubla.pragmatach.framework.controller.impl.trivial   
com.khubla.pragmatach.framework.router   
com.khubla.pragmatach.plugin.adminapp   
com.khubla.pragmatach.plugin.cluster   
com.khubla.pragmatach.plugin.cluster.controller   
com.khubla.pragmatach.plugin.facebook   
com.khubla.pragmatach.plugin.freemarker   
com.khubla.pragmatach.plugin.google   
com.khubla.pragmatach.plugin.jackson   
com.khubla.pragmatach.plugin.jasper   
com.khubla.pragmatach.plugin.jcr   
com.khubla.pragmatach.plugin.json   
com.khubla.pragmatach.plugin.jsp   
com.khubla.pragmatach.plugin.responsive   
com.khubla.pragmatach.plugin.thymeleaf   
com.khubla.pragmatach.plugin.velocity   
com.khubla.pragmatach.plugin.xstream   
com.khubla.pragmatach.plugin.yaml   
 

Uses of PragmatachController in com.khubla.pragmatach.contrib.testsupport.controller
 

Methods in com.khubla.pragmatach.contrib.testsupport.controller with parameters of type PragmatachController
static String ControllerTestSupport.performRender(PragmatachController controller)
          test rendering a controller
 

Uses of PragmatachController in com.khubla.pragmatach.examples.clusterexample
 

Classes in com.khubla.pragmatach.examples.clusterexample that implement PragmatachController
 class ExampleClusteredController
           
 

Uses of PragmatachController in com.khubla.pragmatach.examples.jcrexample.html
 

Classes in com.khubla.pragmatach.examples.jcrexample.html that implement PragmatachController
 class HTMLNodeController
           
 

Uses of PragmatachController in com.khubla.pragmatach.examples.jcrexample.json
 

Classes in com.khubla.pragmatach.examples.jcrexample.json that implement PragmatachController
 class JSONNodeChildrenController
           
 class JSONNodePropertiesController
           
 

Uses of PragmatachController in com.khubla.pragmatach.examples.routesexample
 

Classes in com.khubla.pragmatach.examples.routesexample that implement PragmatachController
 class ExampleRoutesController1
           
 class ExampleRoutesController2
           
 

Uses of PragmatachController in com.khubla.pragmatach.examples.rssviewer
 

Classes in com.khubla.pragmatach.examples.rssviewer that implement PragmatachController
 class IndexController
           
 class ShowFeedController
           
 

Uses of PragmatachController in com.khubla.pragmatach.examples.uploadexample
 

Classes in com.khubla.pragmatach.examples.uploadexample that implement PragmatachController
 class UploadController
           
 

Uses of PragmatachController in com.khubla.pragmatach.framework.controller
 

Subinterfaces of PragmatachController in com.khubla.pragmatach.framework.controller
 interface BeanBoundController
           
 

Methods in com.khubla.pragmatach.framework.controller that return PragmatachController
static PragmatachController SessionScopedControllers.getController(javax.servlet.http.HttpSession httpSession, Class<?> clazz)
          get controller with clazz
static PragmatachController Controllers.getInstance(Class<?> clazz)
          get a PragmatachController instance
 

Methods in com.khubla.pragmatach.framework.controller that return types with arguments of type PragmatachController
static Hashtable<Class<?>,PragmatachController> SessionScopedControllers.getMap(javax.servlet.http.HttpSession httpSession)
          get the map
 

Methods in com.khubla.pragmatach.framework.controller with parameters of type PragmatachController
static void ControllerBeanUtil.populateController(PragmatachController pragmatachController, Map<String,String> fieldValues)
           
static void SessionScopedControllers.setController(javax.servlet.http.HttpSession httpSession, PragmatachController pragmatachController)
          set controller
 

Uses of PragmatachController in com.khubla.pragmatach.framework.controller.impl
 

Classes in com.khubla.pragmatach.framework.controller.impl that implement PragmatachController
 class AbstractController
           
 class DefaultContextRootController
           Controller to redirect root requests to /public/.
 class FormPostBeanBoundController
           
 class NotFoundController
           
 

Methods in com.khubla.pragmatach.framework.controller.impl with parameters of type PragmatachController
static String AbstractController.getControllerName(PragmatachController pragmatachController)
          get the name of the controller from the annotation
 

Uses of PragmatachController in com.khubla.pragmatach.framework.controller.impl.redirect
 

Classes in com.khubla.pragmatach.framework.controller.impl.redirect that implement PragmatachController
 class RedirectController
           
 

Uses of PragmatachController in com.khubla.pragmatach.framework.controller.impl.stat
 

Classes in com.khubla.pragmatach.framework.controller.impl.stat that implement PragmatachController
 class StaticResourceController
           
 

Uses of PragmatachController in com.khubla.pragmatach.framework.controller.impl.streaming
 

Classes in com.khubla.pragmatach.framework.controller.impl.streaming that implement PragmatachController
 class AbstractStreamingController
           
 

Uses of PragmatachController in com.khubla.pragmatach.framework.controller.impl.system
 

Classes in com.khubla.pragmatach.framework.controller.impl.system that implement PragmatachController
 class HttpErrorController
           
 

Uses of PragmatachController in com.khubla.pragmatach.framework.controller.impl.template
 

Classes in com.khubla.pragmatach.framework.controller.impl.template that implement PragmatachController
 class AbstractTemplateEngineController
           
 class SimpleTemplateController
           
 

Uses of PragmatachController in com.khubla.pragmatach.framework.controller.impl.trivial
 

Classes in com.khubla.pragmatach.framework.controller.impl.trivial that implement PragmatachController
 class TrivialController
           
 

Uses of PragmatachController in com.khubla.pragmatach.framework.router
 

Methods in com.khubla.pragmatach.framework.router that return PragmatachController
 PragmatachController PragmatachRoute.getControllerClazzInstance(Request request)
          get a class instance of the controller, and return a proxy that allows us to intercept method calls
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.adminapp
 

Classes in com.khubla.pragmatach.plugin.adminapp that implement PragmatachController
 class AdminController
           
 class AdminLoginController
           
 class AdminUserController
           
 class BaseAdminController
           
 class ExportRoutesController
           
 class SecuredAdminController
           
 class ShowApplicationController
           
 class ShowConfigurationController
           
 class ShowControllersController
           
 class ShowCookiesController
           
 class ShowEnvironmentController
           
 class ShowI8NController
           
 class ShowJVMController
           
 class ShowNetworkController
           
 class ShowPluginsController
           
 class ShowRouteCacheController
           
 class ShowRoutesController
           
 class ShowServerController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.cluster
 

Methods in com.khubla.pragmatach.plugin.cluster that return types with arguments of type PragmatachController
 Map<String,PragmatachController> ClusteredControllers.getControllerInstances()
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.cluster.controller
 

Classes in com.khubla.pragmatach.plugin.cluster.controller that implement PragmatachController
 class ServerInstanceController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.facebook
 

Classes in com.khubla.pragmatach.plugin.facebook that implement PragmatachController
 class FacebookLoginController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.freemarker
 

Classes in com.khubla.pragmatach.plugin.freemarker that implement PragmatachController
 class FreemarkerController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.google
 

Classes in com.khubla.pragmatach.plugin.google that implement PragmatachController
 class GoogleLoginController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.jackson
 

Classes in com.khubla.pragmatach.plugin.jackson that implement PragmatachController
 class JacksonController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.jasper
 

Classes in com.khubla.pragmatach.plugin.jasper that implement PragmatachController
 class JasperController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.jcr
 

Classes in com.khubla.pragmatach.plugin.jcr that implement PragmatachController
 class JCRController
           
 class JCRJSONController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.json
 

Classes in com.khubla.pragmatach.plugin.json that implement PragmatachController
 class JSONController
           
 

Methods in com.khubla.pragmatach.plugin.json with parameters of type PragmatachController
static void PragmaticControllerSerializer.deserialize(PragmatachController pragmatachController, InputStream inputStream)
           
static void PragmaticControllerSerializer.deserialize(PragmatachController pragmatachController, String json)
           
static String PragmaticControllerSerializer.serialize(PragmatachController pragmatachController)
           
static void PragmaticControllerSerializer.serialize(PragmatachController pragmatachController, OutputStream outputStream)
           
 

Constructors in com.khubla.pragmatach.plugin.json with parameters of type PragmatachController
JSONResponse(Map<String,String> cacheHeaders, PragmatachController pragmatachController)
          ctor
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.jsp
 

Classes in com.khubla.pragmatach.plugin.jsp that implement PragmatachController
 class JSPController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.responsive
 

Classes in com.khubla.pragmatach.plugin.responsive that implement PragmatachController
 class ResponsiveImageController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.thymeleaf
 

Classes in com.khubla.pragmatach.plugin.thymeleaf that implement PragmatachController
 class ThymeleafController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.velocity
 

Classes in com.khubla.pragmatach.plugin.velocity that implement PragmatachController
 class VelocityController
           
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.xstream
 

Classes in com.khubla.pragmatach.plugin.xstream that implement PragmatachController
 class XStreamController
           
 

Constructors in com.khubla.pragmatach.plugin.xstream with parameters of type PragmatachController
XStreamResponse(Map<String,String> cacheHeaders, PragmatachController pragmatachController)
          ctor
 

Uses of PragmatachController in com.khubla.pragmatach.plugin.yaml
 

Classes in com.khubla.pragmatach.plugin.yaml that implement PragmatachController
 class YAMLController
           
 

Constructors in com.khubla.pragmatach.plugin.yaml with parameters of type PragmatachController
YAMLResponse(Map<String,String> cacheHeaders, PragmatachController pragmatachController)
          ctor
 



Copyright © 2014 khubla.com. All rights reserved.