nl.pbemengine.engine.ng.base.webserver
Class ShutdownContent

java.lang.Object
  extended by nl.pbemengine.engine.ng.base.webserver.PrintContent
      extended by nl.pbemengine.engine.ng.base.webserver.ShutdownContent
All Implemented Interfaces:
Content

public class ShutdownContent
extends PrintContent

Simple PrintContent extension that will shut down the server when returned to a user.

Author:
Jeroen Steenbeeke

Constructor Summary
ShutdownContent(java.lang.String mime)
          Creates a new instance of ShutdownContent
 
Method Summary
 
Methods inherited from class nl.pbemengine.engine.ng.base.webserver.PrintContent
getCookies, getMIMEType, getPage, getRawContent, getReRouteAddr, isReadAble, printAll, printAll, println, setCookies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownContent

public ShutdownContent(java.lang.String mime)
Creates a new instance of ShutdownContent

Parameters:
mime - The MIME-type for this page


Copyright © 2008. All Rights Reserved.