org.apache.pluto.descriptors.servlet
Class DistributableDD

java.lang.Object
  extended by org.apache.pluto.descriptors.servlet.DistributableDD

public class DistributableDD
extends Object

Models the <distributable> web.xml element.

Since:
Mar 3, 2007
Version:
$Id: DistributableDD.java 564943 2007-08-11 17:40:17Z cdoremus $

Constructor Summary
DistributableDD()
           
 
Method Summary
 Boolean isDistributable()
           
 void setDistributable(boolean distributable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributableDD

public DistributableDD()
Method Detail

isDistributable

public Boolean isDistributable()

setDistributable

public void setDistributable(boolean distributable)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.