| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaticPageContentHandler
Callback handler interface that is called by the parser to signal the semantical structure of the markup document. Only those tags that are important for SPA are signaled.
This interface is designed to be implemented by clients. |
Method Summary | |
---|---|
void | characters(char[] ch,
int start,
int length)
Signals a character sequence that does not contain any important semantic. |
void | endDocument()
Signaled after the parsing is complete. |
void | endPortletContainer(java.lang.String name)
Signals the end of a portlet container. |
void | endPortletWindow(java.lang.String name)
Signals the end of a portlet window. |
void | startDocument(boolean bIsPageEmbedType)
Signaled before any other event is thrown. |
void | startPortletContainer(java.lang.String name,
org.xml.sax.Attributes attrs)
Signals the start of a portlet container. |
void | startPortletWindow(java.lang.String name,
java.lang.String definition,
org.xml.sax.Attributes attrs)
Signals the start of a portlet window. |
Method Detail |
---|
void characters(char[] ch, int start, int length) throws java.io.IOException
void endDocument() throws java.io.IOException
void endPortletContainer(java.lang.String name) throws java.io.IOException
void endPortletWindow(java.lang.String name) throws java.io.IOException
void startDocument(boolean bIsPageEmbedType) throws java.io.IOException
void startPortletContainer(java.lang.String name, org.xml.sax.Attributes attrs) throws java.io.IOException
void startPortletWindow(java.lang.String name, java.lang.String definition, org.xml.sax.Attributes attrs) throws java.io.IOException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |