com.atlassian.crowd.plugin.rest.service.resource
Class AbstractResource

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
Direct Known Subclasses:
AuthenticationResource, GroupsResource, SearchResource, TokenResource, UsersResource

public class AbstractResource
extends java.lang.Object


Field Summary
protected static java.lang.String DEFAULT_SEARCH_RESULT_SIZE
           
protected static java.lang.String MAX_RESULTS_PARAM
           
protected  javax.servlet.http.HttpServletRequest request
           
protected static java.lang.String START_INDEX_PARAM
           
protected  javax.ws.rs.core.UriInfo uriInfo
           
 
Constructor Summary
AbstractResource()
           
 
Method Summary
protected  java.lang.String getApplicationName()
           
protected  java.net.URI getBaseUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_INDEX_PARAM

protected static final java.lang.String START_INDEX_PARAM
See Also:
Constant Field Values

MAX_RESULTS_PARAM

protected static final java.lang.String MAX_RESULTS_PARAM
See Also:
Constant Field Values

DEFAULT_SEARCH_RESULT_SIZE

protected static final java.lang.String DEFAULT_SEARCH_RESULT_SIZE
See Also:
Constant Field Values

uriInfo

@Context
protected javax.ws.rs.core.UriInfo uriInfo

request

@Context
protected javax.servlet.http.HttpServletRequest request
Constructor Detail

AbstractResource

public AbstractResource()
Method Detail

getApplicationName

protected java.lang.String getApplicationName()

getBaseUri

protected java.net.URI getBaseUri()


Copyright © 2011 Atlassian. All Rights Reserved.