Package org.ametys.web
Interface WebConstants
-
public interface WebConstants
Constants for the Web plugin.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ANONYMOUS_MODE
The request attribute name pointing out an anonymous accessstatic String
LIVE_WORKSPACE
Name of the JCR live workspacestatic String
REQUEST_ATTR_PAGE
The request attribute name holding the current page objectstatic String
REQUEST_ATTR_PAGE_ID
The request attribute name holding the current page idstatic String
REQUEST_ATTR_SERVICE_ID
The request attribute name holding the service idstatic String
REQUEST_ATTR_SITE
The request attribute name holding the site objectstatic String
REQUEST_ATTR_SITE_NAME
The request attribute name holding the site namestatic String
REQUEST_ATTR_SITEMAP
The request attribute name holding the sitemap objectstatic String
REQUEST_ATTR_SITEMAP_NAME
The request attribute name holding the sitemap languagestatic String
REQUEST_ATTR_SKIN_ID
The request attribute name holding the current skin idstatic String
REQUEST_ATTR_TEMPLATE_ID
The request attribute name holding the current templatestatic String
REQUEST_ATTR_ZONE_NAME
The request attribute name holding the current zone namestatic String
REQUEST_ATTR_ZONEITEM
The request attribute name holding the current zone item objectstatic String
REQUEST_ATTR_ZONEITEM_ID
The request attribute name holding the current zone item id
-
-
-
Field Detail
-
LIVE_WORKSPACE
static final String LIVE_WORKSPACE
Name of the JCR live workspace- See Also:
- Constant Field Values
-
ANONYMOUS_MODE
static final String ANONYMOUS_MODE
The request attribute name pointing out an anonymous access- See Also:
- Constant Field Values
-
REQUEST_ATTR_PAGE_ID
static final String REQUEST_ATTR_PAGE_ID
The request attribute name holding the current page id- See Also:
- Constant Field Values
-
REQUEST_ATTR_PAGE
static final String REQUEST_ATTR_PAGE
The request attribute name holding the current page object
-
REQUEST_ATTR_ZONE_NAME
static final String REQUEST_ATTR_ZONE_NAME
The request attribute name holding the current zone name- See Also:
- Constant Field Values
-
REQUEST_ATTR_ZONEITEM
static final String REQUEST_ATTR_ZONEITEM
The request attribute name holding the current zone item object
-
REQUEST_ATTR_ZONEITEM_ID
static final String REQUEST_ATTR_ZONEITEM_ID
The request attribute name holding the current zone item id- See Also:
- Constant Field Values
-
REQUEST_ATTR_SERVICE_ID
static final String REQUEST_ATTR_SERVICE_ID
The request attribute name holding the service id- See Also:
- Constant Field Values
-
REQUEST_ATTR_SITE_NAME
static final String REQUEST_ATTR_SITE_NAME
The request attribute name holding the site name- See Also:
- Constant Field Values
-
REQUEST_ATTR_SITE
static final String REQUEST_ATTR_SITE
The request attribute name holding the site object
-
REQUEST_ATTR_SITEMAP_NAME
static final String REQUEST_ATTR_SITEMAP_NAME
The request attribute name holding the sitemap language- See Also:
- Constant Field Values
-
REQUEST_ATTR_SITEMAP
static final String REQUEST_ATTR_SITEMAP
The request attribute name holding the sitemap object
-
REQUEST_ATTR_SKIN_ID
static final String REQUEST_ATTR_SKIN_ID
The request attribute name holding the current skin id- See Also:
- Constant Field Values
-
REQUEST_ATTR_TEMPLATE_ID
static final String REQUEST_ATTR_TEMPLATE_ID
The request attribute name holding the current template- See Also:
- Constant Field Values
-
-