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, EventsResource, GroupsResource, SearchResource, TokenResource, UsersResource

public class AbstractResource
extends Object


Field Summary
protected static String DEFAULT_SEARCH_RESULT_SIZE
           
protected static String MAX_RESULTS_PARAM
           
protected  javax.servlet.http.HttpServletRequest request
           
protected static String START_INDEX_PARAM
           
protected  javax.ws.rs.core.UriInfo uriInfo
           
 
Constructor Summary
AbstractResource()
           
 
Method Summary
protected  String getApplicationName()
           
protected  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 String START_INDEX_PARAM
See Also:
Constant Field Values

MAX_RESULTS_PARAM

protected static final String MAX_RESULTS_PARAM
See Also:
Constant Field Values

DEFAULT_SEARCH_RESULT_SIZE

protected static final 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 String getApplicationName()

getBaseUri

protected URI getBaseUri()


Copyright © 2013 Atlassian. All Rights Reserved.