|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.scaffolding.DefaultGrailsResponseHandlerFactory
public class DefaultGrailsResponseHandlerFactory
The default implementation of a ScaffoldResponseHandlerFactory that uses the uri extension to look-up an appropriate response handler. If none exists for the uri suffix it returns the default response handler
Constructor Summary | |
---|---|
DefaultGrailsResponseHandlerFactory(GrailsApplication application,
ScaffoldResponseHandler defaultResponseHandler)
|
Method Summary | |
---|---|
ScaffoldResponseHandler |
getScaffoldResponseHandler(java.lang.String uri)
Retrieves a scaffold response handler for the specified uri |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultGrailsResponseHandlerFactory(GrailsApplication application, ScaffoldResponseHandler defaultResponseHandler)
Method Detail |
---|
public ScaffoldResponseHandler getScaffoldResponseHandler(java.lang.String uri)
ScaffoldResponseHandlerFactory
getScaffoldResponseHandler
in interface ScaffoldResponseHandlerFactory
uri
- The URI of the ScaffoldResponseHandler to look-up
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |