org.apache.jetspeed.tools.deploy
Class JetspeedWebApplicationRewriterFactory

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

public class JetspeedWebApplicationRewriterFactory
extends Object

Version:
$Id: JetspeedWebApplicationRewriterFactory.java 516881 2007-03-11 10:34:21Z ate $
Author:
Nicolas Dutertry

Constructor Summary
JetspeedWebApplicationRewriterFactory()
           
 
Method Summary
 JetspeedWebApplicationRewriter getInstance(org.jdom.Document doc)
          Returns an instance of JetspeedWebApplicationRewriter.
 JetspeedWebApplicationRewriter getInstance(org.jdom.Document doc, String portletApplication)
          Returns an instance of JetspeedWebApplicationRewriter.
 JetspeedWebApplicationRewriter getInstance(org.jdom.Document doc, String portletApplication, String forcedVersion)
          Returns an instance of JetspeedWebApplicationRewriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedWebApplicationRewriterFactory

public JetspeedWebApplicationRewriterFactory()
Method Detail

getInstance

public JetspeedWebApplicationRewriter getInstance(org.jdom.Document doc)
                                           throws Exception
Returns an instance of JetspeedWebApplicationRewriter.

Parameters:
doc -
Returns:
JetspeedWebApplicationRewriter
Throws:
Exception

getInstance

public JetspeedWebApplicationRewriter getInstance(org.jdom.Document doc,
                                                  String portletApplication)
                                           throws Exception
Returns an instance of JetspeedWebApplicationRewriter.

Parameters:
doc -
Returns:
JetspeedWebApplicationRewriter
Throws:
Exception

getInstance

public JetspeedWebApplicationRewriter getInstance(org.jdom.Document doc,
                                                  String portletApplication,
                                                  String forcedVersion)
                                           throws Exception
Returns an instance of JetspeedWebApplicationRewriter.

Parameters:
doc -
portletApplication -
forcedVersion -
Returns:
JetspeedWebApplicationRewriter
Throws:
Exception


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