org.loom.validator
Interface LinkDecorator

All Known Implementing Classes:
DefaultSecurityInterceptor, DefaultSSLPolicyInterceptor, Event, InterceptorProxy

public interface LinkDecorator

Modify links that point to a certain action and event, based on metadata contained by the implementing class.


Method Summary
 void decorate(Link link)
          Modify a link pointing here.
 

Method Detail

decorate

void decorate(Link link)
Modify a link pointing here.