test.org.benow.web.action
Class JavaBasedAction

java.lang.Object
  extended by org.benow.web.action.ActionImpl
      extended by test.org.benow.web.action.JavaBasedAction
All Implemented Interfaces:
Action

public class JavaBasedAction
extends ActionImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.benow.web.action.Action
Action.ActionAppliesTo, Action.ActionType
 
Field Summary
 
Fields inherited from class org.benow.web.action.ActionImpl
active
 
Constructor Summary
JavaBasedAction()
           
 
Method Summary
 java.lang.String getIconHTML(java.lang.Object forObject)
           
 java.lang.String getLabelHTML(java.lang.Object forObject)
           
 
Methods inherited from class org.benow.web.action.ActionImpl
getSupportHTML, getType, isActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaBasedAction

public JavaBasedAction()
Method Detail

getLabelHTML

public java.lang.String getLabelHTML(java.lang.Object forObject)
Specified by:
getLabelHTML in interface Action
Specified by:
getLabelHTML in class ActionImpl
Returns:
text html label for the action as appropriate for the given object

getIconHTML

public java.lang.String getIconHTML(java.lang.Object forObject)
Specified by:
getIconHTML in interface Action
Specified by:
getIconHTML in class ActionImpl
Returns:
html for the action as appropriate for the given object