|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wvcm.ResourceImpl.LoadedProperties
protected class ResourceImpl.LoadedProperties
Loaded properties container.
Method Summary | |
---|---|
protected void |
addAllMissingAttributes(java.util.Map missingProperties)
Update the properties container. |
protected void |
commit()
Called after successful doWriteProperties to reset the caches. |
protected void |
commit(PropertyNameList.PropertyName pname)
Called after successful doWriteContent to reset CONTENT_TYPE and CONTENT_CHARACTER_SET. |
protected java.lang.Object |
get(PropertyNameList.PropertyName pname)
Get a property value |
protected PropertyNameList |
getAttributeNameList()
Get list of available AttributeName's |
protected java.util.Map |
getContainer()
Get the properties container. |
protected PropertyNameList |
getPropertyNameList()
Get list of available PropertyName's |
protected java.util.List |
listOfRemovedAttributes()
Get list of removed attributes |
protected java.util.List |
listOfSetProperties()
Get list of created or modified properties |
protected void |
remove(PropertyNameList.AttributeName aname)
Remove an attribute |
protected void |
resetContainer()
Reset the properties container. |
protected void |
set(PropertyNameList.PropertyName pname,
java.lang.Object value)
Set a property value |
protected void |
setContainer(java.util.Map container)
Set the properties container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected java.lang.Object get(PropertyNameList.PropertyName pname) throws WvcmException
pname
- the PropertyName
WvcmException
- if property is not available (because it was not requested)protected void set(PropertyNameList.PropertyName pname, java.lang.Object value)
pname
- the PropertyNamevalue
- the valueprotected void remove(PropertyNameList.AttributeName aname)
aname
- the AttributeNameprotected java.util.List listOfRemovedAttributes()
protected java.util.List listOfSetProperties()
protected PropertyNameList getPropertyNameList()
protected PropertyNameList getAttributeNameList()
protected void commit()
protected void commit(PropertyNameList.PropertyName pname)
protected void resetContainer()
protected void setContainer(java.util.Map container)
protected void addAllMissingAttributes(java.util.Map missingProperties)
protected java.util.Map getContainer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |