Oracle Data-aware Controls Reference

oracle.dacf.style
Class StyleLayerMiddletier

java.lang.Object
  |
  +--oracle.dacf.style.StyleLayerImpl
        |
        +--oracle.dacf.style.StyleLayerMiddletier
All Implemented Interfaces:
StyleLayer

public class StyleLayerMiddletier
extends StyleLayerImpl

StyleLayerMiddletier is responsible for serializing the XML parse trees, from the Middletier

Version:
INTERNAL

Fields inherited from class oracle.dacf.style.StyleLayerImpl
_clientDocument, _piggyback, _root, PIGGYBACK
 
Constructor Summary
StyleLayerMiddletier(StyleAppModule appModule, java.lang.String name)
          Constructor
 
Method Summary
 StyleAppModule getApplicationModule()
          returns the StyleAppModule
 void save()
          saves the latest document/piggyback definition.
 
Methods inherited from class oracle.dacf.style.StyleLayerImpl
getPiggyback, getRoot, setPiggyback, setRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleLayerMiddletier

public StyleLayerMiddletier(StyleAppModule appModule,
                            java.lang.String name)
Constructor
Parameters:
name, - the name of the file
Method Detail

getApplicationModule

public StyleAppModule getApplicationModule()
returns the StyleAppModule
Returns:
the StyleAppModule, used by this StyleLayer

save

public void save()
saves the latest document/piggyback definition.
Overrides:
save in class StyleLayerImpl

Oracle Data-aware Controls Reference