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