public class ScaffoldingRuntimeHints extends java.lang.Object implements RuntimeHintsRegistrar
Registers the controller a scaffolded resource is served by.
Its actions are reached through Groovy, including the protected ones it defines for the write operations, so an image that keeps only the members something asked for serves the pages and then fails on the request that saves or removes a record.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
registerHints(RuntimeHints hints, java.lang.ClassLoader classLoader) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |