Uses of Class
org.directwebremoting.extend.MethodDeclaration

Packages that use MethodDeclaration
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.impl   
 

Uses of MethodDeclaration in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return MethodDeclaration
 MethodDeclaration Module.getMethod(java.lang.String methodName, java.lang.Class<?>... parameterTypes)
          Returns a particular method as matched by the name and parameter types.
 MethodDeclaration Call.getMethodDeclaration()
           
 MethodDeclaration[] Module.getMethods()
          Returns all logical method declarations for the module.
 

Methods in org.directwebremoting.extend with parameters of type MethodDeclaration
 void AccessControl.assertGeneralDisplayable(java.lang.String scriptName, MethodDeclaration method)
          Check the method for accessibility at 'compile-time' (i.e.
 void AccessControl.assertGeneralExecutionIsPossible(java.lang.String scriptName, MethodDeclaration method)
          Check the method for accessibility at runtime, and return an error message if anything is wrong.
 java.lang.Object Module.executeMethod(MethodDeclaration method, java.lang.Object[] parameters)
          Invokes the code behind a logical method declaration, using the supplied parameters.
 void Call.setMethodDeclaration(MethodDeclaration methodDeclaration)
           
 

Constructors in org.directwebremoting.extend with parameters of type MethodDeclaration
ParameterProperty(MethodDeclaration method, int parameterNumber)
           
 

Uses of MethodDeclaration in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl that return MethodDeclaration
 MethodDeclaration CreatorModule.getMethod(java.lang.String methodName, java.lang.Class<?>... parameterTypes)
           
 MethodDeclaration[] CreatorModule.getMethods()
           
 

Methods in org.directwebremoting.impl with parameters of type MethodDeclaration
 void DefaultAccessControl.assertGeneralDisplayable(java.lang.String scriptName, MethodDeclaration method)
           
 void DefaultAccessControl.assertGeneralExecutionIsPossible(java.lang.String scriptName, MethodDeclaration method)
           
 java.lang.Object CreatorModule.executeMethod(MethodDeclaration methodDecl, java.lang.Object[] parameters)
           
 


Copyright ยจ 2008