com
.
atomizesoftware
.
spin
PluginStaticServlet
class
PluginStaticServlet
extends
HttpServlet
with
ResourceFactory
Linear Supertypes
ResourceFactory
,
HttpServlet
,
GenericServlet
,
Serializable
,
ServletConfig
,
Servlet
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
PluginStaticServlet
ResourceFactory
HttpServlet
GenericServlet
Serializable
ServletConfig
Servlet
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
PluginStaticServlet
()
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
PluginStaticServlet
→ 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
(
request:
HttpServletRequest
,
response:
HttpServletResponse
)
:
Unit
Attributes
protected[
com.atomizesoftware.spin
]
Definition Classes
PluginStaticServlet
→ HttpServlet
def
doHead
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doOptions
(
req:
HttpServletRequest
,
resp:
HttpServletResponse
)
:
Unit
Attributes
protected[
com.atomizesoftware.spin
]
Definition Classes
PluginStaticServlet
→ HttpServlet
def
doPost
(
request:
HttpServletRequest
,
response:
HttpServletResponse
)
:
Unit
Attributes
protected[
com.atomizesoftware.spin
]
Definition Classes
PluginStaticServlet
→ HttpServlet
def
doPut
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doTrace
(
req:
HttpServletRequest
,
resp:
HttpServletResponse
)
:
Unit
Attributes
protected[
com.atomizesoftware.spin
]
Definition Classes
PluginStaticServlet
→ HttpServlet
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
(
name:
String
)
:
String
Definition Classes
PluginStaticServlet
→ GenericServlet → ServletConfig
def
getInitParameterNames
()
:
Enumeration
[
String
]
Definition Classes
GenericServlet → ServletConfig
def
getLastModified
(
arg0:
HttpServletRequest
)
:
Long
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
def
getResource
(
pathInContext:
String
)
:
Resource
Definition Classes
PluginStaticServlet
→ ResourceFactory
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
()
:
Unit
Definition Classes
PluginStaticServlet
→ GenericServlet
def
init
(
arg0:
ServletConfig
)
:
Unit
Definition Classes
GenericServlet → Servlet
Annotations
@throws
(
...
)
def
initContextHandler
(
servletContext:
ServletContext
)
:
ContextHandler
Attributes
protected[
com.atomizesoftware.spin
]
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
passConditionalHeaders
(
request:
HttpServletRequest
,
response:
HttpServletResponse
,
resource:
Resource
,
content:
HttpContent
)
:
Boolean
Attributes
protected[
com.atomizesoftware.spin
]
def
sendData
(
request:
HttpServletRequest
,
response:
HttpServletResponse
,
include:
Boolean
,
resource:
Resource
,
content:
HttpContent
,
reqRanges:
Enumeration
)
:
Unit
Attributes
protected[
com.atomizesoftware.spin
]
def
sendDirectory
(
request:
HttpServletRequest
,
response:
HttpServletResponse
,
resource:
Resource
,
pathInContext:
String
)
:
Unit
Attributes
protected[
com.atomizesoftware.spin
]
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
(
...
)
def
writeHeaders
(
response:
HttpServletResponse
,
content:
HttpContent
,
count:
Long
)
:
Unit
Attributes
protected[
com.atomizesoftware.spin
]
def
writeOptionHeaders
(
response:
HttpServletResponse
)
:
Unit
Attributes
protected[
com.atomizesoftware.spin
]
def
writeOptionHeaders
(
fields:
HttpFields
)
:
Unit
Attributes
protected[
com.atomizesoftware.spin
]
Inherited from
ResourceFactory
Inherited from
HttpServlet
Inherited from
GenericServlet
Inherited from
Serializable
Inherited from
ServletConfig
Inherited from
Servlet
Inherited from
AnyRef
Inherited from
Any
Ungrouped