com.opensymphony.module.sitemesh.parser.rules
public class: HeadExtractingRule [javadoc |
source]
java.lang.Object
com.opensymphony.module.sitemesh.html.BasicRule
com.opensymphony.module.sitemesh.html.BlockExtractingRule
com.opensymphony.module.sitemesh.parser.rules.HeadExtractingRule
All Implemented Interfaces:
TagRule
| Method from com.opensymphony.module.sitemesh.parser.rules.HeadExtractingRule Summary: |
|---|
|
createBuffer |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from com.opensymphony.module.sitemesh.parser.rules.HeadExtractingRule Detail: |
protected CharArray createBuffer() {
return head;
}
|