public final class ComponentEventRequestParameters extends Object
Constructor and Description |
---|
ComponentEventRequestParameters(String activePageName,
String containingPageName,
String nestedComponentId,
String eventType,
EventContext pageActivationContext,
EventContext eventContext) |
Modifier and Type | Method and Description |
---|---|
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() |
public ComponentEventRequestParameters(String activePageName, String containingPageName, String nestedComponentId, String eventType, EventContext pageActivationContext, EventContext eventContext)
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()
public EventContext getEventContext()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.