public final class HTMLCodec extends Object implements CodecFactory, GrailsApplicationAware, InitializingBean
Encodes and decodes strings to and from HTML.
| Modifiers | Name | Description |
|---|---|---|
static String |
CONFIG_PROPERTY_GSP_HTMLCODEC |
| Constructor and description |
|---|
HTMLCodec() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
afterPropertiesSet() |
|
public CodecIdentifier |
getCodecIdentifier() |
|
public CodecIdentifier |
getCodecIdentifier() |
|
public Decoder |
getDecoder() |
|
public Encoder |
getEncoder() |
|
public void |
setGrailsApplication(GrailsApplication grailsApplication) |
|
public void |
setUseLegacyEncoder(boolean useLegacyEncoder) |