org.apache.jetspeed.om.impl
Class ServletInitParameterImpl

java.lang.Object
  extended byorg.apache.jetspeed.om.impl.ParameterImpl
      extended byorg.apache.jetspeed.om.impl.ServletInitParameterImpl
All Implemented Interfaces:
org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.common.Parameter, org.apache.jetspeed.om.common.ParameterComposite, org.apache.pluto.om.common.ParameterCtrl, Serializable

public class ServletInitParameterImpl
extends ParameterImpl

ServletInitParameterImpl Parameter implementation suitable for use within ServletDefinitions.

Version:
$Id: ServletInitParameterImpl.java 185962 2004-03-08 01:03:33Z jford $
Author:
Scott T. Weaver
See Also:
Serialized Form

Field Summary
protected  String ojbConcreteClass
          Tells OJB which class to use to materialize.
 
Fields inherited from class org.apache.jetspeed.om.impl.ParameterImpl
parameterId, parentId
 
Fields inherited from interface org.apache.jetspeed.om.common.ParameterComposite
TYPE_PORTLET, TYPE_WEB_APP
 
Constructor Summary
ServletInitParameterImpl()
           
 
Methods inherited from class org.apache.jetspeed.om.impl.ParameterImpl
addDescription, addDescription, equals, getDescription, getDescription, getDescriptionSet, getName, getValue, hashCode, setDescription, setDescriptionSet, setName, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ojbConcreteClass

protected String ojbConcreteClass
Tells OJB which class to use to materialize.

Constructor Detail

ServletInitParameterImpl

public ServletInitParameterImpl()


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