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