Class RuntimeDelegateImpl

java.lang.Object
javax.ws.rs.ext.RuntimeDelegate
org.exoplatform.services.rest.impl.RuntimeDelegateImpl

public class RuntimeDelegateImpl extends javax.ws.rs.ext.RuntimeDelegate
Version:
$Id: $
Author:
Andrey Parfonov
  • Nested Class Summary

    Nested classes/interfaces inherited from class javax.ws.rs.ext.RuntimeDelegate

    javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T>
  • Field Summary

    Fields inherited from class javax.ws.rs.ext.RuntimeDelegate

    JAXRS_RUNTIME_DELEGATE_PROPERTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Should be used only once for initialize.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    createEndpoint(javax.ws.rs.core.Application applicationConfig, Class<T> type)
    End Points is not supported.
    <T> javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T>
    javax.ws.rs.core.Response.ResponseBuilder
    javax.ws.rs.core.UriBuilder
    javax.ws.rs.core.Variant.VariantListBuilder

    Methods inherited from class javax.ws.rs.ext.RuntimeDelegate

    getInstance, setInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RuntimeDelegateImpl

      public RuntimeDelegateImpl()
      Should be used only once for initialize.
      See Also:
      • RuntimeDelegate.setInstance(RuntimeDelegate)
      • RuntimeDelegate.getInstance()
  • Method Details

    • createEndpoint

      public <T> T createEndpoint(javax.ws.rs.core.Application applicationConfig, Class<T> type)
      End Points is not supported.
      Specified by:
      createEndpoint in class javax.ws.rs.ext.RuntimeDelegate
    • createHeaderDelegate

      public <T> javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T> createHeaderDelegate(Class<T> type)
      Specified by:
      createHeaderDelegate in class javax.ws.rs.ext.RuntimeDelegate
    • createResponseBuilder

      public javax.ws.rs.core.Response.ResponseBuilder createResponseBuilder()
      Specified by:
      createResponseBuilder in class javax.ws.rs.ext.RuntimeDelegate
    • createUriBuilder

      public javax.ws.rs.core.UriBuilder createUriBuilder()
      Specified by:
      createUriBuilder in class javax.ws.rs.ext.RuntimeDelegate
    • createVariantListBuilder

      public javax.ws.rs.core.Variant.VariantListBuilder createVariantListBuilder()
      Specified by:
      createVariantListBuilder in class javax.ws.rs.ext.RuntimeDelegate