Uses of Class
com.fatwire.gst.foundation.controller.AbstractController

Packages that use AbstractController
com.fatwire.gst.foundation.controller   
com.fatwire.gst.foundation.controller.action   
com.fatwire.gst.foundation.controller.annotation   
 

Uses of AbstractController in com.fatwire.gst.foundation.controller
 

Subclasses of AbstractController in com.fatwire.gst.foundation.controller
 class BaseController
           This is the controller (dispatcher) that dispatches the request to the correct asset/template combination based on the path field for a Web Referenceable Asset.
 

Uses of AbstractController in com.fatwire.gst.foundation.controller.action
 

Subclasses of AbstractController in com.fatwire.gst.foundation.controller.action
 class AbstractActionController
          Dispatching Controller.
 class ActionController
          AbstractActionController that is using the AppContext to configure the ActionLocator and ActionNameResolver.
 

Uses of AbstractController in com.fatwire.gst.foundation.controller.annotation
 

Subclasses of AbstractController in com.fatwire.gst.foundation.controller.annotation
 class AnnotationController
          The Controller delegates the business logic to an annotated method.
 



Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.