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 String
API_CONNECTOR
static String
CONNECTOR_PROPERTY
static List<String>
CONNECTORS
static String
STATUS_CONNECTOR
static String
VIRTUAL_HOST_PREFIX
static String
XP_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
-
-