Interface MetaTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsRendered
This tag a meta tag in the header of the HTML output.
It's not possible to add more than one tag with the same
- name + lang combination
- httpEquiv
- charset
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCharset
(String charset) void
setContent
(String content) void
setHttpEquiv
(String httpEquiv) void
void
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Method Details
-
setName
-
setLang
-
setCharset
-
setHttpEquiv
-
setContent
-