| org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl.doTypeConversionIfNecessary(Object, Class)
in favor of convertIfNecessary
|
| org.tinygroup.weblayer.listener.TinyServletContext.getServlet(String) |
| org.tinygroup.weblayer.listener.TinyServletContext.getServlets() |
| org.tinygroup.weblayer.webcontext.session.impl.SessionImpl.getSessionContext()
no replacement
|
| org.tinygroup.weblayer.webcontext.session.impl.SessionImpl.getValue(String)
use getAttribute instead
|
| org.tinygroup.weblayer.webcontext.session.impl.SessionImpl.getValueNames()
use getAttributeNames instead
|
| org.tinygroup.weblayer.listener.TinyServletContext.log(Exception, String) |
| org.tinygroup.weblayer.webcontext.session.impl.SessionImpl.putValue(String, Object)
use setAttribute instead
|
| org.tinygroup.weblayer.webcontext.session.impl.SessionImpl.removeValue(String)
use removeAttribute instead
|
| org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl.setStatus(int, String) |