Package de.hybris.platform.cms2.misc
Interface CMSFilter
-
- All Superinterfaces:
javax.servlet.Filter
- All Known Implementing Classes:
CMSSiteFilter
public interface CMSFilter extends javax.servlet.FilterThis interface is replacement forPreviewServletNote:
It holds some constants that are used within preview mechanism
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLEAR_CMSSITE_PARAMstatic java.lang.StringPREVIEW_TICKET_ID_PARAMstatic java.lang.StringPREVIEW_TOKEN
-
-
-
Field Detail
-
PREVIEW_TOKEN
static final java.lang.String PREVIEW_TOKEN
- See Also:
- Constant Field Values
-
PREVIEW_TICKET_ID_PARAM
static final java.lang.String PREVIEW_TICKET_ID_PARAM
- See Also:
- Constant Field Values
-
CLEAR_CMSSITE_PARAM
static final java.lang.String CLEAR_CMSSITE_PARAM
- See Also:
- Constant Field Values
-
-