| org.apache.beehive.netui.compiler.genmodel.GenActionModel org.apache.beehive.netui.compiler.genmodel.DelegatingActionModel
DelegatingActionModel | public class DelegatingActionModel extends GenActionModel (Code) | | Generates to a Struts ActionMapping object that delegates to an ActionMapping
in a different module. These are used for support of inheritance.
Note that there are some Controller attributes that are for actions such as
loginRequired and readOnly. This implementation extends GenActionModel and
overrides init() so that local Controller properties can be included in the
Struts module config we generate. Then the runtime can use these values to
override the values of the delegate.
Also, for overloaded action methods, this class needs to know the name of
any form bean used by the delegate so that the StrutsApp class can disambiguate
the action path setting when it adds the action to the action mappings. Using
the super class, GenActionModel, construtctor will set the form bean name.
|
ACTION_MAPPING_CLASSNAME | final protected static String ACTION_MAPPING_CLASSNAME(Code) | | |
|
|