| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.util.SSI
public class SSI
SSI - Server Side Include, which can be used within a ResourceReader supporting SSI
| Constructor Summary | |
|---|---|
SSI()
Deprecated.  | 
|
| Method Summary | |
|---|---|
 void | 
includeFile(java.lang.String fileName,
            boolean virtual,
            java.io.OutputStream out)
Deprecated. Read the specified file and parse server side include instructions  | 
static void | 
main(java.lang.String[] args)
Deprecated.  | 
 void | 
parseStream(java.io.InputStream in,
            java.io.OutputStream out)
Deprecated. Parse server side include instruction in the input stream and put the input stream together with the includes to the output stream  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SSI()
| Method Detail | 
|---|
public static void main(java.lang.String[] args)
public void includeFile(java.lang.String fileName,
                        boolean virtual,
                        java.io.OutputStream out)
                 throws java.io.IOException
fileName - The file path to read invirtual - Whether the fileName parameter is absolute or relative to the document root of the web serverout - The OutputStream where to write output to
java.io.IOException
public void parseStream(java.io.InputStream in,
                        java.io.OutputStream out)
                 throws java.io.IOException
in - The input stream with instruction inlineout - The output stream
java.io.IOException
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||