Expresso 5-6

Uses of Class
com.jcorporate.expresso.kernel.util.FastStringBuffer

Packages that use FastStringBuffer
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
com.jcorporate.expresso.core.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
com.jcorporate.expresso.core.db Database Java Objects for establishing database connections and connection pooling Also contains all Exceptions used for Data Access while working with Expresso. 
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.core.misc Miscellaneous objects for file manipulation, running OS processes, etc 
com.jcorporate.expresso.core.security.filters Contains the mechanisms to filter malicious control characters from strings before being sent to a browser. 
com.jcorporate.expresso.ext.taglib This package contains an abundance of Expresso specific tags. 
com.jcorporate.expresso.kernel.util This package contains utility classes that assist in the operation of the kernel package and any other Expresso classes. 
 

Uses of FastStringBuffer in com.jcorporate.expresso.core.controller
 

Methods in com.jcorporate.expresso.core.controller that return FastStringBuffer
 FastStringBuffer Block.toXML(FastStringBuffer stream)
          Concert the object to an xml fragment.
protected  FastStringBuffer Block.toNestedXML(FastStringBuffer stream, String blockLabel, Vector elements)
           
 FastStringBuffer Transition.toXML(FastStringBuffer stream)
          Convert the object to an xml fragment.
 FastStringBuffer Output.toXML(FastStringBuffer stream)
          Concert the object to an xml fragment.
 FastStringBuffer Input.toXML(FastStringBuffer stream)
          Concert the object to an xml fragment.
 FastStringBuffer ControllerElement.toXML(FastStringBuffer stream)
          Convert the object to an xml fragment.
 

Methods in com.jcorporate.expresso.core.controller with parameters of type FastStringBuffer
 FastStringBuffer Block.toXML(FastStringBuffer stream)
          Concert the object to an xml fragment.
protected  FastStringBuffer Block.toNestedXML(FastStringBuffer stream, String blockLabel, Vector elements)
           
 FastStringBuffer Transition.toXML(FastStringBuffer stream)
          Convert the object to an xml fragment.
 FastStringBuffer Output.toXML(FastStringBuffer stream)
          Concert the object to an xml fragment.
 FastStringBuffer Input.toXML(FastStringBuffer stream)
          Concert the object to an xml fragment.
 FastStringBuffer ControllerElement.toXML(FastStringBuffer stream)
          Convert the object to an xml fragment.
 

Uses of FastStringBuffer in com.jcorporate.expresso.core.dataobjects.jdbc
 

Methods in com.jcorporate.expresso.core.dataobjects.jdbc that return FastStringBuffer
protected  FastStringBuffer JDBCDataObject.buildWhereClauseBuffer(boolean useAllFields, FastStringBuffer allocatedBuffer)
          Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
 FastStringBuffer JDBCUtil.buildWhereClauseBuffer(JDBCDataObject criteria, boolean useAllFields, FastStringBuffer allocatedBuffer)
          Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
 

Methods in com.jcorporate.expresso.core.dataobjects.jdbc with parameters of type FastStringBuffer
protected  FastStringBuffer JDBCDataObject.buildWhereClauseBuffer(boolean useAllFields, FastStringBuffer allocatedBuffer)
          Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
 FastStringBuffer JDBCUtil.buildWhereClauseBuffer(JDBCDataObject criteria, boolean useAllFields, FastStringBuffer allocatedBuffer)
          Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
protected  String JoinedDataObject.buildWhereClauseBuffer(boolean useAllFields, FastStringBuffer myStatement)
          Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
 

Uses of FastStringBuffer in com.jcorporate.expresso.core.db
 

Methods in com.jcorporate.expresso.core.db that return FastStringBuffer
protected  FastStringBuffer TableCreator.createTableSQLDefinition(DBObject dbObj, FastStringBuffer sqlStatement)
          Create the SQL statement to create the table.
 

Methods in com.jcorporate.expresso.core.db with parameters of type FastStringBuffer
protected  FastStringBuffer TableCreator.createTableSQLDefinition(DBObject dbObj, FastStringBuffer sqlStatement)
          Create the SQL statement to create the table.
 

Uses of FastStringBuffer in com.jcorporate.expresso.core.dbobj
 

Methods in com.jcorporate.expresso.core.dbobj with parameters of type FastStringBuffer
protected  String MultiDBObject.buildWhereClauseBuffer(boolean useAllFields, FastStringBuffer myStatement)
          Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
protected  String MultiDBObject.buildWhereClauseBuffer(boolean useAllFields, FastStringBuffer myStatement, String dboAlias)
          Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
 

Uses of FastStringBuffer in com.jcorporate.expresso.core.misc
 

Methods in com.jcorporate.expresso.core.misc that return FastStringBuffer
protected static FastStringBuffer StringUtil.printEscaped(char ch, FastStringBuffer fsb)
          Formats a particular character to something workable in xml Helper to xmlEscape()
 

Methods in com.jcorporate.expresso.core.misc with parameters of type FastStringBuffer
protected static FastStringBuffer StringUtil.printEscaped(char ch, FastStringBuffer fsb)
          Formats a particular character to something workable in xml Helper to xmlEscape()
 

Uses of FastStringBuffer in com.jcorporate.expresso.core.security.filters
 

Methods in com.jcorporate.expresso.core.security.filters with parameters of type FastStringBuffer
 void FilterTreeNode.dumpNode(FastStringBuffer stringBuffer, int depth)
          Dumps the contents of the tree to the log.
 

Uses of FastStringBuffer in com.jcorporate.expresso.ext.taglib
 

Methods in com.jcorporate.expresso.ext.taglib that return FastStringBuffer
protected  FastStringBuffer InputTag.generateStyleClass(FastStringBuffer buf)
          Generates HTML attributes for style, class, and style id
protected  FastStringBuffer InputTag.generateEventHandler(FastStringBuffer buf)
          Generates HTML attributes for the JavaScript event handler
 

Methods in com.jcorporate.expresso.ext.taglib with parameters of type FastStringBuffer
protected  FastStringBuffer InputTag.generateStyleClass(FastStringBuffer buf)
          Generates HTML attributes for style, class, and style id
protected  FastStringBuffer InputTag.generateEventHandler(FastStringBuffer buf)
          Generates HTML attributes for the JavaScript event handler
 

Uses of FastStringBuffer in com.jcorporate.expresso.kernel.util
 

Methods in com.jcorporate.expresso.kernel.util that return FastStringBuffer
 FastStringBuffer FastStringBuffer.append(Object obj)
          Appends the string representation of the Object argument to this string buffer.
 FastStringBuffer FastStringBuffer.append(String str)
          Appends the string to this string buffer.
 FastStringBuffer FastStringBuffer.append(char[] str)
          Appends the string representation of the char array argument to this string buffer.
 FastStringBuffer FastStringBuffer.append(char[] str, int offset, int len)
          Appends the string representation of a subarray of the char array argument to this string buffer.
 FastStringBuffer FastStringBuffer.append(FastStringBuffer str)
          Appends one FastStringBuffer to another so they can be merged with no unnecessary allocations
 FastStringBuffer FastStringBuffer.append(boolean b)
          Appends the string representation of the boolean argument to the string buffer.
 FastStringBuffer FastStringBuffer.append(char c)
          Appends the string representation of the char argument to this string buffer.
 FastStringBuffer FastStringBuffer.append(int i)
          Appends the string representation of the int argument to this string buffer.
 FastStringBuffer FastStringBuffer.append(long l)
          Appends the string representation of the long argument to this string buffer.
 FastStringBuffer FastStringBuffer.append(float f)
          Appends the string representation of the float argument to this string buffer.
 FastStringBuffer FastStringBuffer.append(double d)
          Appends the string representation of the double argument to this string buffer.
 FastStringBuffer FastStringBuffer.reverse()
          The character sequence contained in this string buffer is replaced by the reverse of the sequence.
static FastStringBuffer FastStringBuffer.getInstance()
          Retrieve an instance of FastString buffer from the object pool.
 

Methods in com.jcorporate.expresso.kernel.util with parameters of type FastStringBuffer
 FastStringBuffer FastStringBuffer.append(FastStringBuffer str)
          Appends one FastStringBuffer to another so they can be merged with no unnecessary allocations
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.