org.jaffa.components.navigation.domain
Interface UrlAction
- All Known Implementing Classes:
- UrlActionImpl
- public interface UrlAction
Java content class for url-action complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="url-action">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="append-final" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="requires-component-access" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="requires-function-access" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Nested Class Summary |
static interface |
UrlAction.UrlType
Java content class for annonymous complex type.
|
getRequiresComponentAccess
public List getRequiresComponentAccess()
getRequiresFunctionAccess
public List getRequiresFunctionAccess()
getUrl
public UrlAction.UrlType getUrl()
setUrl
public void setUrl(UrlAction.UrlType value)
Copyright © 2002-2004 JAFFA Project.