|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.rowa.posps.client.PospsClient
public class PospsClient
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>
| 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 |
|---|
public PospsClient()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||