Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.jdevimpl.audit.report
Class StyleSheetRepository

java.lang.Object
  extended by oracle.jdevimpl.audit.report.StyleSheetRepository
Direct Known Subclasses:
ProfileStyleSheetRepository

public class StyleSheetRepository
extends java.lang.Object

A repository of Audit XSLT reporter style sheets.


Constructor Summary
StyleSheetRepository()
           
 
Method Summary
protected  void ensureDefaultStyleSheet(java.lang.String name, java.net.URL url)
           
protected  void ensureDefaultStyleSheets()
           
 StyleSheet getStyleSheet(java.lang.String name)
          Gets a style sheet of this repository.
 java.util.List<StyleSheet> getStyleSheets()
          Gets the style sheets of the repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleSheetRepository

public StyleSheetRepository()
Method Detail

getStyleSheets

public java.util.List<StyleSheet> getStyleSheets()
Gets the style sheets of the repository.

Returns:
A list of StyleSheets.

getStyleSheet

public StyleSheet getStyleSheet(java.lang.String name)
Gets a style sheet of this repository.


ensureDefaultStyleSheets

protected void ensureDefaultStyleSheets()

ensureDefaultStyleSheet

protected void ensureDefaultStyleSheet(java.lang.String name,
                                       java.net.URL url)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.