Package | Description |
---|---|
ilog.tgo.faces.equipment.dhtml.servlet |
Contains the
Servlet related types needed in order to integrate the JViews TGO IlpEquipment as a Faces component. |
ilog.tgo.faces.graph.dhtml.servlet |
Contains the
Servlet related types needed in order to leverage and integrate the JViews TGO common graph based types as Faces components. |
ilog.tgo.faces.network.dhtml.servlet |
Contains the
Servlet related types needed in order to integrate the JViews TGO IlpNetwork as a Faces component. |
ilog.views.diagrammer.faces.dhtml.servlet |
This package contains the JViews Diagrammer Faces servlet classes to dynamically generate images representing the component.
|
ilog.views.diagrammer.servlet |
Contains the classes for implementing server-side applications based
on the Diagrammer component.
|
ilog.views.faces.dhtml.servlet |
This package contains the servlet, servlet support and actions to manage the image generation and interactions.
|
ilog.views.maps.servlet |
This package contains the JViews Maps Faces servlet classes to dynamically generate images representing the component.
|
ilog.views.sdm.servlet |
Contains a specialized servlet that gives easy access to
the SDM facilities in thin-client mode.
|
ilog.views.servlet |
Generic Java Servlet to produce images from a JViews Manager.
|
Modifier and Type | Class and Description |
---|---|
class |
IltFacesEquipmentServletSupport
This class defines the servlet support implementation used by
the equipment servlet (
IltFacesEquipmentServletSupport ). |
Modifier and Type | Method and Description |
---|---|
protected IlvManagerServletSupport |
IltFacesEquipmentServlet.createServletSupport(javax.servlet.ServletContext context) |
Modifier and Type | Class and Description |
---|---|
class |
IltFacesGraphServletSupport
This class implements the servlet support for
IltFacesGraphServlet class. |
Modifier and Type | Class and Description |
---|---|
class |
IltFacesNetworkServletSupport
This class defines the servlet support implementation used by
the network servlet (
IltFacesNetworkServletSupport ). |
Modifier and Type | Method and Description |
---|---|
protected IlvManagerServletSupport |
IltFacesNetworkServlet.createServletSupport(javax.servlet.ServletContext context) |
Modifier and Type | Class and Description |
---|---|
class |
IlvFacesDiagrammerServletSupport
The
IlvFacesDiagrammerServletSupport class is an extension of the
IlvDiagrammerServletSupport
that handle requests that are coming from the DHTML faces diagrammer component. |
Constructor and Description |
---|
IlvFacesDiagrammerPopupSupport(IlvManagerServletSupport support)
Creates an
IlvFacesDiagrammerPopupSupport instance. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDiagrammerServletSupport
The class
IlvDiagrammerServletSupport is an extension of the
basic IlvSDMServletSupport class that can
load Diagrammer project files and use Diagrammer data sources. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IlvDiagrammerSelectionSupport.isSelectable(javax.servlet.http.HttpServletRequest request,
IlvManagerServletSupport support,
IlvSDMView view,
IlvGraphic obj)
Returns whether this object can be selected or not.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvFacesManagerServletSupport
The
IlvFacesManagerServletSupport class is an extension of the
IlvManagerServletSupport
that handles requests coming from the DHTML faces view component. |
Modifier and Type | Method and Description |
---|---|
protected IlvManagerServletSupport |
IlvFacesManagerServlet.createServletSupport(javax.servlet.ServletContext context)
Returns the
IlvFacesManagerServletSupport instance that
will be used to generate the image. |
Constructor and Description |
---|
IlvFacesManagerPopupSupport(IlvManagerServletSupport support)
Creates a pop-up support for JSF Framework components.
|
IlvFacesManagerServlet(IlvManagerServletSupport support)
Deprecated.
Beginning with JViews 8.1 use a subclass and redefine
IlvFacesManagerServlet.createServletSupport(ServletContext) instead. |
Modifier and Type | Class and Description |
---|---|
class |
IlvFacesGoogleViewServletSupport
The
IlvFacesGoogleViewServletSupport class is an extension of the
IlvFacesMapsServletSupport
that handles synchronization with a Google(TM) Map client side component. |
class |
IlvFacesMapsServletSupport
The
IlvFacesMapsServletSupport class is an extension of the
IlvFacesDiagrammerServletSupport
that handles requests coming from the DHTML faces maps component. |
class |
IlvMapServletSupport
IlvMapServletSupport is an extension of the basic
IlvDiagrammerServletSupport class that manages JViews Maps
thin-client parameters. |
Constructor and Description |
---|
IlvFacesGoogleViewHitmapSupport(IlvManagerServletSupport support)
The support must be a
IlvFacesGoogleViewServletSupport . |
Modifier and Type | Class and Description |
---|---|
class |
IlvSDMServletSupport
This class is a helper class for
IlvSDMServlet . |
Modifier and Type | Method and Description |
---|---|
protected IlvManagerServletSupport |
IlvManagerServlet.createServletSupport(javax.servlet.ServletContext context)
Returns a new instance of
IlvManagerServletSupport . |
protected IlvManagerServletSupport |
IlvHitmapSupport.getManagerServletSupport()
Returns the image generating servlet support.
|
IlvManagerServletSupport |
ServerActionEvent.getServletSupport()
Returns the
IlvManagerServletSupport that created that
event. |
protected IlvManagerServletSupport |
IlvManagerServlet.getServletSupport()
Returns the
IlvManagerServletSupport instance. |
protected IlvManagerServletSupport |
IlvManagerServlet.getSupport()
Deprecated.
Beginning with JViews 8.1 use
IlvManagerServlet.getServletSupport() instead. |
protected IlvManagerServletSupport |
IlvManagerPopupServletSupport.getSupport()
Returns the image generating servlet support.
|
Constructor and Description |
---|
IlvHitmapSupport(IlvManagerServletSupport support)
Creates a
IlvHitmapSupport . |
IlvManagerPopupServletSupport(IlvManagerServletSupport support)
Creates a
IlvPopupMenuServletSupport . |
IlvManagerServlet(IlvManagerServletSupport support)
Deprecated.
Beginning with JViews 8.1 use a subclass and redefine
IlvManagerServlet.createServletSupport(ServletContext) instead. |
IlvServerActionParser(IlvManagerServletSupport servletSupport)
The constructor with an
IlvManagerServletSupport parameter. |
ServerActionEvent(javax.servlet.http.HttpServletRequest request,
IlvManagerView view,
String action,
IlvManagerServletSupport support,
String[] params)
Creates an action event.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.