@groovy.transform.CompileStatic class PropertyEditorRegistryUtils extends java.lang.Object
Modifiers | Name | Description |
---|---|---|
private static java.lang.String |
JSON_DATE_FORMAT |
|
private static java.lang.String |
PROPERTY_EDITOR_REGISTRARS |
Constructor and description |
---|
PropertyEditorRegistryUtils
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
registerCustomEditors(GrailsWebRequest grailsWebRequest, org.springframework.beans.PropertyEditorRegistry registry, java.util.Locale locale) Registers all known |
|
private static void |
registerCustomEditorsFromContext(javax.servlet.ServletContext servletContext, org.springframework.beans.PropertyEditorRegistry registry) Collects all PropertyEditorRegistrars in the application context and calls them to register their custom editors |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Registers all known
Collects all PropertyEditorRegistrars in the application context and calls them to register their custom editors
registry
- The PropertyEditorRegistry instance