|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.molwind.servlet.AbstractCommand
public abstract class AbstractCommand
Abstract Command is n abtract implementation of
| Constructor Summary | |
|---|---|
AbstractCommand()
|
|
| Method Summary | |
|---|---|
void |
writeXML(javax.servlet.http.HttpServletResponse response,
java.lang.String[] array)
Constructs an Xml-Document from the Array und puts to the HttpServletResponse |
void |
writeXML(java.io.OutputStream response,
java.lang.String[] array)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.molwind.servlet.Command |
|---|
execute |
| Constructor Detail |
|---|
public AbstractCommand()
| Method Detail |
|---|
public void writeXML(javax.servlet.http.HttpServletResponse response,
java.lang.String[] array)
response - HttpServletResponse to be writtenarray - String [] with the information to be put
public void writeXML(java.io.OutputStream response,
java.lang.String[] array)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||