BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.html
Class Codeset

java.lang.Object
  |
  +--weblogic.html.Codeset

public class Codeset
extends java.lang.Object

Utility class for setting codeset for a page. Use a Codeset object in the constructor of an HtmlPage to assign a codeset to the page.

Author:
Copyright (c) 1998 by WebLogic, Inc. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Codeset(java.lang.String codeset)
          Constructs a new Codeset object with the specified string, for example "SJIS".
 
Method Summary
 java.lang.String getCodeset()
          Gets the codeset descriptor associated with a Codeset object.
 void setCodeset(java.lang.String codeset)
          Sets the language set for a Codeset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Codeset

public Codeset(java.lang.String codeset)
Constructs a new Codeset object with the specified string, for example "SJIS".

Parameters:
codeset - Codeset to be used for the page
Method Detail

setCodeset

public void setCodeset(java.lang.String codeset)
Sets the language set for a Codeset.

Parameters:
codeset - String descriptor, for example "SJIS"

getCodeset

public java.lang.String getCodeset()
Gets the codeset descriptor associated with a Codeset object.

Returns:
String descriptor, for example "SJIS"

Documentation is available at
http://www.weblogic.com/docs51