|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.impl.CreatorModule
public class CreatorModule
An adapter module for Creators.
| Constructor Summary | |
|---|---|
CreatorModule(Creator creator,
AjaxFilterManager ajaxFilterManager,
AccessControl accessControl,
boolean allowImpossibleTests,
java.lang.String accessLogLevel,
boolean debug)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
executeMethod(MethodDeclaration methodDecl,
java.lang.Object[] parameters)
Invokes the code behind a logical method declaration, using the supplied parameters. |
MethodDeclaration |
getMethod(java.lang.String methodName,
java.lang.Class<?>... parameterTypes)
Returns a particular method as matched by the name and parameter types. |
MethodDeclaration[] |
getMethods()
Returns all logical method declarations for the module. |
java.lang.String |
getName()
Returns the name uniquely identifying the module. |
java.lang.Object |
getScopedInstance()
|
boolean |
isCacheable()
Tells whether the module information as described by this interface may change over time, or may be cached. |
java.lang.String |
toString()
Returns a pretty-print friendly string describing the module. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreatorModule(Creator creator,
AjaxFilterManager ajaxFilterManager,
AccessControl accessControl,
boolean allowImpossibleTests,
java.lang.String accessLogLevel,
boolean debug)
| Method Detail |
|---|
public java.lang.String getName()
Module
getName in interface Modulepublic boolean isCacheable()
Module
isCacheable in interface Modulepublic MethodDeclaration[] getMethods()
Module
getMethods in interface Module
public MethodDeclaration getMethod(java.lang.String methodName,
java.lang.Class<?>... parameterTypes)
throws java.lang.NoSuchMethodException,
java.lang.SecurityException
Module
getMethod in interface Modulejava.lang.NoSuchMethodException
java.lang.SecurityException
public java.lang.Object executeMethod(MethodDeclaration methodDecl,
java.lang.Object[] parameters)
throws java.lang.Exception
Module
executeMethod in interface Modulejava.lang.Exception
public java.lang.Object getScopedInstance()
throws java.lang.InstantiationException
java.lang.InstantiationExceptionpublic java.lang.String toString()
Module
toString in interface ModuletoString in class java.lang.Object
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||