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, assemblyStartingcartridgeError, cartridgeInitializeComplete, cartridgeInitializeStarting, cartridgePreprocessComplete, cartridgePreprocessStarting, cartridgeProcessComplete, cartridgeProcessStartingpublic 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)
RequestEventListenerThis 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 RequestEventListenerrequestEvent - The event for the current requestrootContentItem - The assembler outputCopyright © 2013, Oracle and/or its affiliates. All rights reserved.