Package org.n52.web.ctrl
Interface UrlSettings
-
public interface UrlSettingsThe
UrlSettingsserves as markup interface, so that each controller instance uses the same URL subpaths.Note: Do not code against this type.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBASEstatic StringCOLLECTION_CATEGORIESSubpath identifying a collection of categories available.static StringCOLLECTION_DATASETSSubpaths identifying datasets collections available.static StringCOLLECTION_FEATURESSubpath identifying a collection of features available.static StringCOLLECTION_GEOMETRIESSubpaths identifying geometries collections available.static StringCOLLECTION_INDIVIDUAL_OBSERVATIONSSubpaths identifying individual observation collections available.static StringCOLLECTION_MEASURING_PROGRAMSSubpath identifying a collection of measuring programs available.static StringCOLLECTION_OFFERINGSSubpath identifying a collection of offerings available.static StringCOLLECTION_PHENOMENASubpath identifying a collection of phenomenons available.static StringCOLLECTION_PLATFORMSSubpaths identifying platforms collections available.static StringCOLLECTION_PROCEDURESSubpath identifying a collection of procedures available.static StringCOLLECTION_PROFILESSubpaths identifying profile collections available.static StringCOLLECTION_SAMPLINGSSubpath identifying a collection of samplings available.static StringCOLLECTION_SERVICESSubpath identifying a collection of services available.static StringCOLLECTION_STATIONSSubpath identifying a collection of stations available.static StringCOLLECTION_TAGSSubpath identifying a collection of tags available.static StringCOLLECTION_TIMESERIESSubpath identifying a collection of timeseries metadata available.static StringCOLLECTION_TRAJECTORIESSubpaths identifying trajectories collections available.static StringSEARCHSubpath identifying the search.
-
-
-
Field Detail
-
BASE
static final String BASE
- See Also:
- Constant Field Values
-
SEARCH
static final String SEARCH
Subpath identifying the search.- See Also:
- Constant Field Values
-
COLLECTION_SERVICES
static final String COLLECTION_SERVICES
Subpath identifying a collection of services available.- See Also:
- Constant Field Values
-
COLLECTION_CATEGORIES
static final String COLLECTION_CATEGORIES
Subpath identifying a collection of categories available.- See Also:
- Constant Field Values
-
COLLECTION_TAGS
static final String COLLECTION_TAGS
Subpath identifying a collection of tags available.- See Also:
- Constant Field Values
-
COLLECTION_OFFERINGS
static final String COLLECTION_OFFERINGS
Subpath identifying a collection of offerings available.- See Also:
- Constant Field Values
-
COLLECTION_FEATURES
static final String COLLECTION_FEATURES
Subpath identifying a collection of features available.- See Also:
- Constant Field Values
-
COLLECTION_PROCEDURES
static final String COLLECTION_PROCEDURES
Subpath identifying a collection of procedures available.- See Also:
- Constant Field Values
-
COLLECTION_PHENOMENA
static final String COLLECTION_PHENOMENA
Subpath identifying a collection of phenomenons available.- See Also:
- Constant Field Values
-
COLLECTION_STATIONS
static final String COLLECTION_STATIONS
Subpath identifying a collection of stations available.- See Also:
- Constant Field Values
-
COLLECTION_TIMESERIES
static final String COLLECTION_TIMESERIES
Subpath identifying a collection of timeseries metadata available.- See Also:
- Constant Field Values
-
COLLECTION_PLATFORMS
static final String COLLECTION_PLATFORMS
Subpaths identifying platforms collections available.- See Also:
- Constant Field Values
-
COLLECTION_DATASETS
static final String COLLECTION_DATASETS
Subpaths identifying datasets collections available.- See Also:
- Constant Field Values
-
COLLECTION_INDIVIDUAL_OBSERVATIONS
static final String COLLECTION_INDIVIDUAL_OBSERVATIONS
Subpaths identifying individual observation collections available.- See Also:
- Constant Field Values
-
COLLECTION_PROFILES
static final String COLLECTION_PROFILES
Subpaths identifying profile collections available.- See Also:
- Constant Field Values
-
COLLECTION_TRAJECTORIES
static final String COLLECTION_TRAJECTORIES
Subpaths identifying trajectories collections available.- See Also:
- Constant Field Values
-
COLLECTION_SAMPLINGS
static final String COLLECTION_SAMPLINGS
Subpath identifying a collection of samplings available.- See Also:
- Constant Field Values
-
COLLECTION_MEASURING_PROGRAMS
static final String COLLECTION_MEASURING_PROGRAMS
Subpath identifying a collection of measuring programs available.- See Also:
- Constant Field Values
-
COLLECTION_GEOMETRIES
static final String COLLECTION_GEOMETRIES
Subpaths identifying geometries collections available.- See Also:
- Constant Field Values
-
-