de.smartics.properties.admin.domain.model
Class AppRelations

Package class diagram package AppRelations
java.lang.Object
  extended by de.smartics.properties.admin.domain.model.AppRelations

public final class AppRelations
     
     
extends Object

Defines constants for relations used in this application.


Field Summary
static String API_HOME
          The relation API home for smartics.
static String CONFIGURATION
          Relation to a configuration page.
static String CONFIGURATIONS
          Relation to a configurations page.
static String DESCRIPTOR
          Relation to a property page.
static String DESCRIPTORS
          Relation to a descriptors page.
static String JNDI
          Relation to a JNDI configuration page.
static String PROPERTY
          Relation to a property page.
static String SECURITY
          Relation to a security page.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

API_HOME

public static final String API_HOME
The relation API home for smartics.

Constant Field Value:
"http://www.smartics.de/relation/api"

CONFIGURATIONS

public static final String CONFIGURATIONS
Relation to a configurations page.

Constant Field Value:
"http://www.smartics.de/relation/smartics-properties/configurations"

CONFIGURATION

public static final String CONFIGURATION
Relation to a configuration page.

Constant Field Value:
"http://www.smartics.de/relation/smartics-properties/configuration"

PROPERTY

public static final String PROPERTY
Relation to a property page.

Constant Field Value:
"http://www.smartics.de/relation/smartics-properties/property"

SECURITY

public static final String SECURITY
Relation to a security page.

Constant Field Value:
"http://www.smartics.de/relation/smartics-properties/security"

JNDI

public static final String JNDI
Relation to a JNDI configuration page.

Constant Field Value:
"http://www.smartics.de/relation/smartics-properties/jndi"

DESCRIPTORS

public static final String DESCRIPTORS
Relation to a descriptors page.

Constant Field Value:
"http://www.smartics.de/relation/smartics-properties/descriptors"

DESCRIPTOR

public static final String DESCRIPTOR
Relation to a property page.

Constant Field Value:
"http://www.smartics.de/relation/smartics-properties/descriptor"


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.