net.officefloor.plugin.servlet.war
Class WarOfficeFloorDecorator

java.lang.Object
  extended by net.officefloor.plugin.servlet.war.WarOfficeFloorDecorator
All Implemented Interfaces:
OfficeFloorDecorator

public class WarOfficeFloorDecorator
extends Object
implements OfficeFloorDecorator

OfficeFloorDecorator for a WAR.

Author:
Daniel Sagenschneider

Field Summary
static String SYSTEM_PROPERTY_HTTP_PORT
          System property for the HTTP port.
static String SYSTEM_PROPERTY_PASSWORD_FILE_LOCATION
          System property for the password file location.
static String WEB_INF
          WEB-INF directory name.
static String WEB_INF_CLASSES
          Directory within the Web Archive containing classes for the class path.
static String WEB_INF_LIB
          Directory within the Web Archive containing additional archives for the class path.
static String WEB_INF_WEB_XML
          web.xml location within the Web Archive.
static String WEB_PUBLIC
          Directory to contain the public content.
 
Constructor Summary
WarOfficeFloorDecorator()
           
 
Method Summary
 void decorate(OfficeFloorDecoratorContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_PROPERTY_PASSWORD_FILE_LOCATION

public static final String SYSTEM_PROPERTY_PASSWORD_FILE_LOCATION
System property for the password file location.

See Also:
Constant Field Values

SYSTEM_PROPERTY_HTTP_PORT

public static final String SYSTEM_PROPERTY_HTTP_PORT
System property for the HTTP port.

See Also:
Constant Field Values

WEB_INF

public static final String WEB_INF
WEB-INF directory name.

See Also:
Constant Field Values

WEB_INF_CLASSES

public static final String WEB_INF_CLASSES
Directory within the Web Archive containing classes for the class path.

See Also:
Constant Field Values

WEB_INF_LIB

public static final String WEB_INF_LIB
Directory within the Web Archive containing additional archives for the class path.

See Also:
Constant Field Values

WEB_INF_WEB_XML

public static final String WEB_INF_WEB_XML
web.xml location within the Web Archive.

See Also:
Constant Field Values

WEB_PUBLIC

public static final String WEB_PUBLIC
Directory to contain the public content.

See Also:
Constant Field Values
Constructor Detail

WarOfficeFloorDecorator

public WarOfficeFloorDecorator()
Method Detail

decorate

public void decorate(OfficeFloorDecoratorContext context)
              throws Exception
Specified by:
decorate in interface OfficeFloorDecorator
Throws:
Exception


Copyright © 2005-2011. All Rights Reserved.