|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hippoecm.hst.core.component.WrapperElementImpl
public class WrapperElementImpl
WrapperElementImpl
| Constructor Summary | |
|---|---|
WrapperElementImpl()
|
|
WrapperElementImpl(Element element)
|
|
WrapperElementImpl(String tagName)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
String |
getAttribute(String name)
Returns the attribute value of the head contribution element specified by the attribute name. |
Map<String,String> |
getAttributeMap()
Returns unmodifiable attribute map of the head contribution element. |
String |
getTagName()
Return the tag name of the head contribution element |
String |
getTextContent()
Returns the text content of the head contribution element. |
boolean |
hasAttribute(String name)
Checks if the head contribution element has the attribute specified by the attribute name |
String |
removeAttribute(String name)
Removes the attribute from the head contribution element specified by the attribute name. |
void |
setAttribute(String name,
String value)
Sets attribute on the head contribution element. |
void |
setTagName(String tagName)
|
void |
setTextContent(String textContent)
Sets the text content of the head contribution element. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WrapperElementImpl()
public WrapperElementImpl(String tagName)
public WrapperElementImpl(Element element)
| Method Detail |
|---|
public String getTagName()
WrapperElement
getTagName in interface WrapperElementpublic void setTagName(String tagName)
public boolean hasAttribute(String name)
WrapperElement
hasAttribute in interface WrapperElementpublic String getAttribute(String name)
WrapperElement
getAttribute in interface WrapperElementpublic Map<String,String> getAttributeMap()
WrapperElement
getAttributeMap in interface WrapperElement
public void setAttribute(String name,
String value)
WrapperElement
setAttribute in interface WrapperElementpublic String removeAttribute(String name)
WrapperElement
removeAttribute in interface WrapperElementpublic String getTextContent()
WrapperElement
getTextContent in interface WrapperElementpublic void setTextContent(String textContent)
WrapperElement
setTextContent in interface WrapperElement
public Object clone()
throws CloneNotSupportedException
WrapperElement
clone in interface WrapperElementclone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||