public interface ResourceControl<T>
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getControllers()
Returns a list of controllers to be intercepted.
|
T |
retrieve(String id)
Given its id (retrieved from the request parameter %id%), returns an
element from the database or null if its not found.
|
Copyright © 2014 Caelum. All Rights Reserved.