org.skyscreamer.yoga.listener
Class NavigationLinksListener
java.lang.Object
org.skyscreamer.yoga.listener.NavigationLinksListener
- All Implemented Interfaces:
- RenderingListener
public class NavigationLinksListener
- extends Object
- implements RenderingListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationLinksListener
public NavigationLinksListener()
NavigationLinksListener
@Deprecated
public NavigationLinksListener(HrefListener hrefListener)
- Deprecated.
NavigationLinksListener
public NavigationLinksListener(UriGenerator uriGenerator)
setHrefListener
@Deprecated
public void setHrefListener(HrefListener hrefListener)
- Deprecated.
setUriGenerator
public void setUriGenerator(UriGenerator uriGenerator)
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
getNonSelectedFields
public <T> Collection<Property<T>> getNonSelectedFields(Selector selector,
Class<T> instanceType,
Object instance)
Copyright © 2013. All Rights Reserved.