public class

DefaultStandardTag

extends Object
implements StandardTag
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
Known Direct Subclasses

Class Overview

A default implementation of the standard tag which also provides the methods to set attribute values.

Summary

Fields
protected String htmlClass
protected String id
protected String style
protected String title
Public Constructors
DefaultStandardTag()
Public Methods
boolean equals(Object obj)
String getHtmlClass()
String getId()
String getStyle()
String getTitle()
int hashCode()
void setHtmlClass(String htmlClass)
void setId(String id)
void setStyle(String style)
void setTitle(String title)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.xhtml.api.StandardTag

Fields

protected String htmlClass

protected String id

protected String style

protected String title

Public Constructors

public DefaultStandardTag ()

Public Methods

public boolean equals (Object obj)

public String getHtmlClass ()

public String getId ()

public String getStyle ()

public String getTitle ()

public int hashCode ()

public void setHtmlClass (String htmlClass)

public void setId (String id)

public void setStyle (String style)

public void setTitle (String title)

public String toString ()