Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
AmberExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
BetweenExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
ExistsExpr.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 |
OrExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
EmptyExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
ArgExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
EqualJoinExpr.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 |
AndExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
AllExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
OneToManyJoinExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
ManyToOneJoinExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
InExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
EnumExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
ElementCollectionExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
IdExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
AbstractAmberExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
LikeExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
NullExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
AmberColumnExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
UnaryExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
AnyExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
SubSelectExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
MapFieldExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
BooleanColumnExpr.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 |
AmberExpr.generateJoin(CharBuffer cb)
Generates the where expression.
|
void |
OrExpr.generateJoin(CharBuffer cb)
Generates the join expression.
|
void |
AndExpr.generateJoin(CharBuffer cb)
Generates the join expression.
|
void |
OneToManyJoinExpr.generateJoin(CharBuffer cb)
Generates the where expression.
|
void |
ManyToOneJoinExpr.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 |
DependentEntityOneToOneExpr.generateMatchArgWhere(CharBuffer cb)
Generates the where expression.
|
void |
ManyToOneExpr.generateMatchArgWhere(CharBuffer cb)
Generates the where expression.
|
void |
EmbeddedExpr.generateMatchArgWhere(CharBuffer cb)
Generates the where expression.
|
void |
AmberExpr.generateSelect(CharBuffer cb)
Generates the select expression.
|
void |
LoadExpr.generateSelect(CharBuffer cb)
Generates the where expression.
|
void |
OneToManyExpr.generateSelect(CharBuffer cb)
Generates the where expression.
|
void |
ElementCollectionExpr.generateSelect(CharBuffer cb)
Generates the where expression.
|
void |
ManyToOneExpr.generateSelect(CharBuffer cb)
Generates the select expression.
|
void |
AbstractAmberExpr.generateSelect(CharBuffer cb)
Generates the select expression.
|
void |
ElementCollectionIdExpr.generateSelect(CharBuffer cb)
Generates the select expression.
|
void |
MapFieldExpr.generateSelect(CharBuffer cb)
Generates the select expression.
|
void |
EmbeddedExpr.generateSelect(CharBuffer cb)
Generates the select expression.
|
void |
LoadBasicExpr.generateSelect(CharBuffer cb,
boolean fullSelect)
Generates the select expression.
|
void |
LoadExpr.generateSelect(CharBuffer cb,
boolean fullSelect)
Generates the where expression.
|
void |
AmberExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
BetweenExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
ExistsExpr.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 |
OrExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
EmptyExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
ArgExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) literal.
|
void |
EqualJoinExpr.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 |
AndExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
AllExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
DependentEntityOneToOneExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
OneToManyJoinExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
ManyToOneJoinExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
InExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
EnumExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) enum.
|
void |
ElementCollectionExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
IdExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
ManyToOneExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
AbstractAmberExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
LikeExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
NullExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) literal.
|
void |
AmberColumnExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
UnaryExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
AnyExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
SubSelectExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
MapFieldExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
EmbeddedExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
BooleanColumnExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
LoadExpr.generateUpdateWhere(CharBuffer cb,
java.lang.String fieldName)
Generates the (update) where expression.
|
void |
AmberExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
BetweenExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
ExistsExpr.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 |
OrExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
EmptyExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
ArgExpr.generateWhere(CharBuffer cb)
Generates the literal.
|
void |
EqualJoinExpr.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 |
AndExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
AllExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
DependentEntityOneToOneExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
OneToManyJoinExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
ManyToOneJoinExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
InExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
EnumExpr.generateWhere(CharBuffer cb)
Generates the enum.
|
void |
ElementCollectionExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
IdExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
ManyToOneExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
AbstractAmberExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
LikeExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
NullExpr.generateWhere(CharBuffer cb)
Generates the literal.
|
void |
AmberColumnExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
UnaryExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
AnyExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
SubSelectExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
MapFieldExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
EmbeddedExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
BooleanColumnExpr.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.
|
Modifier and Type | Method and Description |
---|---|
void |
FunExpr.generateHaving(CharBuffer cb)
Generates the having expression.
|
void |
ConcatFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
CurrentTimestampFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
SizeFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
LowerFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
UpperFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
ModFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
LengthFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
CurrentTimeFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
TrimFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
CurrentDateFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
SubstringFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
LocateFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
SqrtFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
FunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
AbsFunExpr.generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
ConcatFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
CurrentTimestampFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
SizeFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
LowerFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
UpperFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
ModFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
LengthFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
CurrentTimeFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
TrimFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
CurrentDateFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
SubstringFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
LocateFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
SqrtFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
FunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
void |
AbsFunExpr.generateWhere(CharBuffer cb)
Generates the where expression.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityEmbeddedField.generateGetPrimaryKey(CharBuffer cb)
Generates get property.
|
void |
ManyToOneField.generateJoin(CharBuffer cb,
java.lang.String sourceTable,
java.lang.String targetTable)
Generates the linking for a join
|
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.generateUpdate(CharBuffer sql)
Generates the update set clause
|
void |
PropertyField.generateUpdate(CharBuffer sql)
Generates the update set clause
|
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 |
VersionField.generateUpdate(CharBuffer sql)
Generates the update set clause
|
Modifier and Type | Method and Description |
---|---|
boolean |
AmberContainer.isScanMatchAnnotation(CharBuffer annotationName) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ByteCodeClassMatcher.isAnnotationMatch(CharBuffer annotationClassName)
Returns true if the annotation class is a match.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EjbManager.isScanMatchAnnotation(CharBuffer annotationName) |
Modifier and Type | Method and Description |
---|---|
boolean |
PersistenceManager.isScanMatchAnnotation(CharBuffer annotationName) |
Modifier and Type | Method and Description |
---|---|
CharBuffer |
BodyContentImpl.getCharBuffer() |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
JspContainerNode.getStaticText(CharBuffer cb)
Returns the static text.
|
Modifier and Type | Method and Description |
---|---|
static CharBuffer |
UrlTag.normalizeURL(PageContext pageContext,
java.lang.String url,
java.lang.String context) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
UrlTag.encodeURL(PageContext pageContext,
CharBuffer url) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
ScanListener.isScanMatchAnnotation(CharBuffer string)
Returns true if the string matches an annotation class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Item.addSyntaxNewline(CharBuffer cb,
int depth)
Adds a syntax newline.
|
Modifier and Type | Method and Description |
---|---|
protected CharBuffer |
HmuxRequest.getHost()
Returns a char buffer containing the host.
|
Modifier and Type | Method and Description |
---|---|
void |
HmuxRequest.getRemoteAddr(CharBuffer cb) |
Modifier and Type | Method and Description |
---|---|
protected CharBuffer |
AbstractHttpRequest.getCharBuffer() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractHttpResponse.fillCookie(CharBuffer cb,
Cookie cookie,
long date,
int version,
boolean isCookie2)
Fills the response for a cookie
|
Modifier and Type | Method and Description |
---|---|
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)
%bmonth name (short)
%Bmonth name (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) |
Modifier and Type | Method and Description |
---|---|
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)
%bmonth name (short)
%Bmonth name (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) |
static void |
Utf8.write(CharBuffer cb,
char ch) |
Modifier and Type | Method and Description |
---|---|
protected static void |
FilesystemPath.normalizePath(CharBuffer cb,
java.lang.String oldPath,
java.lang.String newPath,
int offset,
char separatorChar)
Normalizes a filesystemPath path.
|
protected static void |
DatastorePath.normalizePath(CharBuffer cb,
java.lang.String oldPath,
java.lang.String newPath,
int offset,
char separatorChar) |
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.
|
Constructor and Description |
---|
StringWriter(CharBuffer cb) |
Modifier and Type | Method and Description |
---|---|
static void |
XmlUtil.textValue(CharBuffer cb,
org.w3c.dom.Node node)
Extracts the text value from the node.
|
Modifier and Type | Method and Description |
---|---|
void |
MacroReader.add(CharBuffer cb)
Adds a char buffer to the macro.
|
int |
XmlReader.parseName(CharBuffer name,
int ch)
Parses a name.
|
Modifier and Type | Method and Description |
---|---|
static void |
XmlUtil.textValue(CharBuffer cb,
org.w3c.dom.Node node)
Extracts the text value from the node.
|
Modifier and Type | Method and Description |
---|---|
void |
MacroReader.add(CharBuffer cb)
Adds a char buffer to the macro.
|
int |
XmlReader.parseName(CharBuffer name,
int ch)
Parses a name.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
VarExpr.evalString(CharBuffer cb,
org.w3c.dom.Node node,
ExprEnvironment env)
Returns the value of the variable as a string
|