|
|||||||||
| Home >> All >> com >> opencms >> [ htmlconverter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.opencms.htmlconverter
Class CmsHtmlConverterObjectReplaceStrings

java.lang.Objectcom.opencms.htmlconverter.CmsHtmlConverterObjectReplaceContent
com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceStrings
- final class CmsHtmlConverterObjectReplaceStrings
- extends CmsHtmlConverterObjectReplaceContent
Object for replacing Strings. Contains 4 Strings with String to replace, String with new content and prefix and suffix.
- Version:
- 1.0
| Field Summary | |
private java.lang.String |
m_prefix
the prefix will be placed in front of every replaced content |
private java.lang.String |
m_suffix
the suffix will be placed behind every replaced content |
| Constructor Summary | |
protected |
CmsHtmlConverterObjectReplaceStrings()
default constructor creates object with empty Strings |
protected |
CmsHtmlConverterObjectReplaceStrings(java.lang.String sS,
java.lang.String p,
java.lang.String rS,
java.lang.String s)
constructor creates object with parameter values |
| Method Summary | |
protected java.lang.String |
getReplaceItem()
returns the new content |
protected java.lang.String |
getSearchString()
returns the String to be found |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
m_prefix
private java.lang.String m_prefix
- the prefix will be placed in front of every replaced content
m_suffix
private java.lang.String m_suffix
- the suffix will be placed behind every replaced content
| Constructor Detail |
CmsHtmlConverterObjectReplaceStrings
protected CmsHtmlConverterObjectReplaceStrings()
- default constructor creates object with empty Strings
CmsHtmlConverterObjectReplaceStrings
protected CmsHtmlConverterObjectReplaceStrings(java.lang.String sS, java.lang.String p, java.lang.String rS, java.lang.String s)
- constructor creates object with parameter values
| Method Detail |
getReplaceItem
protected java.lang.String getReplaceItem()
- returns the new content
- Overrides:
getReplaceItemin classCmsHtmlConverterObjectReplaceContent
getSearchString
protected java.lang.String getSearchString()
- returns the String to be found
|
|||||||||
| Home >> All >> com >> opencms >> [ htmlconverter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC