|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface I_CmsLoaderIncludeExtension
Allows extensions to the default include mechanism, these might be required for the handling of special resource types.
CmsJspTagInclude.includeTagAction(javax.servlet.jsp.PageContext, String, String, boolean, Map, ServletRequest, ServletResponse)| Method Summary | |
|---|---|
java.lang.String |
includeExtension(java.lang.String target,
java.lang.String element,
boolean editable,
java.util.Map paramMap,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
The extension method for the include tag action. |
| Method Detail |
|---|
java.lang.String includeExtension(java.lang.String target,
java.lang.String element,
boolean editable,
java.util.Map paramMap,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
throws CmsException
target - the target for the include, might be nullelement - the element to select form the target might be nulleditable - the flag to indicate if the target is editableparamMap - a map of parameters for the include, can be modified, might be nullreq - the current requestres - the current response
CmsException - in case something goes wrong
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||