public class LinkActionResourceConsumer extends java.lang.Object implements ControllerResourceConsumer<LinkAction,java.lang.Object>
| Constructor and Description |
|---|
LinkActionResourceConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeResource(LinkAction annotation,
java.lang.Object resource,
ViewContext<?> context) |
java.lang.Class<LinkAction> |
getSupportedAnnotation() |
public void consumeResource(LinkAction annotation, java.lang.Object resource, ViewContext<?> context)
consumeResource in interface ControllerResourceConsumer<LinkAction,java.lang.Object>public java.lang.Class<LinkAction> getSupportedAnnotation()
getSupportedAnnotation in interface ControllerResourceConsumer<LinkAction,java.lang.Object>