Package | Description |
---|---|
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.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.
|
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. |
Modifier and Type | Method and Description |
---|---|
protected IlvSDMServletSupport |
IlvFacesDiagrammerServlet.createServletSupport()
Deprecated.
Beginning with JViews 8.1 use
IlvFacesDiagrammerServlet.createServletSupport(ServletContext)
instead. |
protected IlvSDMServletSupport |
IlvFacesDiagrammerServlet.createServletSupport(javax.servlet.ServletContext context)
Returns a new instance of
IlvDiagrammerServletSupport . |
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 IlvSDMServletSupport |
IlvDiagrammerServlet.createServletSupport()
Deprecated.
Beginning with JViews 8.0 use
IlvDiagrammerServlet.createServletSupport(ServletContext) instead. |
protected IlvSDMServletSupport |
IlvDiagrammerServlet.createServletSupport(javax.servlet.ServletContext context)
Returns a new instance of
IlvDiagrammerServletSupport . |
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. |
Modifier and Type | Method and Description |
---|---|
protected IlvSDMServletSupport |
IlvMapServlet.createServletSupport(javax.servlet.ServletContext ctx)
Returns a new instance of
IlvDiagrammerServletSupport . |
protected IlvSDMServletSupport |
IlvFacesMapsServlet.createServletSupport(javax.servlet.ServletContext context)
Returns a new instance of
IlvDiagrammerServletSupport . |
protected IlvSDMServletSupport |
IlvFacesGoogleViewServlet.createServletSupport(javax.servlet.ServletContext context)
Returns a new instance of
IlvDiagrammerServletSupport . |
Modifier and Type | Method and Description |
---|---|
protected IlvSDMServletSupport |
IlvSDMServlet.createServletSupport()
Deprecated.
Beginning with Rogue Wave JViews 7.5 use
createServletSupport(ServletContext)
instead. |
protected IlvSDMServletSupport |
IlvSDMServlet.createServletSupport(javax.servlet.ServletContext context)
Creates the supporting object to which this servlet
delegates most of its methods.
|
IlvSDMServletSupport |
IlvSDMServlet.getServletSupport()
Returns the supporting object to which this servlet
delegates most of its methods.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.