|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletForm | |
com.taursys.servlet | This package contains components and subcomponents to build servlet based web applications. |
com.taursys.servlet.respond | This package contains responder type subcomponents for building servlet based web applications. |
Uses of ServletForm in com.taursys.servlet |
Subclasses of ServletForm in com.taursys.servlet | |
class |
DefaultMessageForm
Title: Mapper XML Description: Sub-project for Mapper XML support without using XMLC Copyright: Copyright (c) 2001 Company: Taurus Systems |
Methods in com.taursys.servlet that return ServletForm | |
ServletForm |
ServletFormFactory.createServletForm(java.lang.String url)
Returns a ServletForm based on the given url. |
Methods in com.taursys.servlet with parameters of type ServletForm | |
void |
ServletFormFactory.recycle(ServletForm usedServletForm)
Recycle will put given servletForm back into pool if servletForm supports recycling. |
Uses of ServletForm in com.taursys.servlet.respond |
Methods in com.taursys.servlet.respond that return ServletForm | |
ServletForm |
AbstractResponder.getServletForm()
Get the ServletForm this subcomponent supports. |
Methods in com.taursys.servlet.respond with parameters of type ServletForm | |
void |
Responder.setServletForm(ServletForm newServletForm)
Set the ServletForm this subcomponent supports. |
void |
AbstractResponder.setServletForm(ServletForm newServletForm)
Set the ServletForm this subcomponent supports. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |