org.apache.pluto.descriptors.servlet
Class DistributableDD

java.lang.Object
  extended byorg.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 516329 2007-03-09 08:43:46Z cziegeler $

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-2007 Apache Software Foundation. All Rights Reserved.