|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ws.rs.core.Application
org.apache.wink.common.WinkApplication
public class WinkApplication
Enhances javax.ws.rs.core.Application with getPriority and getInstances methods.
| Field Summary | |
|---|---|
static double |
DEFAULT_PRIORITY
|
| Constructor Summary | |
|---|---|
WinkApplication()
|
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.Class<?>> |
getClasses()
|
java.util.Set<java.lang.Object> |
getInstances()
Returns instances of resources or providers. |
double |
getPriority()
Returns the Application priority. |
| Methods inherited from class javax.ws.rs.core.Application |
|---|
getSingletons |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double DEFAULT_PRIORITY
| Constructor Detail |
|---|
public WinkApplication()
| Method Detail |
|---|
public java.util.Set<java.lang.Class<?>> getClasses()
getClasses in class javax.ws.rs.core.Applicationpublic double getPriority()
public java.util.Set<java.lang.Object> getInstances()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||