Class ViewParametersManager.ViewParameterHolder

    • Constructor Detail

      • ViewParameterHolder

        public ViewParameterHolder​(ModelAwareDataHolder dataHolder,
                                   String parameterPath)
        Constructor for view parameter holder
        Parameters:
        dataHolder - the holder containing the parameter
        parameterPath - the path of the parameter in the holder
    • Method Detail

      • getPath

        public String getPath()
        Get the path of the parameter in the holder
        Returns:
        the path of the parameter in the holder
      • getValue

        public <T> T getValue()
        Get the parameter value
        Type Parameters:
        T - type of the value to retrieve
        Returns:
        the parameter value