@UsesOrderedConfiguration(value=ComponentEventLinkTransformer.class) public interface ComponentEventLinkTransformer
Link used to represent a component event request.
 This is a service, but also the contribution to the service, as a chain of command.
 This transformer follows the same pattern as PageRenderLinkTransformer.| Modifier and Type | Method and Description | 
|---|---|
| ComponentEventRequestParameters | decodeComponentEventRequest(Request request)Attempts to decode the page render request, to perform the opposite action for
  transformComponentEventLink(Link, ComponentEventRequestParameters). | 
| Link | transformComponentEventLink(Link defaultLink,
                           ComponentEventRequestParameters parameters)Allows the default Link created for the component event request to be replaced. | 
Link transformComponentEventLink(Link defaultLink, ComponentEventRequestParameters parameters)
defaultLink - the default Link generated for a component event requestparameters - used to create the default LinkComponentEventRequestParameters decodeComponentEventRequest(Request request)
transformComponentEventLink(Link, ComponentEventRequestParameters). The transformer
 is also responsible for identifying the locale in the request (as part of the path, or as a
 query parameter or cookie) and setting the locale for the request.
 This method will be invoked from the ComponentEventDispatcher and a non-null value returned from this
 method will prevent the default
 ComponentEventLinkEncoder.decodeComponentEventRequest(Request) method
 from being invoked.LocalizationSetter.setLocaleFromLocaleName(String)5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.