|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.rest.ResourceDispatcher.Context
public class ResourceDispatcher.Context
Keep runtime context and later it can be used for getting some runtime information in ResourceContainer. For example full URL to the requested resource.
| Method Summary | |
|---|---|
String |
createAbsLocation(String additionalPath)
Deprecated. |
String |
getAbsLocation()
Deprecated. |
String |
getContextHref()
Deprecated. Instead this method use @ContextParam(ResourceDispatcher.CONTEXT_PARAM_BASE_URI). |
String |
getServerName()
Deprecated. Instead this method use @ContextParam(ResourceDispatcher.CONTEXT_PARAM_HOST). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Deprecated public String getServerName()
@ContextParam(ResourceDispatcher.CONTEXT_PARAM_HOST).
@Deprecated public String getContextHref()
@ContextParam(ResourceDispatcher.CONTEXT_PARAM_BASE_URI).
@Deprecated public String getAbsLocation()
@Deprecated public String createAbsLocation(String additionalPath)
additionalPath - the additional path.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||