org.apache.clerezza.triaxrs
Interface Constants


public interface Constants

Defines standard names for the Triaxrs environment and Manifest header attribute keys.

The values associated with these keys are of type java.lang.String, unless otherwise indicated.

Author:
mir

Field Summary
static String TRIAXRS_PATH_PREFIX
          Manifest header (named "Triaxrs-PathPrefix") of a bundle which offers javax.ws.rs.core.Application or individual resource(s) as service(s) for a TriaxRs bundle.
 

Field Detail

TRIAXRS_PATH_PREFIX

static final String TRIAXRS_PATH_PREFIX
Manifest header (named "Triaxrs-PathPrefix") of a bundle which offers javax.ws.rs.core.Application or individual resource(s) as service(s) for a TriaxRs bundle. The header value specifies the prefix which will be prepended to the paths of the resources provided by the javax.ws.rs.core.Application or of the individual resource(s).

See Also:
Constant Field Values


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.