com.atlassian.confluence.xhtml.api
Interface StandardTag

All Known Subinterfaces:
EmbeddedImage
All Known Implementing Classes:
DefaultEmbeddedImage, DefaultStandardTag

public interface StandardTag

An interface representing the standard attributes supported by almost all HTML tags. See http://www.w3schools.com/tags/ref_standardattributes.asp


Method Summary
 java.lang.String getHtmlClass()
           
 java.lang.String getId()
           
 java.lang.String getStyle()
           
 java.lang.String getTitle()
           
 

Method Detail

getHtmlClass

java.lang.String getHtmlClass()
Returns:
the value of the class attribute for the tag or null if there is no class specified.

getId

java.lang.String getId()
Returns:
the id for the tag. It may be null.

getStyle

java.lang.String getStyle()
Returns:
the value of the style attribute. It may be null.

getTitle

java.lang.String getTitle()
Returns:
the title for the tag. It may be null.


Copyright © 2003-2014 Atlassian. All Rights Reserved.