de.rowa.posps.client
Class PospsClient

java.lang.Object
  extended by de.rowa.posps.client.PospsClient

public class PospsClient
extends java.lang.Object

Entry point for the posps client web application. The webapp uses the WingS framework and its WingsServlet. It has to be configured in the web-app web.xml like this

   <servlet>
       <servlet-name>posps client</servlet-name>
       <servlet-class>org.wings.session.WingServlet</servlet-class>
       <init-param>
           <param-name>wings.mainclass</param-name>
           <param-value>de.rowa.posps.client.PospsClient</param-value>
       </init-param>
    </servlet>
    <servlet-mapping>
       <servlet-name>posps client</servlet-name>
       <url-pattern>/PospsClient/*</url-pattern>
   </servlet-mapping> 
 

Author:
Michael Koch

Constructor Summary
PospsClient()
          Creates the posps main frame and shows it.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PospsClient

public PospsClient()
Creates the posps main frame and shows it.



Copyright © 2007-2016 Becton Dickinson. All Rights Reserved.