Package com.day.cq.wcm.api.components

Examples of com.day.cq.wcm.api.components.IncludeOptions.forceSameContext()


      decorationEnabled = this.enableDecoration;
    }

    IncludeOptions options = IncludeOptions.getOptions(request, true);
    if (!decorationEnabled) {
      options.forceSameContext(true);
    }

    boolean wcmDisabled;
    if (this.disableWcm == null) {
      wcmDisabled = componentConfiguration.isDisableWcm(); // default is in componentConfiguration
View Full Code Here


      decorationEnabled = this.enableDecoration;
    }

    IncludeOptions options = IncludeOptions.getOptions(request, true);
    if (!decorationEnabled) {
      options.forceSameContext(true);
      options.setDecorationTagName("");
    }

    boolean wcmDisabled;
    if (this.disableWcm == null) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.