net.sf.tacos.annotations
Annotation Type InjectExternalLink


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

Annotation for injecting an ILink to a specific page, using the external service.

Use it on an abstract page or component method that returns ILink. If the method has parameters, they'll be included in the ILink.

Author:
Ming Jiang, Andreas Andreou

Required Element Summary
 String value
          The name of the page for which to inject the ILink.
 
Optional Element Summary
 boolean currentNamespace
          Set to true if the page is to be found on the current namespace.
 

Element Detail

value

public abstract String value
The name of the page for which to inject the ILink.

Returns:

currentNamespace

public abstract boolean currentNamespace
Set to true if the page is to be found on the current namespace. Otherwise (the default), it is assumed to exist in the application (global) namespace.

Returns:
Default:
false


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.