ICE Components
Tag outputMedia


Renders an object tag and an embed tag for playing a media object. Parameter values specific to a player should be specified using <f:param>.



Tag Information
Tag Classcom.icesoft.faces.component.outputmedia.OutputMediaTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean
codebasefalsefalsejava.lang.StringOverrides default codebase set by the player attribute.
idfalsefalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
mimeTypefalsefalsejava.lang.StringMIME type of the media data. If not specified, the browser will try to determine the MIME type based on the media source file extension.
playerfalsefalsejava.lang.String"windows", "flash", "quicktime" or "real". This sets the default values for the object tag's classid and codebase attributes and param name used to specify the URL of the media data object. It also sets the default value for the embed tag's pluginspage attribute.
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
renderedOnUserRolefalsefalsejava.lang.StringIf user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
sourcefalsefalsejava.lang.StringURL of the media data object. Relative URL is relative to the current web page.
standbyTextfalsefalsejava.lang.StringMessage displayed while loading the media data.
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered.
styleClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.