|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfreemarker.template.InputSource
freemarker.template.StringInputSource
public class StringInputSource
Provides a String
to be compiled into a FM-Classic template.
Field Summary |
---|
Fields inherited from class freemarker.template.InputSource |
---|
encoding, reader, stream |
Constructor Summary | |
---|---|
StringInputSource()
Create an empty StringInputSource. |
|
StringInputSource(java.lang.String source)
Create a StringInputSource with the supplied String data. |
Method Summary | |
---|---|
void |
setString(java.lang.String source)
Set the String data to be provided by this StringInputSource. |
Methods inherited from class freemarker.template.InputSource |
---|
getEncoding, getInputStream, getReader, setEncoding, setInputStream, setReader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringInputSource()
public StringInputSource(java.lang.String source)
String
data.
source
- the String data for this StringInputSourceMethod Detail |
---|
public void setString(java.lang.String source)
String
data to be provided by this StringInputSource.
source
- the String source for this StringInputSource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |