|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.template.TplExpander
to.etc.template.ServletTplExpander
@Deprecated public class ServletTplExpander
VERY OLD - DO NOT USE
Field Summary | |
---|---|
protected javax.servlet.http.HttpServletRequest |
m_req
Deprecated. |
protected javax.servlet.http.HttpServletResponse |
m_res
Deprecated. |
Fields inherited from class to.etc.template.TplExpander |
---|
m_cb, m_hostname, m_hostport, m_hosturl, m_servlet_basepath, m_servlet_fullpath |
Constructor Summary | |
---|---|
ServletTplExpander(TplCallback cb)
Deprecated. |
|
ServletTplExpander(TplCallback cb,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. |
Method Summary | |
---|---|
void |
expand(java.io.InputStream is)
Deprecated. Expands the template from the input-stream to the output-stream, using the specified context. |
protected java.lang.Object |
findPredef(java.lang.String name)
Deprecated. If the name passed is a predefined name this function will return the result object for the name. |
int |
getParmInt(java.lang.String name)
Deprecated. |
java.lang.String |
getParmStr(java.lang.String name)
Deprecated. |
java.lang.String |
getParmStr(java.lang.String name,
boolean req)
Deprecated. |
protected java.lang.String |
getServletFullPath()
Deprecated. |
protected void |
handlerInit()
Deprecated. This gets called directly after the 1st request is received. |
protected java.lang.Object |
locateName(java.lang.String name)
Deprecated. Locates a root name. |
void |
putFormAs(java.lang.String name)
Deprecated. This method posts the "get from form" method for fields. |
protected void |
setNoCache()
Deprecated. Makes sure the document is not cached at the client's station. |
Methods inherited from class to.etc.template.TplExpander |
---|
expand, expand, expand, findName, putDummy, putGetter, slconc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.servlet.http.HttpServletRequest m_req
protected javax.servlet.http.HttpServletResponse m_res
Constructor Detail |
---|
public ServletTplExpander(TplCallback cb)
public ServletTplExpander(TplCallback cb, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
Method Detail |
---|
public java.lang.String getParmStr(java.lang.String name)
public java.lang.String getParmStr(java.lang.String name, boolean req) throws javax.servlet.ServletException
javax.servlet.ServletException
public int getParmInt(java.lang.String name)
protected void setNoCache()
protected void handlerInit()
protected java.lang.String getServletFullPath()
public void expand(java.io.InputStream is) throws java.lang.Exception
java.lang.Exception
protected java.lang.Object findPredef(java.lang.String name)
findPredef
in class TplExpander
protected java.lang.Object locateName(java.lang.String name) throws TplException
locateName
in class TplExpander
TplException
public void putFormAs(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |