org.skyscreamer.yoga.listener
Class MetadataLinkListener
java.lang.Object
org.skyscreamer.yoga.listener.MetadataLinkListener
- All Implemented Interfaces:
- RenderingListener
public class MetadataLinkListener
- extends Object
- implements RenderingListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataLinkListener
public MetadataLinkListener()
MetadataLinkListener
public MetadataLinkListener(MetaDataRegistry metaDataRegistry)
setMetaDataRegistry
public void setMetaDataRegistry(MetaDataRegistry metaDataRegistry)
eventOccurred
public <T> void eventOccurred(RenderingEvent<T> event)
throws IOException
- Description copied from interface:
RenderingListener
- The eventOccurred method is invoked by Yoga on each RenderingListener in the application's registry
before the response data is returned to the user
- Specified by:
eventOccurred in interface RenderingListener
- Parameters:
event - The RenderingEvent object provides the RenderingListener with context information about the
Yoga call, including the HTTP request and response, the selectors used, and the response data
- Throws:
IOException
Copyright © 2013. All Rights Reserved.