org.apache.pluto.descriptors.portlet
Class ContainerRuntimeOptionDD
java.lang.Object
org.apache.pluto.descriptors.portlet.ContainerRuntimeOptionDD
public class ContainerRuntimeOptionDD
- extends 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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerRuntimeOptionDD
public ContainerRuntimeOptionDD()
getName
public String getName()
getValue
public List<String> getValue()
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.