org.apache.myfaces.renderkit.html.util
Class DefaultAddResource.ParseCallbackListener

java.lang.Object
  extended by org.apache.myfaces.renderkit.html.util.DefaultAddResource.ParseCallbackListener
All Implemented Interfaces:
CallbackListener
Enclosing class:
DefaultAddResource

protected static class DefaultAddResource.ParseCallbackListener
extends Object
implements CallbackListener


Constructor Summary
DefaultAddResource.ParseCallbackListener()
           
 
Method Summary
 void attribute(int charIndex, int tagIdentifier, String key, String value)
           
 void closedEndTag(int charIndex, int tagIdentifier)
           
 void closedStartTag(int charIndex, int tagIdentifier)
           
 int getAfterBodyContentInsertPosition()
           
 int getAfterBodyEndPosition()
           
 int getBeforeBodyPosition()
           
 int getBodyInsertPosition()
           
 int getHeaderInsertPosition()
           
 void openedEndTag(int charIndex, int tagIdentifier)
           
 void openedStartTag(int charIndex, int tagIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAddResource.ParseCallbackListener

public DefaultAddResource.ParseCallbackListener()
Method Detail

openedStartTag

public void openedStartTag(int charIndex,
                           int tagIdentifier)
Specified by:
openedStartTag in interface CallbackListener

closedStartTag

public void closedStartTag(int charIndex,
                           int tagIdentifier)
Specified by:
closedStartTag in interface CallbackListener

openedEndTag

public void openedEndTag(int charIndex,
                         int tagIdentifier)
Specified by:
openedEndTag in interface CallbackListener

closedEndTag

public void closedEndTag(int charIndex,
                         int tagIdentifier)
Specified by:
closedEndTag in interface CallbackListener

attribute

public void attribute(int charIndex,
                      int tagIdentifier,
                      String key,
                      String value)
Specified by:
attribute in interface CallbackListener

getHeaderInsertPosition

public int getHeaderInsertPosition()

getBodyInsertPosition

public int getBodyInsertPosition()

getBeforeBodyPosition

public int getBeforeBodyPosition()

getAfterBodyContentInsertPosition

public int getAfterBodyContentInsertPosition()

getAfterBodyEndPosition

public int getAfterBodyEndPosition()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.