com
.
wordnik
.
swagger
.
jersey
.
config
JerseyJaxrsConfig
class
JerseyJaxrsConfig
extends
HttpServlet
Linear Supertypes
HttpServlet
,
GenericServlet
,
Serializable
,
ServletConfig
,
Servlet
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
JerseyJaxrsConfig
HttpServlet
GenericServlet
Serializable
ServletConfig
Servlet
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
JerseyJaxrsConfig
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
destroy
()
:
Unit
Definition Classes
GenericServlet → Servlet
def
doDelete
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doGet
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doHead
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doOptions
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doPost
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doPut
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doTrace
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getInitParameter
(
arg0:
String
)
:
String
Definition Classes
GenericServlet → ServletConfig
def
getInitParameterNames
()
:
Enumeration
Definition Classes
GenericServlet → ServletConfig
def
getLastModified
(
arg0:
HttpServletRequest
)
:
Long
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
def
getServletConfig
()
:
ServletConfig
Definition Classes
GenericServlet → Servlet
def
getServletContext
()
:
ServletContext
Definition Classes
GenericServlet → ServletConfig
def
getServletInfo
()
:
String
Definition Classes
GenericServlet → Servlet
def
getServletName
()
:
String
Definition Classes
GenericServlet → ServletConfig
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
init
(
servletConfig:
ServletConfig
)
:
Unit
Definition Classes
JerseyJaxrsConfig
→ GenericServlet → Servlet
def
init
()
:
Unit
Definition Classes
GenericServlet
Annotations
@throws
(
...
)
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
log
(
arg0:
String
,
arg1:
Throwable
)
:
Unit
Definition Classes
GenericServlet
def
log
(
arg0:
String
)
:
Unit
Definition Classes
GenericServlet
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
service
(
arg0:
ServletRequest
,
arg1:
ServletResponse
)
:
Unit
Definition Classes
HttpServlet → GenericServlet → Servlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
service
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
HttpServlet
Inherited from
GenericServlet
Inherited from
Serializable
Inherited from
ServletConfig
Inherited from
Servlet
Inherited from
AnyRef
Inherited from
Any
Ungrouped