org.codehaus.cargo.maven2
Class WebXml

java.lang.Object
  extended byorg.codehaus.cargo.maven2.WebXml
All Implemented Interfaces:
java.io.Serializable

public class WebXml
extends java.lang.Object
implements java.io.Serializable

Web.xml merge settings

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
WebXml()
           
 
Method Summary
 java.lang.Object getContextParams()
          Get null
 java.lang.String getModelEncoding()
           
 void setContextParams(java.lang.Object contextParams)
          Set null
 void setModelEncoding(java.lang.String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXml

public WebXml()
Method Detail

getContextParams

public java.lang.Object getContextParams()
Get null


setContextParams

public void setContextParams(java.lang.Object contextParams)
Set null

Parameters:
contextParams -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2004-2008 Codehaus. All Rights Reserved.