org.apache.tapestry.annotations
Annotation Type Environmental


@Target(value=FIELD)
@Documented
@Retention(value=RUNTIME)
public @interface Environmental

Defines a field that is replaced at runtime with a read-only value obtained from the Environment service.


Optional Element Summary
 boolean value
          The value determines if the environmental service to be injected is required or not.
 

value

public abstract boolean value
The value determines if the environmental service to be injected is required or not. In most cases, it is, so the default is true.

Default:
true


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.