@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface PortletQName
The qname is specified as a string of the form
namespace-name:local-part
, where
javax.xml.namespace.QName
,
W3C Qname definitionModifier and Type | Required Element and Description |
---|---|
String |
localPart
The local part.
|
String |
namespaceURI
The QName namespace URI.
|
public abstract String namespaceURI
If the QName namespace URI is empty, the default value is used. The default value is taken from the following locations, specified in order of precedence:
PortletApplication.defaultNamespaceURI()
public abstract String localPart
local-part should be a non-empty String.
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.