|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.router.RoutedClassConfig
Supported API: false
Extendable: false
Field Summary | |
private String |
className
|
private static String |
CLASSNAME
|
private Method |
method
|
private static String |
RESOURCE
|
Constructor Summary | |
RoutedClassConfig()
|
Method Summary | |
private void |
classNameValidate(String a_ClassName)
|
String |
getClassName()
Gets the value of the attribute: className. |
Method |
getMethod()
Gets the value of the attribute: method. |
static RoutedClassConfig |
newRoutedClassConfig(String className,
String prefix)
Supported API: false |
(package private) void |
printConfig()
|
void |
setClassName(String a_ClassName)
Sets the value of the attribute: className. |
void |
setMethod(Method a_Method)
Sets the value of the attribute: method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String className
private Method method
Constructor Detail |
public RoutedClassConfig()
Method Detail |
public String getClassName()
public void setClassName(String a_ClassName) throws WTPropertyVetoException
a_ClassName
-
WTPropertyVetoException
private void classNameValidate(String a_ClassName) throws WTPropertyVetoException
a_ClassName
-
WTPropertyVetoException
public Method getMethod()
public void setMethod(Method a_Method) throws WTPropertyVetoException
a_Method
-
WTPropertyVetoException
public static RoutedClassConfig newRoutedClassConfig(String className, String prefix) throws IOException, WTPropertyVetoException
className
- prefix
-
IOException
WTPropertyVetoException
void printConfig()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |