org.benow.web.css
Class CSSStyleSheetImpl
java.lang.Object
org.benow.security.SecureObject
org.benow.repository.util.PersistentObjectImpl
org.benow.repository.mapping.JSQLObject
org.benow.web.css.CSSStyleSheetImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable, org.benow.repository.util.PersistentObject, org.w3c.dom.css.CSSStyleSheet, org.w3c.dom.stylesheets.StyleSheet
public class CSSStyleSheetImpl
- extends org.benow.repository.mapping.JSQLObject
- implements org.w3c.dom.css.CSSStyleSheet
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class org.benow.repository.mapping.JSQLObject |
org.benow.repository.mapping.JSQLObject.XSQLVersionDesc, org.benow.repository.mapping.JSQLObject.XSQLVersioned |
| Fields inherited from class org.benow.repository.util.PersistentObjectImpl |
conn, recycled |
| Fields inherited from class org.benow.security.SecureObject |
admin |
| Fields inherited from interface org.benow.repository.util.PersistentObject |
FIELD_NAME_KEY |
| Methods inherited from class org.benow.repository.mapping.JSQLObject |
fetchExpectedField, fetchField, fetchFieldQuiet, forgetField, isFetched, isLocked, lock, refetchFieldQuiet, setFetched |
| Methods inherited from class org.benow.repository.util.PersistentObjectImpl |
compareTo, doIsTransient, equals, getKey, isTransient, recycle, remove, remove, repositoryAfterLoad, repositoryAfterPersist, repositoryAfterTransient, repositoryBeforePersist, repositoryBeforeTransient, setKey, toString, update, update |
| Methods inherited from class org.benow.security.SecureObject |
assertOnePermission, assertPermission, assertPermission, declarePermission, declareViewPermission, declareViewPermission |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CSSStyleSheetImpl
public CSSStyleSheetImpl(java.io.File fromFile)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
deleteRule
public void deleteRule(int arg0)
throws org.w3c.dom.DOMException
- Specified by:
deleteRule in interface org.w3c.dom.css.CSSStyleSheet
- Throws:
org.w3c.dom.DOMException
getCssRules
public org.w3c.dom.css.CSSRuleList getCssRules()
- Specified by:
getCssRules in interface org.w3c.dom.css.CSSStyleSheet
getOwnerRule
public org.w3c.dom.css.CSSRule getOwnerRule()
- Specified by:
getOwnerRule in interface org.w3c.dom.css.CSSStyleSheet
insertRule
public int insertRule(java.lang.String arg0,
int arg1)
throws org.w3c.dom.DOMException
- Specified by:
insertRule in interface org.w3c.dom.css.CSSStyleSheet
- Throws:
org.w3c.dom.DOMException
getDisabled
public boolean getDisabled()
- Specified by:
getDisabled in interface org.w3c.dom.stylesheets.StyleSheet
getHref
public java.lang.String getHref()
- Specified by:
getHref in interface org.w3c.dom.stylesheets.StyleSheet
getMedia
public org.w3c.dom.stylesheets.MediaList getMedia()
- Specified by:
getMedia in interface org.w3c.dom.stylesheets.StyleSheet
getOwnerNode
public org.w3c.dom.Node getOwnerNode()
- Specified by:
getOwnerNode in interface org.w3c.dom.stylesheets.StyleSheet
getParentStyleSheet
public org.w3c.dom.stylesheets.StyleSheet getParentStyleSheet()
- Specified by:
getParentStyleSheet in interface org.w3c.dom.stylesheets.StyleSheet
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle in interface org.w3c.dom.stylesheets.StyleSheet
getType
public java.lang.String getType()
- Specified by:
getType in interface org.w3c.dom.stylesheets.StyleSheet
setDisabled
public void setDisabled(boolean arg0)
- Specified by:
setDisabled in interface org.w3c.dom.stylesheets.StyleSheet