Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.servlet.util
Class ContextUtils

java.lang.Object
  |
  +--oracle.cabo.servlet.util.ContextUtils

public class ContextUtils
extends java.lang.Object

Utilities for working with the ServletContext API.


Constructor Summary
ContextUtils()
           
 
Method Summary
static int getMajorVersion(javax.servlet.ServletContext context)
          Return the major version number of the specified ServletContext
static int getMinorVersion(javax.servlet.ServletContext context)
          Return the minor version number of the specified ServletContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextUtils

public ContextUtils()
Method Detail

getMajorVersion

public static int getMajorVersion(javax.servlet.ServletContext context)
Return the major version number of the specified ServletContext

getMinorVersion

public static int getMinorVersion(javax.servlet.ServletContext context)
Return the minor version number of the specified ServletContext

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.