Class ActionMapping


  • public class ActionMapping
    extends Object
    Mapping submitted to the action command and defined by an editor/developer in the web interface.
    Author:
    lrosenberg
    • Constructor Detail

      • ActionMapping

        public ActionMapping​(ActionMappingDef aDef)
        Creates a new ActionMapping
        Parameters:
        aDef - TODO dummy comment for javadoc.
    • Method Detail

      • getPredefinedCommand

        public ActionCommand getPredefinedCommand()
        Returns the predefinedCommand.
        Returns:
        TODO dummy comment for javadoc.
      • getLocalizationBundleIds

        public List<String> getLocalizationBundleIds()
        Returns LocalizationBundle ids, that are connected to this ActionMapping.
        Returns:
        TODO dummy comment for javadoc.