org.apache.pluto.descriptors.portlet
Class ContainerRuntimeOptionDD

java.lang.Object
  extended by org.apache.pluto.descriptors.portlet.ContainerRuntimeOptionDD

public class ContainerRuntimeOptionDD
extends java.lang.Object

 <complexType name="container-runtime-optionType">
                <annotation>
                        <documentation>
                         The container-runtime-option element contains settings
                         for the portlet container that the portlet expects to be honored
                         at runtime. These settings may re-define default portlet container
                         behavior, like the javax.portlet.escapeXml setting that disables
                         XML encoding of URLs produced by the portlet tag library as
                         default.
                         Names with the javax.portlet prefix are reserved for the Java
                         Portlet Specification.
                        Used in: portlet-app, portlet
                        </documentation>
                </annotation>
                <sequence>
                        <element name="name" type="portlet:nameType"/>
                        <element name="value" type="portlet:valueType" minOccurs="0" maxOccurs="unbounded"/>
                </sequence>
        </complexType>
 


Constructor Summary
ContainerRuntimeOptionDD()
           
 
Method Summary
 java.lang.String getName()
           
 java.util.List<java.lang.String> getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerRuntimeOptionDD

public ContainerRuntimeOptionDD()
Method Detail

getName

public java.lang.String getName()

getValue

public java.util.List<java.lang.String> getValue()


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