org.apache.beehive.netui.tags
Interface IDocumentTypeProducer

All Known Implementing Classes:
Html

public interface IDocumentTypeProducer

This interface will produce a Document type, defined in the enum TagRenderBase.


Method Summary
 int getTargetDocumentType()
          This method will return the TagRenderBase enum value for the document type.
 

Method Detail

getTargetDocumentType

int getTargetDocumentType()
This method will return the TagRenderBase enum value for the document type.

Returns:
int