|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prosyst.mbs.services.http.jsp.JspServletBase
com.prosyst.mbs.services.http.jsp.JspLeastMemoryBase
public abstract class JspLeastMemoryBase
Not for direct usage by developers! This class is extended by the Jsp Implementation class when the Jsp Tool is used with "least memory" option. It provides logic for reading the jsp static contents from a resource file at each client request.
| Field Summary |
|---|
| Fields inherited from class com.prosyst.mbs.services.http.jsp.JspServletBase |
|---|
_jspTagPool, config |
| Constructor Summary | |
|---|---|
JspLeastMemoryBase()
|
|
| Method Summary | |
|---|---|
void |
_jspPrintBytes(byte[] b,
int off,
int length,
JspMagicWriter writer)
Prints length bytes, starting at position offset from the byte array b. |
void |
_jspPrintBytes(int startPos,
int len,
JspMagicWriter writer)
Prints len bytes, starting at startPos in the static resource contents. |
void |
_jspSetResourceName(java.lang.String resName)
Invoked by the Jsp Implementation Class to set the name of the resource file with the jsp static contents. |
void |
service(ServletRequest request,
ServletResponse response)
Delegates request service to HttpJspPage.jspService. |
| Methods inherited from class com.prosyst.mbs.services.http.jsp.JspServletBase |
|---|
_jspGetTag, _jspReleaseTag, destroy, getServletConfig, getServletInfo, init, jspDestroy, jspInit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JspLeastMemoryBase()
| Method Detail |
|---|
public void _jspSetResourceName(java.lang.String resName)
JspMagicBase
_jspSetResourceName in interface JspMagicBaseresName - JspMagicBase._jspSetResourceName
public final void service(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
service in class JspServletBaserequest - response -
ServletException
java.io.IOException
public void _jspPrintBytes(byte[] b,
int off,
int length,
JspMagicWriter writer)
throws java.io.IOException
JspMagicBase
_jspPrintBytes in interface JspMagicBaseb - off - length -
java.io.IOExceptionJspMagicBase._jspPrintBytes
public void _jspPrintBytes(int startPos,
int len,
JspMagicWriter writer)
throws java.io.IOException
JspMagicBase
_jspPrintBytes in interface JspMagicBasestartPos - len -
java.io.IOExceptionJspMagicBase._jspPrintBytes
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||