nl.pbemengine.engine.ng.blueprint.config
Annotation Type WebInterfaceConfiguration


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface WebInterfaceConfiguration

Configuration annotation for creation web actions and global result mappings

Author:
Jeroen Steenbeeke

Optional Element Summary
 WebActionMapping[] actions
          A list of actions to be mapped to certain keywords.
 WebResultMapping[] globalResults
          A list of WebResultMappings that supercede those of individual mappings.
 

globalResults

public abstract WebResultMapping[] globalResults
A list of WebResultMappings that supercede those of individual mappings. If an action returns a result that is available in this set, it will be dealt with according to the resultmapping here

Returns:
An array of WebResultMapping annotations
Default:
{}

actions

public abstract WebActionMapping[] actions
A list of actions to be mapped to certain keywords.

Returns:
An array of WebActionMapping annotations
Default:
{}


Copyright © 2008. All Rights Reserved.