|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.enhance.ComponentConstructorImpl
public class ComponentConstructorImpl
Constructor Summary | |
---|---|
ComponentConstructorImpl(java.lang.reflect.Constructor constructor,
java.lang.Object[] parameters,
java.lang.String classFabString,
org.apache.hivemind.Location location)
News instance of this class. |
Method Summary | |
---|---|
java.lang.Class |
getComponentClass()
Returns the class actually instantiated (which may be an enhanced subclass). |
java.lang.Object |
newInstance()
Requests that a new instance of the component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentConstructorImpl(java.lang.reflect.Constructor constructor, java.lang.Object[] parameters, java.lang.String classFabString, org.apache.hivemind.Location location)
constructor
- the constructor method to invokeparameters
- the parameters to pass to the constructor. These are retained, not copied.classFabString
- a string representing the generated class information, used for exception
reportinglocation
- the location, used for exception reportingMethod Detail |
---|
public java.lang.Class getComponentClass()
ComponentConstructor
getComponentClass
in interface ComponentConstructor
public java.lang.Object newInstance()
ComponentConstructor
newInstance
in interface ComponentConstructor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |