|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.env.jpa | |
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.hmux | |
com.caucho.server.http | |
com.caucho.util | Assorted utilities |
com.caucho.vfs | Resin's Virtual File System. |
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 |
AbstractAmberExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
AllExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
AmberColumnExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
AmberExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
AndExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
AnyExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
ArgExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
BetweenExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
BinaryExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
BooleanColumnExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
ElementCollectionExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
EmptyExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
EnumExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
EqualJoinExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
ExistsExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
IdExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
InExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
LikeExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
LiteralExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
ManyToOneJoinExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
MapFieldExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
MemberExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
NullExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
OneToManyExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
OneToManyJoinExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
OrExpr.generateHaving(CharBuffer cb)
Generates the having expression. |
void |
SubSelectExpr.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 |
AbstractAmberExpr.generateJoin(CharBuffer cb)
Generates the where in a join expression. |
void |
AmberExpr.generateJoin(CharBuffer cb)
Generates the where expression. |
void |
AndExpr.generateJoin(CharBuffer cb)
Generates the join expression. |
void |
ManyToOneJoinExpr.generateJoin(CharBuffer cb)
Generates the where expression. |
void |
OneToManyJoinExpr.generateJoin(CharBuffer cb)
Generates the where expression. |
void |
OrExpr.generateJoin(CharBuffer cb)
Generates the join expression. |
void |
DependentEntityOneToOneExpr.generateMatchArgWhere(CharBuffer cb)
Generates the where expression. |
void |
EmbeddedExpr.generateMatchArgWhere(CharBuffer cb)
Generates the where expression. |
void |
KeyManyToOneExpr.generateMatchArgWhere(CharBuffer cb)
Generates the where expression. |
void |
ManyToOneExpr.generateMatchArgWhere(CharBuffer cb)
Generates the where expression. |
void |
AbstractAmberExpr.generateSelect(CharBuffer cb)
Generates the select expression. |
void |
AmberExpr.generateSelect(CharBuffer cb)
Generates the select expression. |
void |
ElementCollectionExpr.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 |
LoadExpr.generateSelect(CharBuffer cb)
Generates the where expression. |
void |
ManyToOneExpr.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 |
LoadBasicExpr.generateSelect(CharBuffer cb,
boolean fullSelect)
Generates the select expression. |
void |
LoadExpr.generateSelect(CharBuffer cb,
boolean fullSelect)
Generates the where expression. |
void |
AbstractAmberExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
AllExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
AmberColumnExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
AmberExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
AndExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
AnyExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
ArgExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) literal. |
void |
BetweenExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
BinaryExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
BooleanColumnExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
DependentEntityOneToOneExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
ElementCollectionExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
EmbeddedExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
EmptyExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
EnumExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) enum. |
void |
EqualJoinExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
ExistsExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
IdExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
InExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
LikeExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
LiteralExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) literal. |
void |
ManyToOneExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
ManyToOneJoinExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
MapFieldExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
MemberExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
NullExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) literal. |
void |
OneToManyExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
OneToManyJoinExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
OrExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
SubSelectExpr.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 |
AbstractAmberExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
AllExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
AmberColumnExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
AmberExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
AndExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
AnyExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
ArgExpr.generateWhere(CharBuffer cb)
Generates the literal. |
void |
BetweenExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
BinaryExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
BooleanColumnExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
DependentEntityOneToOneExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
ElementCollectionExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
EmbeddedExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
EmptyExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
EnumExpr.generateWhere(CharBuffer cb)
Generates the enum. |
void |
EqualJoinExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
ExistsExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
IdExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
InExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
LikeExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
LiteralExpr.generateWhere(CharBuffer cb)
Generates the literal. |
void |
ManyToOneExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
ManyToOneJoinExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
MapFieldExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
MemberExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
NullExpr.generateWhere(CharBuffer cb)
Generates the literal. |
void |
OneToManyExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
OneToManyJoinExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
OrExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
SubSelectExpr.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 |
AbsFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
ConcatFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
CurrentDateFunExpr.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 |
FunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
LengthFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
LocateFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
LowerFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
ModFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
SizeFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
SqrtFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
SubstringFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
TrimFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
UpperFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
AbsFunExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
ConcatFunExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
CurrentDateFunExpr.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 |
FunExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
LengthFunExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
LocateFunExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
LowerFunExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
ModFunExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
SizeFunExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
SqrtFunExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
SubstringFunExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
TrimFunExpr.generateWhere(CharBuffer cb)
Generates the where expression. |
void |
UpperFunExpr.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 |
KeyManyToOneField.generateJoin(CharBuffer cb,
java.lang.String table1,
java.lang.String table2)
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 |
AbstractField.generateUpdate(CharBuffer sql)
Generates the where clause. |
void |
AmberField.generateUpdate(CharBuffer sql)
Generates the where clause. |
void |
EmbeddedSubField.generateUpdate(CharBuffer sql)
Generates the where clause. |
void |
EntityEmbeddedField.generateUpdate(CharBuffer sql)
Generates the update set clause |
void |
ManyToOneField.generateUpdate(CharBuffer sql)
Generates the update set clause |
void |
PropertyField.generateUpdate(CharBuffer sql)
Generates the update set clause |
void |
VersionField.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.isScanMatchAnnotation(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.isAnnotationMatch(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 |
EjbManager.isScanMatchAnnotation(CharBuffer annotationName)
|
Uses of CharBuffer in com.caucho.env.jpa |
---|
Methods in com.caucho.env.jpa with parameters of type CharBuffer | |
---|---|
boolean |
PersistenceManager.isScanMatchAnnotation(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 |
JspContainerNode.getStaticText(CharBuffer cb)
Returns the static text. |
void |
JspNode.getStaticText(CharBuffer cb)
Returns the static text. |
void |
JspText.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.isScanMatchAnnotation(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.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.server.http |
---|
Methods in com.caucho.server.http that return CharBuffer | |
---|---|
protected CharBuffer |
AbstractHttpRequest.getCharBuffer()
|
Methods in com.caucho.server.http 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.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 |
CharBuffer.append(float f)
Add a float to the buffer. |
CharBuffer |
CharBuffer.append(int i)
Add an int to the buffer. |
CharBuffer |
CharBuffer.append(long i)
Add a long to the buffer. |
CharBuffer |
CharBuffer.append(java.lang.Object obj)
Appends the string representation of the object to the buffer. |
CharBuffer |
CharBuffer.append(java.lang.String string)
Appends the string. |
CharBuffer |
CharBuffer.append(java.lang.String string,
int offset,
int len)
|
CharBuffer |
CharBuffer.delete(int start,
int end)
Deletes characters from the buffer. |
CharBuffer |
CharBuffer.deleteCharAt(int index)
Deletes a character from the buffer. |
CharBuffer |
QDate.format(CharBuffer cb,
java.lang.String format)
Format the date using % escapes: %aday of week (short) %Aday of week (verbose) %bday of month (short) %Bday of month (verbose) %cJava locale date %dday of month (two-digit) %F%Y-%m-%d %H24-hour (two-digit) %I12-hour (two-digit) %jday of year (three-digit) %l12-hour (one-digit prefixed by space) %mmonth (two-digit) %Mminutes %pam/pm %PAM/PM %Sseconds %smilliseconds %xJava locale short date %XJava locale short time %Wweek in year (three-digit) %wday of week (one-digit) %yyear (two-digit) %Yyear (four-digit) %Ztime zone (name) %ztime zone (+/-0800) |
static CharBuffer |
QDate.formatLocal(CharBuffer cb,
long gmtTime,
java.lang.String format)
Formats a time in the local time zone. |
CharBuffer |
CharBuffer.insert(int offset,
char ch)
Inserts a character at a given offset. |
CharBuffer |
CharBuffer.insert(int index,
char[] buffer,
int offset,
int len)
Inserts a character buffer. |
CharBuffer |
CharBuffer.insert(int offset,
double d)
Inserts a double at a given offset. |
CharBuffer |
CharBuffer.insert(int offset,
float f)
Inserts a float at a given offset. |
CharBuffer |
CharBuffer.insert(int offset,
int i)
Inserts an integer at a given offset. |
CharBuffer |
CharBuffer.insert(int offset,
long l)
Inserts a long at a given offset. |
CharBuffer |
CharBuffer.insert(int offset,
java.lang.Object o)
Inserts an object at a given offset. |
CharBuffer |
CharBuffer.insert(int index,
java.lang.String string)
Inserts a string. |
CharBuffer |
CharBuffer.replace(int start,
int end,
char[] buffer,
int offset,
int len)
Replaces a range with a character array |
CharBuffer |
CharBuffer.replace(int start,
int end,
java.lang.String string)
Replaces a range with a string |
static CharBuffer |
Sprintf.sprintf(CharBuffer result,
java.lang.String format,
java.lang.Object... args)
|
Methods in com.caucho.util with parameters of type CharBuffer | |
---|---|
void |
ByteBuffer.add(CharBuffer cb)
|
CharBuffer |
CharBuffer.append(CharBuffer cb)
Appends the string representation of the object to the buffer. |
static void |
Base64.encode(CharBuffer cb,
byte[] buffer)
|
static void |
Base64.encode(CharBuffer cb,
byte[] buffer,
int offset,
int length)
|
static void |
Base64.encode(CharBuffer cb,
long data)
|
static void |
Base64.encode24(CharBuffer cb,
int data)
|
CharBuffer |
QDate.format(CharBuffer cb,
java.lang.String format)
Format the date using % escapes: %aday of week (short) %Aday of week (verbose) %bday of month (short) %Bday of month (verbose) %cJava locale date %dday of month (two-digit) %F%Y-%m-%d %H24-hour (two-digit) %I12-hour (two-digit) %jday of year (three-digit) %l12-hour (one-digit prefixed by space) %mmonth (two-digit) %Mminutes %pam/pm %PAM/PM %Sseconds %smilliseconds %xJava locale short date %XJava locale short time %Wweek in year (three-digit) %wday of week (one-digit) %yyear (two-digit) %Yyear (four-digit) %Ztime zone (name) %ztime zone (+/-0800) |
static void |
Sprintf.formatChar(CharBuffer cb,
long ch,
int width,
int flags)
|
static void |
Sprintf.formatDouble(CharBuffer cb,
double value,
int prec,
int flags,
int type)
|
static void |
Sprintf.formatDouble(CharBuffer cb,
double value,
int width,
int prec,
int flags,
int type)
|
static void |
Sprintf.formatInteger(CharBuffer cb,
double dvalue,
int width,
int prec,
int flags,
int radix)
|
static void |
Sprintf.formatInteger(CharBuffer cb,
long dvalue,
int width,
int prec,
int flags,
int radix)
|
static CharBuffer |
QDate.formatLocal(CharBuffer cb,
long gmtTime,
java.lang.String format)
Formats a time in the local time zone. |
static void |
Sprintf.formatString(CharBuffer cb,
java.lang.String string,
int prec,
int width,
int flags)
|
static void |
Base64.oldEncode(CharBuffer cb,
byte[] buffer,
int offset,
int length)
|
void |
CharBufferWriter.print(CharBuffer buffer)
|
void |
QDate.printDate(CharBuffer cb)
|
void |
QDate.printRFC2822(CharBuffer cb)
|
char |
CharScanner.scan(CharCursor cursor,
CharBuffer buf)
Scans characters from a cursor, filling a char buffer. |
static CharBuffer |
Sprintf.sprintf(CharBuffer result,
java.lang.String format,
java.lang.Object... args)
|
void |
CharCursor.subseq(CharBuffer cb,
int length)
|
void |
CharCursor.subseq(CharBuffer cb,
int begin,
int end)
|
Uses of CharBuffer in com.caucho.vfs |
---|
Methods in com.caucho.vfs with parameters of type CharBuffer | |
---|---|
protected static void |
DatastorePath.normalizePath(CharBuffer cb,
java.lang.String oldPath,
java.lang.String newPath,
int offset,
char separatorChar)
|
protected static void |
FilesystemPath.normalizePath(CharBuffer cb,
java.lang.String oldPath,
java.lang.String newPath,
int offset,
char separatorChar)
Normalizes a filesystemPath path. |
static WriteStream |
Vfs.openWrite(CharBuffer cb)
Creates a write stream to a CharBuffer. |
int |
ReadStream.read(CharBuffer buf,
int length)
Reads characters from the stream, appending to the character buffer. |
int |
ReadStream.readAll(CharBuffer buf,
int length)
Reads characters from the stream, appending to the character buffer. |
boolean |
ReadStream.readLine(CharBuffer cb)
Reads a line into the character buffer. |
boolean |
ReadStream.readLine(CharBuffer cb,
boolean isChop)
Reads a line into the character buffer. |
boolean |
ReadStream.readln(CharBuffer cb)
Fills the buffer with the next line from the input stream. |
Constructors in com.caucho.vfs with parameters of type CharBuffer | |
---|---|
StringWriter(CharBuffer cb)
|
Uses of CharBuffer in com.caucho.xml |
---|
Methods in com.caucho.xml with parameters of type CharBuffer | |
---|---|
static void |
XmlUtil.textValue(CharBuffer cb,
org.w3c.dom.Node node)
Extracts the text value from the node. |
Uses of CharBuffer in com.caucho.xml.readers |
---|
Methods in com.caucho.xml.readers with parameters of type CharBuffer | |
---|---|
void |
MacroReader.add(CharBuffer cb)
Adds a char buffer to the macro. |
int |
XmlReader.parseName(CharBuffer name,
int ch)
Parses a name. |
Uses of CharBuffer in com.caucho.xml2 |
---|
Methods in com.caucho.xml2 with parameters of type CharBuffer | |
---|---|
static void |
XmlUtil.textValue(CharBuffer cb,
org.w3c.dom.Node node)
Extracts the text value from the node. |
Uses of CharBuffer in com.caucho.xml2.readers |
---|
Methods in com.caucho.xml2.readers with parameters of type CharBuffer | |
---|---|
void |
MacroReader.add(CharBuffer cb)
Adds a char buffer to the macro. |
int |
XmlReader.parseName(CharBuffer name,
int ch)
Parses a name. |
Uses of CharBuffer in com.caucho.xpath |
---|
Methods in com.caucho.xpath with parameters of type CharBuffer | |
---|---|
void |
Expr.evalString(CharBuffer cb,
org.w3c.dom.Node node)
Fills a char buffer with the evaluated string results. |
void |
Expr.evalString(CharBuffer cb,
org.w3c.dom.Node node,
ExprEnvironment env)
Fills a char buffer with the evaluated string results. |
Uses of CharBuffer in com.caucho.xpath.expr |
---|
Methods in com.caucho.xpath.expr with parameters of type CharBuffer | |
---|---|
void |
VarExpr.evalString(CharBuffer cb,
org.w3c.dom.Node node,
ExprEnvironment env)
Returns the value of the variable as a string |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |