org.apache.pluto.descriptors.servlet
Class DistributableDD

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

public class DistributableDD
extends java.lang.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
 java.lang.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 java.lang.Boolean isDistributable()

setDistributable

public void setDistributable(boolean distributable)


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