|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JSP Handler
Field Summary |
Fields inherited from interface com.cc.framework.util.parser.HtmlHandler |
JSP_DECLARATION, JSP_EXPRESSION, JSP_SCRIPT, M_CLOSING, M_INLINE, M_OPENING |
Method Summary | |
void |
handleJspComment(char[] ch,
int start,
int length)
Is called to process a JSP comment |
void |
handleJspDirective(java.lang.String directive,
HtmlAttributes attributes)
Is called for a JSP directive |
void |
handleJspScriptlet(int type,
char[] ch,
int start,
int length)
Is called to process a JSP scriptlet |
Methods inherited from interface com.cc.framework.util.parser.HtmlHandler |
handleCharacters, handleComment, handleDocument, handleElement, handleEntity |
Method Detail |
public void handleJspComment(char[] ch, int start, int length)
ch
- the character bufferstart
- the starting index within the bufferlength
- the number of characterspublic void handleJspScriptlet(int type, char[] ch, int start, int length)
type
- the type of the scriptlet (JSP_xxxx)ch
- the character bufferstart
- the starting index within the bufferlength
- the number of characterspublic void handleJspDirective(java.lang.String directive, HtmlAttributes attributes)
directive
- the directive nameattributes
- the attribute list of the element
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |