Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt
Class AttributeCategory

java.lang.Object
  |
  +--oracle.panama.rt.AttributeCategory

public class AttributeCategory
extends java.lang.Object

This AttributeCategory represents the Parameters, Runtime, or Contexts categories of the attributes in the Request.

Since:
Oracle9i Application Server Wireless Edition

Field Summary
static AttributeCategory APPLICATION_RESPONSE
          The attribute category for back end application response attributes like HTTP headers, HTTP response code, etc.
static AttributeCategory CONTEXTS
          The attribute category for adapter contexts
static AttributeCategory FILE_PARAMETERS
          The attribute category for URL parameters of type File
static AttributeCategory PARAMETERS
          The attribute category for URL parameters
static AttributeCategory RUNTIME
          The attribute category for runtime contexts

 

Method Summary
 AttributeCategory[] getAllCategories()
           
static AttributeCategory getInstance()
           
 java.lang.String toString()
          Get the name of the category.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

PARAMETERS

public static final AttributeCategory PARAMETERS
The attribute category for URL parameters

FILE_PARAMETERS

public static final AttributeCategory FILE_PARAMETERS
The attribute category for URL parameters of type File

RUNTIME

public static final AttributeCategory RUNTIME
The attribute category for runtime contexts

CONTEXTS

public static final AttributeCategory CONTEXTS
The attribute category for adapter contexts

APPLICATION_RESPONSE

public static final AttributeCategory APPLICATION_RESPONSE
The attribute category for back end application response attributes like HTTP headers, HTTP response code, etc.
Method Detail

getInstance

public static AttributeCategory getInstance()

toString

public java.lang.String toString()
Get the name of the category.
Overrides:
toString in class java.lang.Object
Returns:
the value as a String.

getAllCategories

public AttributeCategory[] getAllCategories()

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.