|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.services.ComponentEventRequestParameters
public final class ComponentEventRequestParameters
Encapsulates all the information that may be provided in a component event request URL.
Constructor Summary | |
---|---|
ComponentEventRequestParameters(String activePageName,
String containingPageName,
String nestedComponentId,
String eventType,
EventContext pageActivationContext,
EventContext eventContext)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getActivePageName()
The name of the active page which rendered the link. |
String |
getContainingPageName()
The name of the page containing the component that was triggered. |
EventContext |
getEventContext()
The event context information passed in the URL. |
String |
getEventType()
The type of event. |
String |
getNestedComponentId()
The path from the containing page down to the component in question. |
EventContext |
getPageActivationContext()
The activation context for the active page, possibly empty (but not null). |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ComponentEventRequestParameters(String activePageName, String containingPageName, String nestedComponentId, String eventType, EventContext pageActivationContext, EventContext eventContext)
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public String getActivePageName()
canonicalized
page namepublic String getContainingPageName()
Block
and similar constructs, a component from other than the active
page may be rendered with the active page.
canonicalized
page namepublic String getNestedComponentId()
public String getEventType()
EventConstants.ACTION
) is provided.
public EventContext getPageActivationContext()
ComponentResourcesCommon.triggerContextEvent(String, org.apache.tapestry5.EventContext,
org.apache.tapestry5.ComponentEventCallback)
public EventContext getEventContext()
ComponentResourcesCommon.triggerContextEvent(String, org.apache.tapestry5.EventContext,
org.apache.tapestry5.ComponentEventCallback)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |