Class AbstractServiceImpl

java.lang.Object
com.qwazr.server.AbstractServiceImpl
All Implemented Interfaces:
ServiceInterface
Direct Known Subclasses:
WelcomeService

public abstract class AbstractServiceImpl
extends java.lang.Object
implements ServiceInterface
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected javax.servlet.ServletContext context  

    Fields inherited from interface com.qwazr.server.ServiceInterface

    APPLICATION_JSON_UTF8
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractServiceImpl()  
  • Method Summary

    Modifier and Type Method Description
    protected <T> T getContextAttribute​(java.lang.Class<T> clazz)  

    Methods inherited from class java.lang.Object

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

    • context

      @Context protected javax.servlet.ServletContext context
  • Constructor Details

  • Method Details