Uses of Interface
org.alfresco.repo.jscript.app.PropertyDecorator
Packages that use PropertyDecorator
-
Uses of PropertyDecorator in org.alfresco.repo.jscript.app
Classes in org.alfresco.repo.jscript.app that implement PropertyDecoratorModifier and TypeClassDescriptionclassclassCategory property decorator class.classIgnores a given property and doesn't output anything in the decoration.classTag property decorator class.classUsername property decorator class.Fields in org.alfresco.repo.jscript.app with type parameters of type PropertyDecoratorModifier and TypeFieldDescriptionprotected Map<QName,PropertyDecorator> JSONConversionComponent.propertyDecoratorsRegistered decoratorsMethods in org.alfresco.repo.jscript.app with parameters of type PropertyDecoratorModifier and TypeMethodDescriptionvoidJSONConversionComponent.registerPropertyDecorator(PropertyDecorator propertyDecorator) Register a property decorator;