org.ops4j.pax.wicket.api
Interface Constants


public interface Constants


Field Summary
static String APPLICATION_NAME
          Service property name for the configuration of the ApplicationName.
static String CONTEXT_PARAMS
          Service property name for the configuration of the Servlet Context Params which are typically defined in the web.xml.
static String MOUNTPOINT
          Service property name for the configuration of the MountPoint.
static String PAGE_ID
          Service property name for the configuration of the PageId.
static String PAGE_NAME
          Service property name for the configuration of the PageName.
 

Field Detail

MOUNTPOINT

static final String MOUNTPOINT
Service property name for the configuration of the MountPoint.

See Also:
Constant Field Values

APPLICATION_NAME

static final String APPLICATION_NAME
Service property name for the configuration of the ApplicationName.

See Also:
Constant Field Values

CONTEXT_PARAMS

static final String CONTEXT_PARAMS
Service property name for the configuration of the Servlet Context Params which are typically defined in the web.xml.

See Also:
Constant Field Values

PAGE_NAME

static final String PAGE_NAME
Service property name for the configuration of the PageName.

See Also:
Constant Field Values

PAGE_ID

static final String PAGE_ID
Service property name for the configuration of the PageId.

See Also:
Constant Field Values


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.