Uses of Class
com.caucho.util.CharBuffer

Packages that use CharBuffer
com.caucho.amber.expr   
com.caucho.amber.expr.fun   
com.caucho.amber.field   
com.caucho.amber.manager   
com.caucho.amber.type   
com.caucho.bytecode   
com.caucho.ejb.manager   
com.caucho.jsp   
com.caucho.jsp.java   
com.caucho.jstl.el   
com.caucho.jstl.rt   
com.caucho.loader.enhancer   
com.caucho.relaxng.program   
com.caucho.server.connection   
com.caucho.server.hmux   
com.caucho.util Assorted utilities 
com.caucho.vfs Resin's Virtual File System. 
com.caucho.webbeans.manager   
com.caucho.xml XML parsing and printing package. 
com.caucho.xml.readers   
com.caucho.xml2   
com.caucho.xml2.readers   
com.caucho.xpath Finding and selecting XML nodes using XSL patterns. 
com.caucho.xpath.expr   
 

Uses of CharBuffer in com.caucho.amber.expr
 

Methods in com.caucho.amber.expr with parameters of type CharBuffer
 void ExistsExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void ManyToOneJoinExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void IdExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void ElementCollectionExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void InExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void BetweenExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void NullExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void LikeExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void EqualJoinExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void SubSelectExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void AndExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void EnumExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void MapFieldExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void EmptyExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void AllExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void LiteralExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void OneToManyExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void AmberExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void ColumnExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void ArgExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void OrExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void BinaryExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void MemberExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void OneToManyJoinExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void AbstractAmberExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void BooleanColumnExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void AnyExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void UnaryExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void EntityPathExpr.generateHaving(CharBuffer cb, IdField field)
          Generates the having expression.
 void LoadExpr.generateHaving(CharBuffer cb, java.lang.String fieldName)
          Generates the having expression.
 void ManyToOneJoinExpr.generateJoin(CharBuffer cb)
          Generates the where expression.
 void AndExpr.generateJoin(CharBuffer cb)
          Generates the join expression.
 void AmberExpr.generateJoin(CharBuffer cb)
          Generates the where expression.
 void OrExpr.generateJoin(CharBuffer cb)
          Generates the join expression.
 void OneToManyJoinExpr.generateJoin(CharBuffer cb)
          Generates the where expression.
 void AbstractAmberExpr.generateJoin(CharBuffer cb)
          Generates the where in a join expression.
 void KeyManyToOneExpr.generateMatchArgWhere(CharBuffer cb)
          Generates the where expression.
 void EmbeddedExpr.generateMatchArgWhere(CharBuffer cb)
          Generates the where expression.
 void DependentEntityOneToOneExpr.generateMatchArgWhere(CharBuffer cb)
          Generates the where expression.
 void ManyToOneExpr.generateMatchArgWhere(CharBuffer cb)
          Generates the where expression.
 void ElementCollectionExpr.generateSelect(CharBuffer cb)
          Generates the where expression.
 void LoadExpr.generateSelect(CharBuffer cb)
          Generates the where expression.
 void ElementCollectionIdExpr.generateSelect(CharBuffer cb)
          Generates the select expression.
 void EmbeddedExpr.generateSelect(CharBuffer cb)
          Generates the select expression.
 void MapFieldExpr.generateSelect(CharBuffer cb)
          Generates the select expression.
 void OneToManyExpr.generateSelect(CharBuffer cb)
          Generates the where expression.
 void AmberExpr.generateSelect(CharBuffer cb)
          Generates the select expression.
 void AbstractAmberExpr.generateSelect(CharBuffer cb)
          Generates the select expression.
 void ManyToOneExpr.generateSelect(CharBuffer cb)
          Generates the select expression.
 void LoadExpr.generateSelect(CharBuffer cb, boolean fullSelect)
          Generates the where expression.
 void LoadBasicExpr.generateSelect(CharBuffer cb, boolean fullSelect)
          Generates the select expression.
 void ExistsExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void ManyToOneJoinExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void IdExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void ElementCollectionExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void InExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void BetweenExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void NullExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) literal.
 void LikeExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void EqualJoinExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void SubSelectExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void AndExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void EnumExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) enum.
 void EmbeddedExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void MapFieldExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void EmptyExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void AllExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void LiteralExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) literal.
 void OneToManyExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void AmberExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void ColumnExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void ArgExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) literal.
 void OrExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void BinaryExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void MemberExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void OneToManyJoinExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void AbstractAmberExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void DependentEntityOneToOneExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void BooleanColumnExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void ManyToOneExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void AnyExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void UnaryExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void LoadExpr.generateUpdateWhere(CharBuffer cb, java.lang.String fieldName)
          Generates the (update) where expression.
 void ExistsExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void ManyToOneJoinExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void IdExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void ElementCollectionExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void InExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void BetweenExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void NullExpr.generateWhere(CharBuffer cb)
          Generates the literal.
 void LikeExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void EqualJoinExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void SubSelectExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void AndExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void EnumExpr.generateWhere(CharBuffer cb)
          Generates the enum.
 void EmbeddedExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void MapFieldExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void EmptyExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void AllExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void LiteralExpr.generateWhere(CharBuffer cb)
          Generates the literal.
 void OneToManyExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void AmberExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void ColumnExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void ArgExpr.generateWhere(CharBuffer cb)
          Generates the literal.
 void OrExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void BinaryExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void MemberExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void OneToManyJoinExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void AbstractAmberExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void DependentEntityOneToOneExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void BooleanColumnExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void ManyToOneExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void AnyExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void UnaryExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void EntityPathExpr.generateWhere(CharBuffer cb, IdField field)
          Generates the where expression for a subfield
 void LoadExpr.generateWhere(CharBuffer cb, java.lang.String fieldName)
          Generates the where expression.
 

Uses of CharBuffer in com.caucho.amber.expr.fun
 

Methods in com.caucho.amber.expr.fun with parameters of type CharBuffer
 void FunExpr.generateHaving(CharBuffer cb)
          Generates the having expression.
 void LowerFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void ModFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void LocateFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void CurrentDateFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void AbsFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void FunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void UpperFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void SubstringFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void ConcatFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void CurrentTimeFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void CurrentTimestampFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void SqrtFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void SizeFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void LengthFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void TrimFunExpr.generateUpdateWhere(CharBuffer cb)
          Generates the (update) where expression.
 void LowerFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void ModFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void LocateFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void CurrentDateFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void AbsFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void FunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void UpperFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void SubstringFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void ConcatFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void CurrentTimeFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void CurrentTimestampFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void SqrtFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void SizeFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void LengthFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 void TrimFunExpr.generateWhere(CharBuffer cb)
          Generates the where expression.
 

Uses of CharBuffer in com.caucho.amber.field
 

Methods in com.caucho.amber.field with parameters of type CharBuffer
 void EntityEmbeddedField.generateGetPrimaryKey(CharBuffer cb)
          Generates get property.
 void DependentEntityOneToOneField.generateJoin(CharBuffer cb, java.lang.String sourceTable, java.lang.String targetTable)
          Generates the linking for a join
 void ManyToOneField.generateJoin(CharBuffer cb, java.lang.String sourceTable, java.lang.String targetTable)
          Generates the linking for a join
 void KeyManyToOneField.generateJoin(CharBuffer cb, java.lang.String table1, java.lang.String table2)
          Generates the linking for a join
 void ManyToOneField.generateUpdate(CharBuffer sql)
          Generates the update set clause
 void VersionField.generateUpdate(CharBuffer sql)
          Generates the update set clause
 void AbstractField.generateUpdate(CharBuffer sql)
          Generates the where clause.
 void EntityEmbeddedField.generateUpdate(CharBuffer sql)
          Generates the update set clause
 void EmbeddedSubField.generateUpdate(CharBuffer sql)
          Generates the where clause.
 void AmberField.generateUpdate(CharBuffer sql)
          Generates the where clause.
 void PropertyField.generateUpdate(CharBuffer sql)
          Generates the update set clause
 

Uses of CharBuffer in com.caucho.amber.manager
 

Methods in com.caucho.amber.manager with parameters of type CharBuffer
 boolean AmberContainer.isScanMatch(CharBuffer annotationName)
           
 

Uses of CharBuffer in com.caucho.amber.type
 

Methods in com.caucho.amber.type with parameters of type CharBuffer
 boolean EntityType.generateUpdateSQLComponent(CharBuffer sql, int group, long mask, boolean isFirst)
          Generates the update sql.
 void EntityType.generateUpdateSQLPrefix(CharBuffer sql)
          Generates the update sql.
 void EntityType.generateUpdateSQLSuffix(CharBuffer sql)
          Generates the update sql.
 

Uses of CharBuffer in com.caucho.bytecode
 

Methods in com.caucho.bytecode with parameters of type CharBuffer
 boolean ByteCodeClassMatcher.isMatch(CharBuffer annotationClassName)
          Returns true if the annotation class is a match.
 

Uses of CharBuffer in com.caucho.ejb.manager
 

Methods in com.caucho.ejb.manager with parameters of type CharBuffer
 boolean EjbContainer.isScanMatch(CharBuffer annotationName)
           
 

Uses of CharBuffer in com.caucho.jsp
 

Methods in com.caucho.jsp that return CharBuffer
 CharBuffer BodyContentImpl.getCharBuffer()
           
 

Uses of CharBuffer in com.caucho.jsp.java
 

Methods in com.caucho.jsp.java with parameters of type CharBuffer
 void JspText.getStaticText(CharBuffer cb)
          Returns the static text.
 void JspNode.getStaticText(CharBuffer cb)
          Returns the static text.
 void JspContainerNode.getStaticText(CharBuffer cb)
          Returns the static text.
 void StaticText.getStaticText(CharBuffer cb)
          Returns the static text.
 

Uses of CharBuffer in com.caucho.jstl.el
 

Methods in com.caucho.jstl.el that return CharBuffer
static CharBuffer UrlTag.normalizeURL(PageContext pageContext, java.lang.String url, java.lang.String context)
           
 

Methods in com.caucho.jstl.el with parameters of type CharBuffer
static java.lang.String UrlTag.encodeURL(PageContext pageContext, CharBuffer url)
           
 

Uses of CharBuffer in com.caucho.jstl.rt
 

Methods in com.caucho.jstl.rt that return CharBuffer
static CharBuffer CoreUrlTag.addEncodedLatin1(CharBuffer cb, java.lang.String value)
          Adds a parameter to the string, encoding with latin-1 when necessary.
static CharBuffer CoreUrlTag.addEncodedString(CharBuffer cb, java.lang.String value, java.lang.String encoding)
          Adds a parameter to the string, with the given encoding.
static CharBuffer CoreUrlTag.addEncodedUTF8(CharBuffer cb, java.lang.String value)
          Adds a parameter to the string, encoding with UTF8 when necessary.
static CharBuffer CoreUrlTag.addParam(CharBuffer url, java.lang.String name, java.lang.String value, java.lang.String encoding)
           
static CharBuffer CoreUrlTag.normalizeURL(PageContext pageContext, java.lang.String url, java.lang.String context)
           
 

Methods in com.caucho.jstl.rt with parameters of type CharBuffer
static CharBuffer CoreUrlTag.addEncodedLatin1(CharBuffer cb, java.lang.String value)
          Adds a parameter to the string, encoding with latin-1 when necessary.
static CharBuffer CoreUrlTag.addEncodedString(CharBuffer cb, java.lang.String value, java.lang.String encoding)
          Adds a parameter to the string, with the given encoding.
static CharBuffer CoreUrlTag.addEncodedUTF8(CharBuffer cb, java.lang.String value)
          Adds a parameter to the string, encoding with UTF8 when necessary.
static CharBuffer CoreUrlTag.addParam(CharBuffer url, java.lang.String name, java.lang.String value, java.lang.String encoding)
           
static java.lang.String CoreUrlTag.encodeURL(PageContext pageContext, CharBuffer url)
           
 

Uses of CharBuffer in com.caucho.loader.enhancer
 

Methods in com.caucho.loader.enhancer with parameters of type CharBuffer
 boolean ScanListener.isScanMatch(CharBuffer string)
          Returns true if the string matches an annotation class.
 

Uses of CharBuffer in com.caucho.relaxng.program
 

Methods in com.caucho.relaxng.program with parameters of type CharBuffer
protected  void Item.addSyntaxNewline(CharBuffer cb, int depth)
          Adds a syntax newline.
 

Uses of CharBuffer in com.caucho.server.connection
 

Fields in com.caucho.server.connection declared as CharBuffer
protected  CharBuffer AbstractHttpResponse._cb
           
protected  CharBuffer AbstractHttpRequest._cb
           
 

Methods in com.caucho.server.connection with parameters of type CharBuffer
 boolean AbstractHttpResponse.fillCookie(CharBuffer cb, Cookie cookie, long date, int version, boolean isCookie2)
          Fills the response for a cookie
 

Uses of CharBuffer in com.caucho.server.hmux
 

Methods in com.caucho.server.hmux that return CharBuffer
protected  CharBuffer HmuxRequest.getHost()
          Returns a char buffer containing the host.
 

Methods in com.caucho.server.hmux with parameters of type CharBuffer
 void HmuxRequest.getRemoteAddr(CharBuffer cb)
           
 

Uses of CharBuffer in com.caucho.util
 

Methods in com.caucho.util that return CharBuffer
static CharBuffer CharBuffer.allocate()
           
 CharBuffer CharBuffer.append(boolean b)
          Appends the boolean representation to the buffer
 CharBuffer CharBuffer.append(byte[] buf, int offset, int len)
          Appends iso-8859-1 bytes to the buffer
 CharBuffer CharBuffer.append(char ch)
          Appends the character to the buffer
 CharBuffer CharBuffer.append(char[] buffer)
          Appends the characters to the buffer.
 CharBuffer CharBuffer.append(char[] buffer, int offset, int length)
          Appends the characters to the buffer.
 CharBuffer CharBuffer.append(CharBuffer cb)
          Appends the string representation of the object to the buffer.
 CharBuffer CharBuffer.append(double d)
          Add a double to the buffer.
 CharBuffer</