public class CanonicalLinkBuilder extends RequestEventListener
Constructor and Description |
---|
CanonicalLinkBuilder() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getIncludedParameters() |
String |
getNavigationStateId() |
ObjectLocator |
getObjectLocator() |
String |
getRecordStateId() |
void |
handleAssemblerRequestEvent(RequestEvent requestEvent,
ContentItem rootContentItem)
This method is invoked when an
Assembler invocation is
complete and the corresponding RequestEvent is fully
populated. |
void |
setIncludedParameters(List<String> includedParameters) |
void |
setNavigationStateId(String navigationStateId) |
void |
setObjectLocator(ObjectLocator objectLocator) |
void |
setRecordStateId(String recordStateId) |
assemblyComplete, assemblyError, assemblyStarting
cartridgeError, cartridgeInitializeComplete, cartridgeInitializeStarting, cartridgePreprocessComplete, cartridgePreprocessStarting, cartridgeProcessComplete, cartridgeProcessStarting
public ObjectLocator getObjectLocator()
public void setObjectLocator(ObjectLocator objectLocator)
public String getRecordStateId()
public void setRecordStateId(String recordStateId)
public String getNavigationStateId()
public void setNavigationStateId(String navigationStateId)
public void handleAssemblerRequestEvent(RequestEvent requestEvent, ContentItem rootContentItem)
RequestEventListener
This method is invoked when an Assembler
invocation is
complete and the corresponding RequestEvent
is fully
populated.
Subclasses should implement this method to do whatever it is their purpose to do with the RequestEvent. For example:
handleAssemblerRequestEvent
in class RequestEventListener
requestEvent
- The event for the current requestrootContentItem
- The assembler outputCopyright © 2013, Oracle and/or its affiliates. All rights reserved.