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.
  • Classes
    Class
    Description
    Implementation of the <wcmmode:design> tag, everything inside this tag will be executed when the WCMMode is DESIGN.
    Implementation of the <wcmmode:disabled> tag, everything inside this tag will be executed when the WCMMode is DISABLED.
    Implementation of the <wcmmode:edit> tag, everything inside this tag will be executed when the WCMMode is EDIT.
    Implementation of the <wcmmode:preview> tag, everything inside this tag will be executed when the WCMMode is PREVIEW.
    Implementation of the <wcmmode:setMode> tag, this sets the WCMMode to 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.