UIX 2.2.16

oracle.cabo.ui.xml.parse
Class ClientActionFactory

java.lang.Object
  |
  +--oracle.cabo.share.xml.beans.BeanParserFactory
        |
        +--oracle.cabo.ui.xml.parse.ClientActionFactory
All Implemented Interfaces:
ParserFactory

public class ClientActionFactory
extends BeanParserFactory

The ParserFactory for ClientActions.


Method Summary
 void registerSelf(ParserManager manager)
          Registers this factory on a ParserManager.
static ClientActionFactory sharedInstance()
          Returns the shared instance.
 
Methods inherited from class oracle.cabo.share.xml.beans.BeanParserFactory
createBeanParser, getBeanDef, getParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sharedInstance

public static ClientActionFactory sharedInstance()
Returns the shared instance.

registerSelf

public void registerSelf(ParserManager manager)
Registers this factory on a ParserManager.
Overrides:
registerSelf in class BeanParserFactory

UIX 2.2.16