Package info.magnolia.module.blossom.annotation

Enum Summary
AreaType Enumeration of area types.
ComponentInheritanceMode Enumeration for modes of inheriting components.
PropertyInheritanceMode Enumeration for modes of inheriting properties.
TernaryBoolean Enumeration used for representing a ternary boolean value, true, false or unspecified.
 

Annotation Types Summary
Area Used on a Spring Web MVC controller that is a nested class (public static class) within another controller that is either annotated with @Template or in the case of an area within an area annotated with @Area.
Available Declares a method as being responsible for deciding if a template can be used on a specific page.
AvailableComponentClasses Annotation used to set the available components in an area using the classes that define them.
AvailableComponents Annotation used to set the available components in an area by their id.
DialogFactory Declares a class or a method to be used for creating a dialog.
DialogValidator Declares a method as being responsible for validating a dialog when it is saved.
I18nBasename Used to specify the base id if the resource bundle to use.
Inherits Annotation used to configure how an area inherits from parent pages.
InitSaveHandler Declares a method as being responsible for providing a SaveHandler that will be used to save the dialog.
TabFactory Used on methods in classes annotated with Template or DialogFactory.
TabOrder Used in combination with Template and DialogFactory to set the order that tabs should appear in the dialog.
TabValidator Used on methods in classes annotated with Template or DialogFactory.
Template Used on a Spring Web MVC controller to expose it as a template.
TemplateDescription Sets the description of a template.
VirtualURIMapper Used on a type to have all its methods that can be used as VirtualURIMappings exposed to Magnolia.
 



Copyright © 2009-2012 Magnolia International Ltd.. All Rights Reserved.