|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JspMagicBase
This class is not designed for direct usage by Jsp Developers. It is used by the Jsp Tool to provide a base for Jsp Implementation Classes, which should read their static contents from a resource file.
| Method Summary | |
|---|---|
void |
_jspPrintBytes(byte[] b,
int off,
int length,
JspMagicWriter wr)
Prints length bytes, starting at position offset from the byte array b. |
void |
_jspPrintBytes(int startPos,
int len,
JspMagicWriter wr)
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. |
| Method Detail |
|---|
void _jspSetResourceName(java.lang.String resName)
resName - static contents resource file
void _jspPrintBytes(int startPos,
int len,
JspMagicWriter wr)
throws java.io.IOException
startPos - pos in the internal structure, that keeps static contentslen - number of bytes to write
java.io.IOException
void _jspPrintBytes(byte[] b,
int off,
int length,
JspMagicWriter wr)
throws java.io.IOException
b - off - length -
java.io.IOException
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||