Package com.enonic.xp.web.dispatch
Class DispatchConstants
- java.lang.Object
-
- com.enonic.xp.web.dispatch.DispatchConstants
-
public class DispatchConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPI_CONNECTORstatic StringCONNECTOR_ATTRIBUTEstatic StringCONNECTOR_PROPERTYstatic List<String>CONNECTORSstatic StringSTATUS_CONNECTORstatic StringVIRTUAL_HOST_PREFIXstatic StringXP_CONNECTOR
-
Constructor Summary
Constructors Constructor Description DispatchConstants()
-
-
-
Field Detail
-
VIRTUAL_HOST_PREFIX
public static final String VIRTUAL_HOST_PREFIX
- See Also:
- Constant Field Values
-
XP_CONNECTOR
public static final String XP_CONNECTOR
- See Also:
- Constant Field Values
-
API_CONNECTOR
public static final String API_CONNECTOR
- See Also:
- Constant Field Values
-
STATUS_CONNECTOR
public static final String STATUS_CONNECTOR
- See Also:
- Constant Field Values
-
CONNECTOR_PROPERTY
public static final String CONNECTOR_PROPERTY
- See Also:
- Constant Field Values
-
CONNECTOR_ATTRIBUTE
public static final String CONNECTOR_ATTRIBUTE
- See Also:
- Constant Field Values
-
-