Save This Page
Home » sitemesh-2.4.1 » com.opensymphony.module » sitemesh » parser » rules » [javadoc | source]
com.opensymphony.module.sitemesh.parser.rules
public class: MSOfficeDocumentPropertiesRule [javadoc | source]
java.lang.Object
   com.opensymphony.module.sitemesh.html.BasicRule
      com.opensymphony.module.sitemesh.html.BlockExtractingRule
         com.opensymphony.module.sitemesh.parser.rules.MSOfficeDocumentPropertiesRule

All Implemented Interfaces:
    TagRule

Extracts the extra properties saved in HTML from MS Office applications (Word and Excel), such as Author, Company, Version, etc.
Fields inherited from com.opensymphony.module.sitemesh.html.BasicRule:
context
Constructor:
 public MSOfficeDocumentPropertiesRule(HTMLPage page) 
Method from com.opensymphony.module.sitemesh.parser.rules.MSOfficeDocumentPropertiesRule Summary:
end,   process,   shouldProcess,   start
Methods from com.opensymphony.module.sitemesh.html.BlockExtractingRule:
createBuffer,   end,   process,   start
Methods from com.opensymphony.module.sitemesh.html.BasicRule:
process,   setContext,   shouldProcess
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.module.sitemesh.parser.rules.MSOfficeDocumentPropertiesRule Detail:
 protected  void end(Tag tag) 
 public  void process(Tag tag) 
 public boolean shouldProcess(String name) 
 protected  void start(Tag tag)