com.cc.framework.util.parser
Interface JspHandler

All Superinterfaces:
HtmlHandler
All Known Implementing Classes:
DefaultHandler, NullHandler

public interface JspHandler
extends HtmlHandler

JSP Handler

Author:
Harald Schulz

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

handleJspComment

public void handleJspComment(char[] ch,
                             int start,
                             int length)
Is called to process a JSP comment

Parameters:
ch - the character buffer
start - the starting index within the buffer
length - the number of characters

handleJspScriptlet

public void handleJspScriptlet(int type,
                               char[] ch,
                               int start,
                               int length)
Is called to process a JSP scriptlet

Parameters:
type - the type of the scriptlet (JSP_xxxx)
ch - the character buffer
start - the starting index within the buffer
length - the number of characters

handleJspDirective

public void handleJspDirective(java.lang.String directive,
                               HtmlAttributes attributes)
Is called for a JSP directive

Parameters:
directive - the directive name
attributes - the attribute list of the element


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.