pt.digitalis.dif.dem.annotations.stage
Annotation Type View


@Target(value={TYPE,FIELD})
@Retention(value=RUNTIME)
public @interface View

This annotation injects a view on a stage. The view will only be rendered if the control flow executes with success.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
Created on:
2007/05/11

Required Element Summary
 String target
          Defines the view id.
 
Optional Element Summary
 boolean defaultView
          Marks the view as the default view.
 String engine
          Defines the view engine.
 

Element Detail

target

public abstract String target
Defines the view id. Mandatory field!

engine

public abstract String engine
Defines the view engine. Mandatory field!

Default:
"CGID:Parameter ommited"

defaultView

public abstract boolean defaultView
Marks the view as the default view. Set to false by...default!

Default:
false


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.