de.smartics.properties.admin.resources.controller
Class RestApplication

Package class diagram package RestApplication
java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by de.smartics.properties.admin.resources.controller.RestApplication

@ApplicationPath(value="/api")
public class RestApplication
     
     
extends javax.ws.rs.core.Application

Defines the REST application.


Field Summary
static String HTTP_PORT
          The HTTP port configured by the JBoss Server.
static String HTTPS_PORT
          The HTTPS port configured by the JBoss Server.
 
Constructor Summary
RestApplication()
           
 
Method Summary
 
Methods inherited from class javax.ws.rs.core.Application
getClasses, getProperties, getSingletons
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_PORT

public static final String HTTP_PORT
The HTTP port configured by the JBoss Server.


HTTPS_PORT

public static final String HTTPS_PORT
The HTTPS port configured by the JBoss Server.

Constructor Detail

RestApplication

public RestApplication()


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