All Examples  This Package

Class examples.htmlkona.defaults

java.lang.Object
   |
   +----examples.htmlkona.defaults

public class defaults
extends Object
The defaults file has methods that many of the servlets in this directory use for such things as connecting to a database and finding directories. You can set up variables once here, compile the entire directory, and not have to edit each servlet.

Author:
Copyright (c) 1996-2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o defaults()

Method Index

 o fileloc()
 o imageloc()
 o login()
These routines are shared by all the examples in the examples.
 o prefix()
 o server()
 o setPageDefaults()
 o showException(Exception, OutputStream)

Constructors

 o defaults
 public defaults()

Methods

 o login
 public static Connection login() throws SQLException
These routines are shared by all the examples in the examples.

 o server
 public static final String server()
 o prefix
 public static final String prefix()
 o fileloc
 public static final String fileloc()
 o imageloc
 public static final String imageloc()
 o showException
 public static void showException(Exception e,
                                  OutputStream out) throws IOException
 o setPageDefaults
 public static void setPageDefaults()

All Examples  This Package