Package io.milton.property
Class MultiNamespaceCustomPropertySource
java.lang.Object
io.milton.property.MultiNamespaceCustomPropertySource
- All Implemented Interfaces:
PropertySource
- Author:
- brad
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.milton.property.PropertySource
PropertySource.PropertyAccessibility, PropertySource.PropertyMetaData, PropertySource.PropertySetException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearProperty(QName name, Resource r) Just calls setProperty(.. nullgetProperty(QName name, Resource r) getPropertyMetaData(QName name, Resource r) voidsetProperty(QName name, Object value, Resource r)
-
Constructor Details
-
MultiNamespaceCustomPropertySource
public MultiNamespaceCustomPropertySource()
-
-
Method Details
-
getProperty
- Specified by:
getPropertyin interfacePropertySource
-
setProperty
public void setProperty(QName name, Object value, Resource r) throws PropertySource.PropertySetException, NotAuthorizedException - Specified by:
setPropertyin interfacePropertySource- Throws:
PropertySource.PropertySetExceptionNotAuthorizedException
-
getPropertyMetaData
- Specified by:
getPropertyMetaDatain interfacePropertySource
-
clearProperty
public void clearProperty(QName name, Resource r) throws PropertySource.PropertySetException, NotAuthorizedException Just calls setProperty(.. null ..);- Specified by:
clearPropertyin interfacePropertySource- Parameters:
name-r-- Throws:
PropertySource.PropertySetExceptionNotAuthorizedException
-
getAllPropertyNames
- Specified by:
getAllPropertyNamesin interfacePropertySource
-