java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.language.markup.AbstractMarkupLanguage
org.apache.cocoon.components.language.markup.CocoonMarkupLanguage
org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage
All Implemented Interfaces:
org.apache.avalon.framework.activity.Disposable, org.apache.avalon.excalibur.pool.Recyclable, MarkupLanguage, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.configuration.Configurable
MarkupLanguage for Cocoon's
XSP.< - a href="mailto:ricardo@apache.org">Ricardo Rocha< - a href="mailto:ssahuc@apache.org">Sebastien Sahuc< - a href="mailto:vgritsenko@apache.org">Vadim Gritsenko$ - Id: XSPMarkupLanguage.java 433543 2006-08-22 06:22:54Z crossley $| Nested Class Summary: | ||
|---|---|---|
| protected class | XSPMarkupLanguage.PreProcessFilter | {@link CocoonMarkupLanguage.PreProcessFilter PreProcessFilter} that replaces
XSP expressions. |
| Fields inherited from org.apache.cocoon.components.language.markup.AbstractMarkupLanguage: |
|---|
| ATTR_INTERPOLATION, TEXT_INTERPOLATION, name, languages, logicsheetCache, manager |
| Method from org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage Summary: |
|---|
| getLogicsheetFilter, getPreprocessFilter, getRootElement |
| Methods from org.apache.cocoon.components.language.markup.CocoonMarkupLanguage: |
|---|
| addDependency, addLogicsheetToList, getPreprocessFilter, getRootElement, getTransformerChainBuilder, recycle |
| Methods from org.apache.cocoon.components.language.markup.AbstractMarkupLanguage: |
|---|
| addDependency, addLogicsheetToList, addLogicsheetsToGenerator, configure, dispose, generateCode, getEncoding, getLogicsheetFilter, getName, getPrefix, getPreprocessFilter, getTransformerChainBuilder, getURI, hasAttrInterpolation, hasTextInterpolation, recycle, service |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage Detail: |
|---|
|
XMLFilter object is the first filter on the
transformer chain. |
|