fedora.utilities.install.container
Class FedoraWebXML
java.lang.Object
fedora.utilities.install.container.FedoraWebXML
public class FedoraWebXML
- extends java.lang.Object
Configures the web.xml for Fedora.
- Author:
- Edwin Shin
|
Method Summary |
void |
setFedoraHome()
Sets the init-param/param-value for all servlet elements with
init-param/param-name=fedora.home |
void |
write(java.io.Writer outputWriter)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FEDORA_GENERATED
protected static final java.lang.String FEDORA_GENERATED
- See Also:
- Constant Field Values
FedoraWebXML
public FedoraWebXML(java.lang.String webXML,
InstallOptions options)
FedoraWebXML
public FedoraWebXML(java.lang.String webXML,
WebXMLOptions options)
setFedoraHome
public void setFedoraHome()
- Sets the init-param/param-value for all servlet elements with
init-param/param-name=fedora.home
write
public void write(java.io.Writer outputWriter)
throws java.io.IOException
- Throws:
java.io.IOException