Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.servlet.xml
Class BajaParseContext

java.lang.Object
  |
  +--oracle.cabo.share.xml.ParseContextImpl
        |
        +--oracle.cabo.servlet.xml.BajaParseContext
All Implemented Interfaces:
java.lang.Cloneable, ParseContext

public class BajaParseContext
extends ParseContextImpl

ParseContext implementation used by the UIX Controller (Baja).


Constructor Summary
BajaParseContext(BajaContext context, Page page, ErrorLog log)
           
 
Method Summary
static BajaContext getBajaContext(ParseContext context)
          Returns the BajaContext from a ParseContext.
static Page getPage(ParseContext context)
          Returns the Page being parsed from a ParseContext.
 
Methods inherited from class oracle.cabo.share.xml.ParseContextImpl
clone, getErrorLog, getExtension, getLocator, getNamespaceURI, getParser, getParserManager, getProperty, getXMLProvider, setProperty
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BajaParseContext

public BajaParseContext(BajaContext context,
                        Page page,
                        ErrorLog log)
Method Detail

getBajaContext

public static BajaContext getBajaContext(ParseContext context)
Returns the BajaContext from a ParseContext.

getPage

public static Page getPage(ParseContext context)
Returns the Page being parsed from a ParseContext.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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