|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.enhance.InjectListenerRegistrationWorker
public class InjectListenerRegistrationWorker
Checks to see if the component implements a specific interface, and adds code to the component's finishLoad() method to register (with the page) for such notifications.
Constructor Summary | |
---|---|
InjectListenerRegistrationWorker()
|
Method Summary | |
---|---|
void |
performEnhancement(EnhancementOperation op,
IComponentSpecification spec)
|
void |
setListenerInterface(java.lang.Class listenerInterface)
|
void |
setRegisterMethodName(java.lang.String registerMethodName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InjectListenerRegistrationWorker()
Method Detail |
---|
public void performEnhancement(EnhancementOperation op, IComponentSpecification spec)
performEnhancement
in interface EnhancementWorker
public void setListenerInterface(java.lang.Class listenerInterface)
public void setRegisterMethodName(java.lang.String registerMethodName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |