Uses of Interface
org.alfresco.repo.jscript.app.PropertyDecorator
-
Packages that use PropertyDecorator Package Description org.alfresco.repo.jscript.app -
-
Uses of PropertyDecorator in org.alfresco.repo.jscript.app
Classes in org.alfresco.repo.jscript.app that implement PropertyDecorator Modifier and Type Class Description classBasePropertyDecoratorclassCategoryPropertyDecoratorCategory property decorator class.classIgnorePropertyDecoratorIgnores a given property and doesn't output anything in the decoration.classTagPropertyDecoratorTag property decorator class.classUsernamePropertyDecoratorUsername property decorator class.Fields in org.alfresco.repo.jscript.app with type parameters of type PropertyDecorator Modifier and Type Field Description protected java.util.Map<org.alfresco.service.namespace.QName,PropertyDecorator>JSONConversionComponent. propertyDecoratorsRegistered decoratorsMethods in org.alfresco.repo.jscript.app with parameters of type PropertyDecorator Modifier and Type Method Description voidJSONConversionComponent. registerPropertyDecorator(PropertyDecorator propertyDecorator)Register a property decorator;
-