Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.servlet.logging.FormatStringBuffer

Packages that use FormatStringBuffer
weblogic.servlet.logging   

 

Uses of FormatStringBuffer in weblogic.servlet.logging

 

Methods in weblogic.servlet.logging that return FormatStringBuffer
 FormatStringBuffer FormatStringBuffer.append(String s)
          Appends the string argument to this string buffer.
 FormatStringBuffer FormatStringBuffer.append(int i)
           
 FormatStringBuffer FormatStringBuffer.append(long l)
           
 FormatStringBuffer FormatStringBuffer.append(byte b)
          Appends the byte argument to this string buffer.
 FormatStringBuffer FormatStringBuffer.append(byte[] b)
          Appends the byte[] argument to this string buffer.
 FormatStringBuffer FormatStringBuffer.append(byte[] b, int off, int len)
           
 FormatStringBuffer FormatStringBuffer.append(char ch)
          Appends the chars assuming single bytes.
 FormatStringBuffer FormatStringBuffer.appendDate()
           
 FormatStringBuffer FormatStringBuffer.appendQuotedValueOrDash(String value)
          Appends the string argument with quotes or a dash to the string buffer.
 FormatStringBuffer FormatStringBuffer.appendSpaceDashSpace()
          Appends " - "
 FormatStringBuffer FormatStringBuffer.appendStatusCode(int number)
          Appends the Staus code to the string buffer.
 FormatStringBuffer FormatStringBuffer.appendTime()
           
 FormatStringBuffer FormatStringBuffer.appendTwoDigits(int number)
          Appends two digits to the string buffer.
 FormatStringBuffer FormatStringBuffer.appendValueOrDash(String value)
          Appends the string argument or a dash if null to the string buffer.
 FormatStringBuffer FormatStringBuffer.appendValueOrEmpty(String val)
          Appends the string representation of the string argument or nothing if null to this string buffer.
 FormatStringBuffer FormatStringBuffer.appendYear(int yearMinus1900)
           

 

Methods in weblogic.servlet.logging with parameters of type FormatStringBuffer
abstract  void LogField.logField(HttpAccountingInfo metrics, FormatStringBuffer buffer)
           

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09