Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.rt
Class AttributeCategory

java.lang.Object
  extended byoracle.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

APPLICATION_RESPONSE

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

CONTEXTS

public static final AttributeCategory CONTEXTS
The attribute category for adapter contexts

FILE_PARAMETERS

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

PARAMETERS

public static final AttributeCategory PARAMETERS
The attribute category for URL parameters

RUNTIME

public static final AttributeCategory RUNTIME
The attribute category for runtime contexts

Method Detail

getAllCategories

public AttributeCategory[] getAllCategories()

getInstance

public static AttributeCategory getInstance()

toString

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.