org.oddjob.arooa.beandocs
Interface ArooaDoc

All Known Implementing Classes:
WriteableArooaDoc

public interface ArooaDoc

A group of BeanDoc normally for either Values or Components.

Author:
rob

Method Summary
 BeanDoc beanDocFor(String prefixed, String tag)
          Get an inividual bean doc BeanDocs by namespace prefix and tag..
 BeanDoc[] getBeanDocs()
          Get all containing BeanDocs as an array.
 

Method Detail

getBeanDocs

BeanDoc[] getBeanDocs()
Get all containing BeanDocs as an array.

Returns:
The docs. Never null.

beanDocFor

BeanDoc beanDocFor(String prefixed,
                   String tag)
Get an inividual bean doc BeanDocs by namespace prefix and tag..

Parameters:
prefixed - The namespace prefix. May be null if there is no prefix.
tag - The tag.
Returns:
The doc. May bye null..