org.directwebremoting.annotations |
Provides annotations support for DWR. |
Java Source File Name | Type | Comment |
AnnotationsConfigurator.java | Class | A Configurator that works off Annotations. |
Auth.java | Annotation | Restrict remote access to a method to users authorized under a certain J2EE role. |
DataTransferObject.java | Annotation | Convert a class to JavaScript and back. |
Filter.java | Annotation | Filter remote accesses to a class. |
Filters.java | Annotation | Filter remote accesses to a class. |
GlobalFilter.java | Annotation | A global filter that filters all remote accesses to classes. |
package-info.java | | |
Param.java | Annotation | A parameter consisting of a name/value pair. |
RemoteMethod.java | Annotation | Make method available for remote access. |
RemoteProperty.java | Annotation | Make property available for remote access. |
RemoteProxy.java | Annotation | Make a class available for remote access. |
ScriptScope.java | enum | A scripting scope. |