|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.server.mapservice.SimpleExtensionService
gistoolkit.server.mapservice.clientextender.ClientExtender
Extender to display the client applet to the user so they can browse the web service.
Field Summary |
Fields inherited from class gistoolkit.server.mapservice.SimpleExtensionService |
SIMPLE_EXTENSION_SERVICE_NODE |
Constructor Summary | |
ClientExtender()
Creates new ClientExtender |
Method Summary | |
void |
doGet(Request inRequest,
Response inResponse)
Called when a request is sent to this service. |
java.lang.String |
getBannerPageImageFileName()
Get the banner page image file name. |
void |
getImage(Request inRequest,
Response inResponse)
Retrieve an image from the images folder. |
void |
getJAR(Request inRequest,
Response inResponse)
Retrieve the client jar file from the images folder. |
java.lang.String |
getName()
Called to identify this service. |
Node |
getNode()
Called to get the configuration information for this service. |
void |
getService(Request inRequest,
Response inResponse)
Send a page with the requested service in it. |
void |
getXERCES(Request inRequest,
Response inResponse)
Retrieve the XERCES jar file from the images folder. |
void |
setBannerPageImageFileName(java.lang.String inFileName)
set the banner page image file name. |
void |
setNode(Node inNode)
Called to set the configuration information for this service. |
static void |
showHeaderPage(Request inRequest,
Response inResponse,
java.lang.String inTitle)
Show the heading page |
static void |
showTailerPage(Request inRequest,
Response inResponse)
Show the trailer part of the page. |
Methods inherited from class gistoolkit.server.mapservice.SimpleExtensionService |
getFilters, getListFromString, getServer, parseBoundingBox, setFilter, setServer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientExtender()
Method Detail |
public void setNode(Node inNode)
setNode
in interface ExtensionService
setNode
in class SimpleExtensionService
public Node getNode()
getNode
in interface ExtensionService
getNode
in class SimpleExtensionService
public void setBannerPageImageFileName(java.lang.String inFileName)
public java.lang.String getBannerPageImageFileName()
public java.lang.String getName()
getName
in interface ExtensionService
getName
in class SimpleExtensionService
public void doGet(Request inRequest, Response inResponse) throws java.lang.Exception
doGet
in interface ExtensionService
doGet
in class SimpleExtensionService
java.lang.Exception
public void getImage(Request inRequest, Response inResponse) throws java.lang.Exception
java.lang.Exception
public void getJAR(Request inRequest, Response inResponse) throws java.lang.Exception
java.lang.Exception
public void getXERCES(Request inRequest, Response inResponse) throws java.lang.Exception
java.lang.Exception
public void getService(Request inRequest, Response inResponse) throws java.lang.Exception
java.lang.Exception
public static void showHeaderPage(Request inRequest, Response inResponse, java.lang.String inTitle)
public static void showTailerPage(Request inRequest, Response inResponse)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |