Interface IParameterManager


  • public interface IParameterManager
    • Method Detail

      • getAllParameters

        Map getAllParameters()
      • getCurrentInputNames

        Set getCurrentInputNames()
      • getActualRequestParameterName

        String getActualRequestParameterName​(String fieldName)
      • getCurrentOutputNames

        Set getCurrentOutputNames()
      • getCurrentResourceNames

        Set getCurrentResourceNames()
      • dispose

        void dispose()
      • dispose

        void dispose​(List exceptParameters)
      • resetParameters

        void resetParameters()
      • getReturnParameters

        Map getReturnParameters()
        Returns a mapping of output parameters and the value and destination.
        Parameters:
        actionSequence - The Action Sequence definition to use
        Returns:
        a map with the param name as the key and a ReturnParameter containing the data.