| Advanced Features > Using DHTML-Based JSF Components to Build Web Applications > The Architecture of JViews Framework Faces > Servlet and Component Classes |
Servlet and Component Classes |
INDEX
PREVIOUS
NEXT
|
JSF Components in JViews Framework use servlet technology to produce the images that are the visual representation of the component on the client side. Dedicated servlet, servlet support and components are available to help create an application, see Table 6.1.
Name |
Description |
|---|---|
ilog.views.faces.dhtml.servlet.IlvFacesManagerServlet |
A dedicated IlvManagerServlet. |
ilog.views.faces.dhtml.servlet.IlvFacesManagerServletSupport |
A dedicated IlvManagerServletSupport. |
ilog.views.faces.dhtml.component.IlvFacesDHTMLView |
A view component extended to have DHTML render. |
ilog.views.faces.dhtml.component.IlvFacesDHTMLOverview |
An overview component. |
ilog.views.faces.component.IlvFacesZoomTool |
A tool that allows you to choose a view zoom level. |
ilog.views.faces.component.IlvFacesPanTool |
A tool that allows you to pan in each direction and to fit the view. |
ilog.views.faces.interactor.IlvFacesZoomInteractor |
An interactor that allows you to zoom the view. |
ilog.views.faces.interactor.IlvFacesPanInteractor |
An interactor that allows you to pan the view. |
ilog.views.faces.interactor.IlvFacesMapInteractor |
An interactor that allows you to execute an action in the servlet context by clicking the image. |
ilog.views.faces.interactor.IlvFacesMapRectInteractor |
An interactor that allows you to execute an action in the servlet context by dragging a rectangle on the image. |
ilog.views.faces.dhtml.interactor.IlvFacesObjectSelectInteractor |
An interactor that allows you to execute an action in the JSF context by clicking the image. |
ilog.views.faces.dhtml.interactor.IlvFacesObjectSelectRectInteractor |
An interactor that allows you to execute an action in the JSF context by dragging a rectangle on the image. |
ilog.views.faces.component.IlvFacesContextualMenu |
A contextual popup menu. |
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |