org.molwind.servlet
Class AbstractCommand

java.lang.Object
  extended by org.molwind.servlet.AbstractCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
GetImageCommand, GetWorldNamesCommand

public abstract class AbstractCommand
extends java.lang.Object
implements Command

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

AbstractCommand

public AbstractCommand()
Method Detail

writeXML

public void writeXML(javax.servlet.http.HttpServletResponse response,
                     java.lang.String[] array)
Constructs an Xml-Document from the Array und puts to the HttpServletResponse

Parameters:
response - HttpServletResponse to be written
array - String [] with the information to be put

writeXML

public void writeXML(java.io.OutputStream response,
                     java.lang.String[] array)


Copyright © 2008-2010. All Rights Reserved.