com.atlassian.confluence.xwork
Annotation Type ActionViewData


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

Annotation to mark a method whose return value should be passed to the view. The value will be packaged as a name-value pair. Only methods that adhere to JavaBean naming conventions (get* and is*) are supported. For example, getFoo() { return "bar" } will be sent as ("foo", "bar").


Optional Element Summary
 boolean injected
           
 

injected

public abstract boolean injected
Returns:
true if this piece of data should be injected.
Default:
false


Copyright © 2003-2014 Atlassian. All Rights Reserved.