jrun.jsp.runtime
Class ConstantTable

java.lang.Object
  |
  +--jrun.jsp.runtime.ConstantTable
All Implemented Interfaces:
java.io.Serializable

public class ConstantTable
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ConstantTable()
           
 
Method Summary
 int addString(java.lang.String s)
           
 java.lang.String getString(int i)
           
static ConstantTable load(java.lang.Class page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantTable

public ConstantTable()
Method Detail

getString

public java.lang.String getString(int i)

addString

public int addString(java.lang.String s)

load

public static ConstantTable load(java.lang.Class page)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.