com.fatwire.gst.foundation.controller.action.support
Class BaseActionLocator

java.lang.Object
  extended by com.fatwire.gst.foundation.controller.action.support.AbstractActionLocator
      extended by com.fatwire.gst.foundation.controller.action.support.BaseActionLocator
All Implemented Interfaces:
ActionLocator
Direct Known Subclasses:
MapActionLocator

public abstract class BaseActionLocator
extends AbstractActionLocator

ActionLocator with support for Factory and a fall back ActionLocator.

Objects are created via a Factory, that can be configured via the factoryClassname. That class needs to have a constructor accepting ICS.

Since:
Apr 27, 2011
Author:
Dolf Dijkstra

Field Summary
protected static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
BaseActionLocator()
           
 
Method Summary
 void setFactoryClassname(String factoryClassname)
           
 
Methods inherited from class com.fatwire.gst.foundation.controller.action.support.AbstractActionLocator
doFindAction, getAction, getFallbackActionLocator, getInjector, injectDependencies, setFallbackActionLocator, setInjector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.commons.logging.Log LOG
Constructor Detail

BaseActionLocator

public BaseActionLocator()
Method Detail

setFactoryClassname

public void setFactoryClassname(String factoryClassname)
Parameters:
factoryClassname - the factoryClassname to set


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