org.apache.jetspeed.tools.deploy
Class JetspeedContextRewriter

java.lang.Object
  extended by org.apache.jetspeed.tools.deploy.JetspeedContextRewriter

public class JetspeedContextRewriter
extends Object

Utilities for manipulating the context.xml deployment descriptor

Version:
$Id: JetspeedContextRewriter.java 517124 2007-03-12 08:10:25Z ate $
Author:
Randy Watler

Field Summary
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
Constructor Detail

JetspeedContextRewriter

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

processContextXML

public void processContextXML()
                       throws Exception
Throws:
Exception


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