org.sitemesh.content.tagrules.msoffice
Class MsOfficeTagRuleBundle
java.lang.Object
org.sitemesh.content.tagrules.msoffice.MsOfficeTagRuleBundle
- All Implemented Interfaces:
- TagRuleBundle
public class MsOfficeTagRuleBundle
- extends Object
- implements TagRuleBundle
TagRuleBundle that adds document properties from MS Office Word and Excel
documents that have been saved as HTML.
These are:
office.DocumentProperties.XXX: The document properties, where XXX is
Author, Company, Version, etc.
- Author:
- Joe Walnes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsOfficeTagRuleBundle
public MsOfficeTagRuleBundle()
install
public void install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
- Specified by:
install in interface TagRuleBundle
cleanUp
public void cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext)
- Specified by:
cleanUp in interface TagRuleBundle
getOfficePropertyNames
protected String[] getOfficePropertyNames()
Copyright © 2011. All Rights Reserved.