org.sitemesh.content.tagrules.msoffice
Class MsOfficeTagRuleBundle

java.lang.Object
  extended by 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:

Author:
Joe Walnes

Constructor Summary
MsOfficeTagRuleBundle()
           
 
Method Summary
 void cleanUp(State defaultState, ContentProperty contentProperty, SiteMeshContext siteMeshContext)
           
protected  String[] getOfficePropertyNames()
           
 void install(State defaultState, ContentProperty contentProperty, SiteMeshContext siteMeshContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsOfficeTagRuleBundle

public MsOfficeTagRuleBundle()
Method Detail

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.