|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface RemoteProxy
Make a class available for remote access.
Optional Element Summary | |
---|---|
java.lang.Class<? extends Creator> |
creator
Creator that creates instances of the class (default: " new " creator). |
Param[] |
creatorParams
Parameters for the creator. |
java.lang.String |
name
Name of the JavaScript variable (default: the simple class name without package). |
ScriptScope |
scope
Scope of the JavaScript variable (default: PAGE). |
public abstract java.lang.String name
public abstract java.lang.Class<? extends Creator> creator
new
" creator).
public abstract Param[] creatorParams
public abstract ScriptScope scope
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |