com.fatwire.gst.foundation.controller.action
Class ActionController

java.lang.Object
  extended by com.fatwire.gst.foundation.controller.AbstractController
      extended by com.fatwire.gst.foundation.controller.action.AbstractActionController
          extended by com.fatwire.gst.foundation.controller.action.ActionController
All Implemented Interfaces:
COM.FutureTense.XML.Template.Seed, COM.FutureTense.XML.Template.Seed2

public class ActionController
extends AbstractActionController

AbstractActionController that is using the AppContext to configure the ActionLocator and ActionNameResolver.

Since:
Mar 15, 2011
Author:
Tony Field, Dolf Dijkstra

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.controller.AbstractController
ics, LOG, STATUS_HEADER
 
Fields inherited from interface COM.FutureTense.XML.Template.Seed
returnString
 
Constructor Summary
ActionController()
           
 
Method Summary
protected  ActionLocator getActionLocator()
           
protected  ActionNameResolver getActionNameResolver()
           
 
Methods inherited from class com.fatwire.gst.foundation.controller.action.AbstractActionController
doExecute, getServletContext, handleCSRuntimeException, handleException
 
Methods inherited from class com.fatwire.gst.foundation.controller.AbstractController
Execute, getInputArgument, getInputArgumentAsString, sendError, SetAppLogic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionController

public ActionController()
Method Detail

getActionLocator

protected final ActionLocator getActionLocator()
Specified by:
getActionLocator in class AbstractActionController
Returns:
the ActionLocator.

getActionNameResolver

protected ActionNameResolver getActionNameResolver()
Specified by:
getActionNameResolver in class AbstractActionController
Returns:
the ActionNameResolver


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