public class JavaScriptMethod extends Object
| Constructor and Description |
|---|
JavaScriptMethod(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAttribute() |
Class |
getClazz() |
Method |
getMethod() |
String |
getMethodName() |
String |
getName() |
void |
setAttribute(int attribute) |
void |
setClazz(Class clazz) |
void |
setMethodName(String methodName) |
void |
setName(String name) |
public JavaScriptMethod(String name)
public String getName()
public void setName(String name)
public Class getClazz()
public void setClazz(Class clazz)
public String getMethodName()
public void setMethodName(String methodName)
public Method getMethod() throws ScriptException
ScriptExceptionpublic int getAttribute()
public void setAttribute(int attribute)
Copyright © 2015 WSO2 Inc. All rights reserved.