tiles-config.dtd

tiles-config.dtd


<component-definitions> Root element

DTD for the Tile Definition File, Version 1.0

To support validation of your configuration file, include the following DOCTYPE element at the beginning (after the "xml" declaration):

$Id: tiles-config.dtd,v 1.1 2002/06/25 03:23:20 craigmcc Exp $

<component-definitions>'s children
NameCardinality
definitionAt least one
Element's model :

(definition+)


<tiles-definitions> Root element

Sorry, no documentation.

<tiles-definitions>'s children
NameCardinality
definitionAt least one
Element's model :

(definition+)


<definition> Child of component-definitions,tiles-definitions

Sorry, no documentation.

<definition>'s children
NameCardinality
putAny number
putListAny number
<definition>'s attributes
NameValuesDefault
controllerClass
controllerUrl
extends
name
page
path
role
template
Element's model :

(put*, putList*)


@name Attribute of definition

Sorry, no documentation.

Required


@page Attribute of definition

Sorry, no documentation.


@path Attribute of definition

Sorry, no documentation.


@extends Attribute of definition

Sorry, no documentation.


@role Attribute of definition

Sorry, no documentation.


@template Attribute of definition

Sorry, no documentation.


@controllerClass Attribute of definition

Sorry, no documentation.


@controllerUrl Attribute of definition

Sorry, no documentation.


<put> Child of definition

Sorry, no documentation.

<put>'s attributes
NameValuesDefault
content
directtrue, false
name
typestring, page, template, definition
value

@name Attribute of put

Sorry, no documentation.

Required


@value Attribute of put

Sorry, no documentation.


@type Attribute of put

Sorry, no documentation.

Possible values : string, page, template, definition


@content Attribute of put

Sorry, no documentation.


@direct Attribute of put

Sorry, no documentation.

Possible values : true, false


<putList> Child of definition

Sorry, no documentation.

<putList>'s children
NameCardinality
addAny number
beanAny number
itemAny number
putListAny number
<putList>'s attributes
NameValuesDefault
name
Element's model :

((add* | item* | bean* | putList*)+)


@name Attribute of putList

Sorry, no documentation.

Required


<putListElements> Root element

Sorry, no documentation.

<putListElements>'s children
NameCardinality
addOne or none
beanOne or none
itemOne or none
Element's model :

(add | item | bean)


<add> Child of putListElements,putList

Sorry, no documentation.

<add>'s attributes
NameValuesDefault
content
directtrue, false
typestring, page, template, definition
value

@value Attribute of add

Sorry, no documentation.


@type Attribute of add

Sorry, no documentation.

Possible values : string, page, template, definition


@content Attribute of add

Sorry, no documentation.


@direct Attribute of add

Sorry, no documentation.

Possible values : true, false


<bean> Child of putListElements,putList

Sorry, no documentation.

<bean>'s attributes
NameValuesDefault
classtype

@classtype Attribute of bean

Sorry, no documentation.

Required


<item> Child of putListElements,putList

Sorry, no documentation.

<item>'s attributes
NameValuesDefault
classtype
icon
link
tooltip
value

@value Attribute of item

Sorry, no documentation.

Required


@link Attribute of item

Sorry, no documentation.

Required


@classtype Attribute of item

Sorry, no documentation.


@icon Attribute of item

Sorry, no documentation.


@tooltip Attribute of item

Sorry, no documentation.