| 
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--weblogic.html.HtmlElement
        |
        +--weblogic.html.FileElement
A FileElement object is used to retrieve the contents of a file.
| Fields inherited from class weblogic.html.HtmlElement | 
codeset,  
useObsolete | 
| Constructor Summary | |
FileElement()
Deprecated. Constructs a FileElement.  | 
|
FileElement(java.lang.String filename)
Deprecated. Constructs a FileElement with the specified filename.  | 
|
| Method Summary | |
 java.lang.String | 
getFileName()
Deprecated. Gets the filename of a FileElement.  | 
 void | 
output(java.io.OutputStream out)
Deprecated. Outputs a FileElement to the specified output stream.  | 
 void | 
output(java.io.OutputStream out,
       java.lang.String codeset)
Deprecated. Outputs a FileElement to the specified output stream.  | 
 void | 
output(java.io.PrintWriter pw)
Deprecated.  | 
 FileElement | 
setFileName(java.lang.String filename)
Deprecated. Sets the filename of a FileElement.  | 
 int | 
widthAsLiteral()
Deprecated. Returns the number of characters in a FileElement.  | 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public FileElement()
public FileElement(java.lang.String filename)
filename - Filename| Method Detail | 
public int widthAsLiteral()
public FileElement setFileName(java.lang.String filename)
filename - Filenamepublic java.lang.String getFileName()
public void output(java.io.OutputStream out)
            throws java.io.IOException
out - OutputStream
public void output(java.io.OutputStream out,
                   java.lang.String codeset)
            throws java.io.IOException
out - OutputStreamcodeset - Java Codeset
public void output(java.io.PrintWriter pw)
            throws java.io.IOException
  | 
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||