Interface ObjectTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsRendered
,IsVisual
Show external content inside of an application.
This will typically renders an iframe tag.
-
Method Summary
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
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
Method Details
-
setSrc
URI to object source -
setName
Name of the element. If not set the id will be used as name. The id in JSF normally contains colons. This doesn't work in Internet Explorer 9 and lower when using window.open(src, target). -
setSandbox
Value of the iframe sandbox attribute.
-