org.ofbiz.widget.screen
Class ModelScreenAction.Javaf

java.lang.Object
  extended by org.ofbiz.widget.screen.ModelScreenAction
      extended by org.ofbiz.widget.screen.ModelScreenAction.Javaf
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ModelScreenAction

public static class ModelScreenAction.Javaf
extends ModelScreenAction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ofbiz.widget.screen.ModelScreenAction
ModelScreenAction.EntityAnd, ModelScreenAction.EntityCondition, ModelScreenAction.EntityOne, ModelScreenAction.GetRelated, ModelScreenAction.GetRelatedOne, ModelScreenAction.Javaf, ModelScreenAction.PropertyMap, ModelScreenAction.PropertyToField, ModelScreenAction.Script, ModelScreenAction.Service, ModelScreenAction.SetField
 
Field Summary
protected  java.util.Map<java.lang.String,java.lang.Class> actionClassMap
           
protected  java.lang.String invoke
           
protected  java.lang.String location
           
 
Fields inherited from class org.ofbiz.widget.screen.ModelScreenAction
modelScreen, module
 
Constructor Summary
ModelScreenAction.Javaf(ModelScreen modelScreen, org.w3c.dom.Element scriptElement)
           
 
Method Summary
 void runAction(java.util.Map context)
           
 
Methods inherited from class org.ofbiz.widget.screen.ModelScreenAction
readSubActions, runSubActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected java.lang.String location

invoke

protected java.lang.String invoke

actionClassMap

protected java.util.Map<java.lang.String,java.lang.Class> actionClassMap
Constructor Detail

ModelScreenAction.Javaf

public ModelScreenAction.Javaf(ModelScreen modelScreen,
                               org.w3c.dom.Element scriptElement)
Method Detail

runAction

public void runAction(java.util.Map context)
               throws GeneralException
Specified by:
runAction in class ModelScreenAction
Throws:
GeneralException