home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1999 November
/
PCONLINE_11_99.ISO
/
filesbbs
/
OS2
/
APCHSSL2.ZIP
/
OS2HTTPD
/
jserv
/
com
/
bitmechanic
/
gsp
/
Template.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1999-02-03
|
493 b
|
16 lines
package com.bitmechanic.gsp;
public interface Template {
long getParseTime();
boolean shouldCache();
boolean usesPrintWriter();
void render(Application var1, GspRequest var2, GspResponse var3) throws Exception;
void flushExpiredCacheData();
void flushAllCacheData();
}