public class XhtmlMessageConverter extends Object
Constructor and Description |
---|
XhtmlMessageConverter() |
Modifier and Type | Method and Description |
---|---|
String |
convert(String messagePayload)
Converts message to XHTML conform representation.
|
org.springframework.core.io.Resource |
getTidyConfiguration()
Gets the tidyConfiguration.
|
org.w3c.tidy.Tidy |
getTidyInstance()
Gets the tidyInstance.
|
void |
initialize()
Initialize tidy from configuration.
|
void |
setTidyConfiguration(org.springframework.core.io.Resource tidyConfiguration)
Sets the tidyConfiguration.
|
void |
setTidyInstance(org.w3c.tidy.Tidy tidyInstance)
Sets the tidyInstance.
|
public String convert(String messagePayload)
messagePayload
- public void initialize()
IOException
public org.w3c.tidy.Tidy getTidyInstance()
public void setTidyInstance(org.w3c.tidy.Tidy tidyInstance)
tidyInstance
- the tidyInstance to setpublic org.springframework.core.io.Resource getTidyConfiguration()
public void setTidyConfiguration(org.springframework.core.io.Resource tidyConfiguration)
tidyConfiguration
- the tidyConfiguration to setCopyright © 2008–2017 ConSol Software GmbH. All rights reserved.