public class ControllerArtefactHandler extends ArtefactHandlerAdapter
Lookup controllers for uris.
This class is responsible for looking up controller classes for uris.
Lookups are cached in non-development mode, and the cache size can be controlled using the grails.urlmapping.cache.maxsize config property.
| Modifiers | Name | Description |
|---|---|---|
static String |
PLUGIN_NAME |
|
static String |
TYPE |
| Fields inherited from class | Fields |
|---|---|
class ArtefactHandlerAdapter |
allowAbstract, artefactSuffix, grailsClassImpl, grailsClassType, type |
| Constructor and description |
|---|
ControllerArtefactHandler() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
getPluginName() |
|
public boolean |
isArtefact(ClassNode classNode) |
|
public boolean |
isArtefactClass(Class<?> clazz) |
| Methods inherited from class | Name |
|---|---|
class ArtefactHandlerAdapter |
getArtefactForFeature, getPluginName, getType, initialize, isArtefact, isArtefact, isArtefactClass, isArtefactGrailsClass, isArtefactResource, isValidArtefactClassNode, newArtefactClass |