|
||||||||||
| 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 | |
|---|---|
String |
includeExtension(String target,
String element,
boolean editable,
Map paramMap,
ServletRequest req,
ServletResponse res)
The extension method for the include tag action. |
| Method Detail |
|---|
String includeExtension(String target,
String element,
boolean editable,
Map paramMap,
ServletRequest req,
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 | |||||||||