|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weblogic.servlet.logging.FormatStringBuffer
Constructor Summary | |
FormatStringBuffer()
Constructs a FormatStringBuffer with the initial capacity of 128 characters |
|
FormatStringBuffer(int size)
Constructs a FormatStringBuffer with the initial capacity specified by the size argument. |
Method Summary | |
FormatStringBuffer |
append(char c)
Appends the char argument to this string buffer. |
FormatStringBuffer |
append(char[] c)
Appends the char[] argument to this string buffer. |
FormatStringBuffer |
append(int i)
Appends the string representation of the int argument to this string buffer. |
FormatStringBuffer |
append(java.lang.String s)
Appends the string argument to this string buffer. |
FormatStringBuffer |
appendDate()
|
FormatStringBuffer |
appendMonth(int number)
|
FormatStringBuffer |
appendQuotedValueOrDash(java.lang.String value)
Appends the string argument with quotes or a dash to the string buffer. |
FormatStringBuffer |
appendStatusCode(int number)
Appends the Staus code to the string buffer. |
FormatStringBuffer |
appendTime()
|
FormatStringBuffer |
appendTwoDigits(int number)
Appends two digits to the string buffer. |
FormatStringBuffer |
appendValueOrDash(java.lang.String value)
Appends the string argument or a dash if null to the string buffer. |
FormatStringBuffer |
appendValueOrEmpty(java.lang.String val)
Appends the string representation of the string argument or nothing if null to this string buffer. |
FormatStringBuffer |
appendYear(int yearMinus1900)
|
byte[] |
getBytes()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public FormatStringBuffer()
public FormatStringBuffer(int size)
Method Detail |
public final FormatStringBuffer append(java.lang.String s)
public final FormatStringBuffer append(char c)
public final FormatStringBuffer append(char[] c)
public final FormatStringBuffer append(int i)
public final FormatStringBuffer appendValueOrEmpty(java.lang.String val)
public final FormatStringBuffer appendTwoDigits(int number)
public final FormatStringBuffer appendValueOrDash(java.lang.String value)
public final FormatStringBuffer appendQuotedValueOrDash(java.lang.String value)
public final FormatStringBuffer appendStatusCode(int number)
public final byte[] getBytes()
public final java.lang.String toString()
public final FormatStringBuffer appendMonth(int number)
public final FormatStringBuffer appendYear(int yearMinus1900)
public final FormatStringBuffer appendDate()
public final FormatStringBuffer appendTime()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs60 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |