Uses of Interface
org.appng.api.ParameterSupport
-
Packages that use ParameterSupport Package Description org.appng.api Base package for the appNG APIorg.appng.api.support Implementations of commonly used features like internationalization, permission- and parameter-processing etc. -
-
Uses of ParameterSupport in org.appng.api
Methods in org.appng.api that return ParameterSupport Modifier and Type Method Description ParameterSupportRequest. getParameterSupportDollar()Returns theParameterSupportfor thisRequest. -
Uses of ParameterSupport in org.appng.api.support
Classes in org.appng.api.support that implement ParameterSupport Modifier and Type Class Description classDollarParameterSupportAParameterSupportwhich uses '${' as prefix and '}' as suffix.classHashParameterSupportAParameterSupportwhich uses '#{' as prefix and '}' as suffix.classParameterSupportBaseBasicParameterSupportimplementation.Methods in org.appng.api.support that return ParameterSupport Modifier and Type Method Description ParameterSupportApplicationRequest. getParameterSupportDollar()Methods in org.appng.api.support with parameters of type ParameterSupport Modifier and Type Method Description protected List<Object>LabelSupport. resolveArgumentsFromParams(Label label, ExpressionEvaluator expressionEvaluator, ParameterSupport fieldParameters)voidLabelSupport. setLabel(Label label, ExpressionEvaluator expressionEvaluator, ParameterSupport fieldParameters)protected voidLabelSupport. setLabelFromKey(Label label, ExpressionEvaluator expressionEvaluator, ParameterSupport fieldParameters, String key)voidApplicationRequest. setLabels(Config config, ParameterSupport fieldParameters)voidLabelSupport. setLabels(Config config, ExpressionEvaluator expressionEvaluator, ParameterSupport fieldParameters)voidLabelSupport. setLabels(Labels labels, ExpressionEvaluator expressionEvaluator, ParameterSupport fieldParameters)Constructors in org.appng.api.support with parameters of type ParameterSupport Constructor Description CallableDataSource(Site site, Application application, ApplicationRequest applicationRequest, ParameterSupport parameterSupport, DatasourceRef datasourceRef)Creates a newCallableDataSourceand also determines the return value forCallableDataSource.doInclude(), based onPermissionsandConditions.
-