org.loom.action
Class AbstractActionImpl

java.lang.Object
  extended by org.loom.action.AbstractAction
      extended by org.loom.action.AbstractActionImpl
All Implemented Interfaces:
Action

Deprecated. use AbstractAction instead. To be removed in 1.1

public abstract class AbstractActionImpl
extends AbstractAction


Constructor Summary
AbstractActionImpl()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.loom.action.AbstractAction
addError, addError, addError, addMessage, error, error, forward, forward, forwardWithLocale, getContext, getMessagesRepository, getParam, getPropertyAsString, getRequest, getResponse, getSession, getSession, hasAnyError, hasAnyError, info, json, redirect, redirect, redirect, redirect, send, send, send, setContext, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractActionImpl

public AbstractActionImpl()
Deprecated.