Class MSOfficeDocumentPropertiesRule
java.lang.Object
com.opensymphony.module.sitemesh.html.BasicRule
com.opensymphony.module.sitemesh.html.BlockExtractingRule
com.opensymphony.module.sitemesh.html.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.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.opensymphony.module.sitemesh.html.BlockExtractingRule
createBufferMethods inherited from class com.opensymphony.module.sitemesh.html.BasicRule
currentBuffer, setContext
-
Constructor Details
-
MSOfficeDocumentPropertiesRule
-
-
Method Details
-
shouldProcess
Description copied from interface:TagRuleCalled by the HTMLProcessor to determine if a rule should be called for a given tag. The name parameter will always be passed in lowercase.- Specified by:
shouldProcessin interfaceTagRule- Overrides:
shouldProcessin classBasicRule
-
process
- Specified by:
processin interfaceTagRule- Overrides:
processin classBlockExtractingRule
-
start
- Overrides:
startin classBlockExtractingRule
-
end
- Overrides:
endin classBlockExtractingRule
-