|
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.JspBestPerformanceBase
public abstract class JspBestPerformanceBase
This class is not designed for direct usage by Jsp Developers. It is extended by the Jsp Implementation Class to provide logic for loading the static contents of the jsp page from a resource file.
| Field Summary | |
|---|---|
static int |
VERSION
|
| Fields inherited from class com.prosyst.mbs.services.http.jsp.JspServletBase |
|---|
_jspTagPool, config |
| Constructor Summary | |
|---|---|
JspBestPerformanceBase()
|
|
| Method Summary | |
|---|---|
void |
_jspDecode(int startPos,
int endPos,
JspMagicWriter writer)
This method is called by the Jsp Implementation class when lz compression was used to generate the static contents. |
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 |
jspDestroy()
Clears this object variables. |
static int |
readInt(java.io.InputStream is,
byte[] hlp)
|
| Methods inherited from class com.prosyst.mbs.services.http.jsp.JspServletBase |
|---|
_jspGetTag, _jspReleaseTag, destroy, getServletConfig, getServletInfo, init, jspInit, service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int VERSION
| Constructor Detail |
|---|
public JspBestPerformanceBase()
| Method Detail |
|---|
public void _jspSetResourceName(java.lang.String resName)
JspMagicBase
_jspSetResourceName in interface JspMagicBaseresName - static contents resource fileJspMagicBase._jspSetResourceName
public void _jspDecode(int startPos,
int endPos,
JspMagicWriter writer)
throws java.io.IOException
startPos - pattern position according to index tableendPos - pattern end position according to index table
java.io.IOException
public void _jspPrintBytes(int startPos,
int len,
JspMagicWriter writer)
throws java.io.IOException
JspMagicBase
_jspPrintBytes in interface JspMagicBasestartPos - pos in the internal structure, that keeps static contentslen - number of bytes to write
java.io.IOExceptionJspMagicBase._jspPrintBytes
public void _jspPrintBytes(byte[] b,
int off,
int length,
JspMagicWriter writer)
throws java.io.IOException
JspMagicBase
_jspPrintBytes in interface JspMagicBasejava.io.IOException
public static int readInt(java.io.InputStream is,
byte[] hlp)
throws java.io.IOException
java.io.IOExceptionpublic void jspDestroy()
jspDestroy in class JspServletBase
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||