Schnittstelle ScriptTagDeclaration
- Alle Superschnittstellen:
- HasBinding,- HasId,- HasIdBindingAndRendered,- IsRendered
This tag adds script files to include into the rendered page.
 
Some features are deprecated (because of CSP): This tag adds client side script to the rendered page.
Some features are deprecated (because of CSP): This tag adds client side script to the rendered page.
- 
MethodenübersichtVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasIdsetIdVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRendered
- 
Methodendetails- 
setFileFile name to include into the rendered page. The name must be full qualified, or relative. If using a complete path from root, you'll need to add the contextPath from the web application. This can be done with the EL #{request.contextPath}.- Parameter:
- file- A Script file.
 
- 
setTypeType of the script.
 
-