All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.day.cq.wcm.mobile.api.MobileConstants Maven / Gradle / Ivy

/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */
package com.day.cq.wcm.mobile.api;

/**
 * Provides constants for property names.
 */
public interface MobileConstants {

    static final String PN_CAPABILITIES = "capabilities";
    static final String PN_CQDEVICEGROUPS = "cq:deviceGroups";
    static final String PN_DISABLEEMULATOR = "disableEmulator";
    static final String PN_EMULATORS = "emulators";
    static final String PN_FILTERS = "filters";
    static final String PN_FILTERMODE = "filterMode";
    static final String PN_MINSCREENHEIGHT = "minimumScreenHeight";
    static final String PN_MINSCREENWIDTH = "minimumScreenWidth";
    static final String PN_USERAGENT = "userAgent";

    /**
     * Mount points
     */
    static final String MOUNTPOINT_MOBILE = "wcm/mobile";
    static final String MOUNTPOINT_DEVICEGROUPS = MOUNTPOINT_MOBILE + "/groups";

    /**
     * Miscellaneous
     */
    static final String FILTER_MODE_ANY = "any";
    static final String FILTER_MODE_ALL = "all";
    static final String HTML_ID_CONTENT_CSS = "mobileContentCss";
    static final String MOBILE_BASE_RESOURCE_TYPE = "wcm/mobile/components/page";
    static final String MOBILE_NOREDIRECT_SELECTOR = "noredirect";
    static final String MOBILE_PREVENT_REDIRECT_PROPERTY = "mobilePreventRedirect";
    static final String NO_MATCH_SELECTOR = "nomatch";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy