com.opensymphony.module.sitemesh.html
Interface HTMLProcessorContext


public interface HTMLProcessorContext


Method Summary
 void changeState(State newState)
           
 CharArray currentBuffer()
           
 State currentState()
           
 void mergeBuffer()
           
 CharArray popBuffer()
           
 void pushBuffer(CharArray buffer)
           
 

Method Detail

currentState

public State currentState()

changeState

public void changeState(State newState)

pushBuffer

public void pushBuffer(CharArray buffer)

currentBuffer

public CharArray currentBuffer()

popBuffer

public CharArray popBuffer()

mergeBuffer

public void mergeBuffer()

www.opensymphony.com/sitemesh/