Oracle Data-aware Controls Reference

oracle.dacf.style
Class StyleLayerFile

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

public class StyleLayerFile
extends StyleLayerImpl

StyleLayerFile is responsible for serializing the XML parse trees from a file. This method uses java serialization and does not expect an xmlparser present on the client.

Version:
INTERNAL

Fields inherited from class oracle.dacf.style.StyleLayerImpl
_clientDocument, _piggyback, _root, PIGGYBACK
 
Constructor Summary
StyleLayerFile(java.io.File file)
          Constructor
StyleLayerFile(java.lang.String name)
          Constructor
 
Method Summary
 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

StyleLayerFile

public StyleLayerFile(java.io.File file)
Constructor
Parameters:
file, - the file

StyleLayerFile

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

save

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

Oracle Data-aware Controls Reference