|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopointng.template.AbstractTemplateDataSource
echopointng.template.StringTemplateDataSource
public class StringTemplateDataSource
StringTemplateDataSource takes it template
data from a String object.
| Field Summary |
|---|
| Fields inherited from class echopointng.template.AbstractTemplateDataSource |
|---|
DEFAULT_ACCESS_TIMEOUT, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_TIME_TO_LIVE |
| Constructor Summary | |
|---|---|
StringTemplateDataSource()
Constructs a StringTemplateDataSource
with no String template data. |
|
StringTemplateDataSource(java.lang.String s)
Creates a StringTemplateDataSource with
Unicode character encoding. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCanonicalName()
Returns a canonical name of this TemplateDataSource. |
java.io.InputStream |
getInputStream()
Gets an InputStream of this TemplateDataSource. |
java.lang.String |
getString()
|
void |
setString(java.lang.String string)
|
| Methods inherited from class echopointng.template.AbstractTemplateDataSource |
|---|
getCachingHints, getCharacterEncoding, getContentType, setCachingHints, setCharacterEncoding, setContentType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringTemplateDataSource(java.lang.String s)
StringTemplateDataSource with
Unicode character encoding.
public StringTemplateDataSource()
StringTemplateDataSource
with no String template data.
| Method Detail |
|---|
public java.lang.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 java.io.InputStream getInputStream()
throws java.io.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 ..
java.io.IOExceptionTemplateDataSource.getInputStream()public java.lang.String getString()
public void setString(java.lang.String string)
string - The string to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||