|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.template.AbstractTemplateDataSource
echopoint.template.StringTemplateDataSource
public class StringTemplateDataSource
StringTemplateDataSource takes it template
data from a String object.
| Field Summary |
|---|
| Fields inherited from class echopoint.template.AbstractTemplateDataSource |
|---|
DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING |
| Constructor Summary | |
|---|---|
StringTemplateDataSource()
Constructs a StringTemplateDataSource
with no String template data. |
|
StringTemplateDataSource(String s)
Creates a StringTemplateDataSource with
Unicode character encoding. |
|
| Method Summary | |
|---|---|
String |
getCanonicalName()
Returns a canonical name of this TemplateDataSource. |
InputStream |
getInputStream()
Gets an InputStream of this
TemplateDataSource. |
String |
getString()
|
void |
setString(String string)
|
| Methods inherited from class echopoint.template.AbstractTemplateDataSource |
|---|
getCachingHints, getCharacterEncoding, getCompilerHints, getContentType, setCachingHints, setCharacterEncoding, setCompilerHints, setContentType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringTemplateDataSource(String s)
StringTemplateDataSource with
Unicode character encoding.
public StringTemplateDataSource()
StringTemplateDataSource
with no String template data.
| Method Detail |
|---|
public String getCanonicalName()
TemplateDataSourceTemplateDataSource.
The name returned here is used to look up the parsing result of the
internal caching, so it should differ for all different
TemplateDataSource objects :-)
May return null if this TemplateDataSource is supposed to
be parsed each time. The canonical name would be something like a
filename or an URL.
TemplateDataSourceTemplateDataSource.getCanonicalName()
public InputStream getInputStream()
throws IOException
TemplateDataSourceInputStream of this
TemplateDataSource.
Note that this method may be called multiple times in the life
of the TemplateDataSource. So you probably have to
implement a buffer if your underlying data source is transient ..
IOExceptionTemplateDataSource.getInputStream()public String getString()
public void setString(String string)
string - The string to set.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||