com.atlassian.confluence.xwork
Annotation Type ActionViewDataMappings


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ActionViewDataMappings

Annotation to mark a method that returns a map of view data. Only maps with String keys are supported.


Optional Element Summary
 boolean injected
           
 

injected

public abstract boolean injected
Returns:
true if this mapping should be injected.
Default:
false


Copyright © 2003-2014 Atlassian. All Rights Reserved.