org.apache.jetspeed.tools.deploy
Class JetspeedContextRewriter

java.lang.Object
  extended byorg.apache.jetspeed.tools.deploy.JetspeedContextRewriter

public class JetspeedContextRewriter
extends Object

Utilities for manipulating the context.xml deployment descriptor

Version:
$Id: JetspeedContextRewriter.java 188300 2005-02-02 03:12:36Z rwatler $
Author:
Randy Watler

Field Summary
private  boolean changed
           
private  org.jdom.Document document
           
private  String portletApplication
           
 
Constructor Summary
JetspeedContextRewriter(org.jdom.Document doc, String portletApplication)
           
 
Method Summary
 void processContextXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

document

private org.jdom.Document document

portletApplication

private String portletApplication

changed

private boolean changed
Constructor Detail

JetspeedContextRewriter

public JetspeedContextRewriter(org.jdom.Document doc,
                               String portletApplication)
Method Detail

processContextXML

public void processContextXML()
                       throws Exception
Throws:
Exception


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.