Servertec   ServletContextManager
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Add-ons
How To
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Users
Reference
iServer API
AccessLogEntry
Codecs
Connection
ConnectionPool...
DString
ErrorLogEntry
EventLogEntry
FileCache
FileUpload
IOHandler
IOManager
iws
Logger
MultiPartForm
QuickSort
QuickSortString...
Realm
RealmAdmin...
RealmManager
ServletContextImpl
ServletContext...
ServletImpl
ServletManager
Utils

Servlet API
CGI
SSI
Servlets
Config Files
Log Files
Classes
Directory Tree

Samples
Sales
Legal
Feedback

 

java.lang.Object
 |
 +--stec.iws.ServletContextManager

public class ServletContextManager extends Object

Methods used to access Servlet Contexts.

Methods

Method Description
getServletContext Returns the ServletContext for the specified URI.

getServletContext

Returns the ServletContext for the specified URI.

Syntax

public static ServletContextImpl getServletContext(String uri)
     throws Exception

Parameters

uri the ServletContext associated with the specified URI.

Returns

ServletContextImpl the ServletContext associated with the specified URI.

Throws

Exception any exception thrown.

Example

ServletContextImpl context =
    ServletContextManager.getServletContext("/");
 top of page
 Built with iScript Copyright © 1997-2000 Servertec. All rights reserved.
Last Modified: Thu Aug 10 13:06:59 EDT 2000