Project Wonder 5.0

er.directtoweb.delegates
Annotation Type ERDBranchDelegate.D2WDelegate


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface ERDBranchDelegate.D2WDelegate

Runtime flags for the delegate, so you can have one delegate for all tasks.


Optional Element Summary
 java.lang.String availablePages
          Returns the names of the pages where you can have this method.
 java.lang.String availableTasks
          Returns the names of the tasks where you can have this method.
 java.lang.String scope
          Returns the names of the scope where you can have this method.
 

scope

public abstract java.lang.String scope
Returns the names of the scope where you can have this method. One of "selection,object"

Default:
""

availableTasks

public abstract java.lang.String availableTasks
Returns the names of the tasks where you can have this method. Example "query,select"

Default:
""

availablePages

public abstract java.lang.String availablePages
Returns the names of the pages where you can have this method. Example "ListWebMaster,QueryWebMaster"

Default:
""

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.