Package com.exedio.cope.misc
Class ServletUtil
java.lang.Object
com.exedio.cope.misc.ServletUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectToken
connect
(Model model, FilterConfig config, String name) Deprecated.static ConnectToken
connect
(Model model, ServletConfig config, String name) Deprecated.UseConnectToken.issue(Model,String)
instead.static ConnectToken
getConnectedModel
(Filter filter, FilterConfig config) static ConnectToken
getConnectedModel
(Servlet servlet) static ConnectProperties
getConnectProperties
(ServletContext context) Returns connect properties from the filecope.properties
in the directoryWEB-INF
of the web application.static ConnectToken
getModel
(Filter filter, FilterConfig config) Deprecated.UsegetConnectedModel(Filter,FilterConfig)
insteadstatic ConnectToken
Deprecated.UsegetConnectedModel(Servlet)
insteadstatic Properties.Source
getPropertyContext
(ServletContext context) Deprecated.UseServletSource.create(ServletContext)
insteadstatic ConnectToken
initialize
(Model model, ServletConfig config, String name) Deprecated.Renamed toconnect(Model, ServletConfig, String)
.
-
Method Details
-
getConnectedModel
-
getConnectedModel
-
getConnectProperties
Returns connect properties from the filecope.properties
in the directoryWEB-INF
of the web application. -
getPropertyContext
Deprecated.UseServletSource.create(ServletContext)
instead -
getModel
Deprecated.UsegetConnectedModel(Servlet)
instead -
getModel
Deprecated.UsegetConnectedModel(Filter,FilterConfig)
instead -
initialize
Deprecated.Renamed toconnect(Model, ServletConfig, String)
. -
connect
Deprecated.UseConnectToken.issue(Model,String)
instead.- Parameters:
config
- is ignored
-
connect
Deprecated.UseConnectToken.issue(Model,String)
instead.- Parameters:
config
- is ignored
-
ConnectToken.issue(Model,String)
instead.