public class ResinType
extends java.lang.Object
Constructor and Description |
---|
ResinType() |
Modifier and Type | Method and Description |
---|---|
void |
addText(java.lang.String value)
Adds the text value to the signature.
|
java.lang.Object |
create(java.lang.Class targetClass)
Creates the object.
|
java.lang.String |
getClassName()
Returns the class name.
|
java.lang.String |
getSignature()
Returns the signature.
|
void |
init()
Initialize the signature.
|
public java.lang.String getSignature()
public java.lang.String getClassName()
public void addText(java.lang.String value)
@PostConstruct public void init() throws ConfigException
ConfigException
public java.lang.Object create(java.lang.Class targetClass) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException, ConfigException, java.lang.reflect.InvocationTargetException, ELException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
ConfigException
java.lang.reflect.InvocationTargetException
ELException