|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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(java.lang.String activePageName,
java.lang.String containingPageName,
java.lang.String nestedComponentId,
java.lang.String eventType,
EventContext pageActivationContext,
EventContext eventContext)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getActivePageName()
The name of the active page which rendered the link. |
java.lang.String |
getContainingPageName()
The name of the page containing the component that was triggered. |
EventContext |
getEventContext()
The event context information passed in the URL. |
java.lang.String |
getEventType()
The type of event. |
java.lang.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). |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentEventRequestParameters(java.lang.String activePageName,
java.lang.String containingPageName,
java.lang.String nestedComponentId,
java.lang.String eventType,
EventContext pageActivationContext,
EventContext eventContext)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String getActivePageName()
canonicalized page namepublic java.lang.String getContainingPageName()
Block and similar constructs, a component from other than the active
page may be rendered with the active page.
canonicalized page namepublic java.lang.String getNestedComponentId()
public java.lang.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 | |||||||||