com.tinkerpop.rexster
Class RexsterResource

java.lang.Object
  extended by com.tinkerpop.rexster.BaseResource
      extended by com.tinkerpop.rexster.RexsterResource

public class RexsterResource
extends BaseResource


Field Summary
 javax.servlet.ServletContext servletCtx
           
 
Fields inherited from class com.tinkerpop.rexster.BaseResource
httpServletRequest, producesVariantList, resultObject, securityContext, servletContext, sh, uriInfo
 
Constructor Summary
RexsterResource()
           
RexsterResource(RexsterApplication ra)
           
 
Method Summary
 javax.ws.rs.core.Response getRexsterRoot()
           
 javax.ws.rs.core.Response optionsRexsterRoot()
           
 
Methods inherited from class com.tinkerpop.rexster.BaseResource
buildOptionsResponse, buildOptionsResponse, generateErrorObject, generateErrorObject, generateErrorObjectJsonFail, getNonRexsterRequest, getNonRexsterRequestKeys, getRequestObject, getRequestObject, getRequestObjectFlat, getRexsterApplication, getTimeAlive, getUriPath, setRequestObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servletCtx

@Context
public javax.servlet.ServletContext servletCtx
Constructor Detail

RexsterResource

public RexsterResource()

RexsterResource

public RexsterResource(RexsterApplication ra)
Method Detail

optionsRexsterRoot

public javax.ws.rs.core.Response optionsRexsterRoot()

getRexsterRoot

public javax.ws.rs.core.Response getRexsterRoot()


Copyright © 2009-2012. All Rights Reserved.