org.jboss.resteasy.tests.context
Class ContextService

java.lang.Object
  extended by org.jboss.resteasy.tests.context.ContextService

public class ContextService
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
ContextService()
           
 
Method Summary
 String get(javax.servlet.ServletConfig config)
           
 String get(javax.servlet.ServletContext context)
           
 String get(UriInfo uri)
           
 String getBase(UriInfo uri)
           
 String getJson()
           
 String getXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextService

public ContextService()
Method Detail

get

public String get(@Context
                  UriInfo uri)

getBase

public String getBase(@Context
                      UriInfo uri)

get

public String get(@Context
                  javax.servlet.ServletContext context)

get

public String get(@Context
                  javax.servlet.ServletConfig config)

getJson

public String getJson()

getXml

public String getXml()


Copyright © 2011. All Rights Reserved.