Package com.adobe.acs.commons.wcm.tags.wcmmode
@Version("1.0.2")
package com.adobe.acs.commons.wcm.tags.wcmmode
WCM JSP Tags and Function.
-
ClassesClassDescriptionImplementation of the <wcmmode:design> tag, everything inside this tag will be executed when the
WCMModeisDESIGN.Implementation of the <wcmmode:disabled> tag, everything inside this tag will be executed when theWCMModeisDISABLED.Implementation of the <wcmmode:edit> tag, everything inside this tag will be executed when theWCMModeisEDIT.Implementation of the <wcmmode:preview> tag, everything inside this tag will be executed when theWCMModeisPREVIEW.Implementation of the <wcmmode:setMode> tag, this sets theWCMModeto the specified mode and restores it to the original mode.
The following attributes can be specified: mode: to mode to be set restore: must the original mode be restored (default true) Example:
<wcmmode:setMode mode="disabled"> ...JSP function classes from the wcmmode tag namespace.