I am working on redoing correctly the DTDs for our various deployment descriptors.
For the jboss-portlet.xml there is the very useful header-content that I was able to
comment, however although I understand its content I might not be the most qualified
person to document it.
| <!--
| Specify content which should be included in the portal aggregated page when the
portlet is present
| on that page. This setting only applies when the portlet is used in the local mode.
| -->
| <!ELEMENT header-content (link|script|meta)*>
|
| <!--
| todo
| -->
| <!ELEMENT link>
|
| <!--
| todo
| -->
| <!ATTLIST link href title type media ref CDATA #IMPLIED>
|
| <!--
| todo
| -->
| <!ELEMENT script>
|
| <!--
| todo
| -->
| <!ATTLIST script src type CDATA #IMPLIED>
|
| <!--
| todo
| -->
| <!ELEMENT meta>
|
| <!--
| todo
| -->
| <!ATTLIST meta name content CDATA #REQUIRED>
|
If someone can provide useful comment with examples to put here it would be great.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005338#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...