Class and Description |
---|
org.omnifaces.component.script.CommandScript
Since 3.0 as this has been added to JSF 2.3 as
h:commandScript . |
Field and Description |
---|
org.omnifaces.config.WebXml.INSTANCE
Since 3.1; Use
WebXml.instance() instead. |
org.omnifaces.config.FacesConfigXml.INSTANCE
Since 3.1; Use
FacesConfigXml.instance() instead. |
Method and Description |
---|
org.omnifaces.util.Components.addScriptResourceToBody(String, String)
since 3.6, use
Components.addScriptResource(String, String) instead as this will automatically detect
already-added resources, non-@all ajax postbacks and rendering state and pick the most optimal approach to add
the JavaScript resource. |
org.omnifaces.util.Components.addScriptResourceToHead(String, String)
since 3.6, use
Components.addScriptResource(String, String) instead as this will automatically detect
already-added resources, non-@all ajax postbacks and rendering state and pick the most optimal approach to add
the JavaScript resource. |
org.omnifaces.util.Components.addScriptToBody(String)
since 3.6, use
Components.addScript(String) instead as this will automatically detect non-@all ajax
postbacks. |
org.omnifaces.config.WebXml.init(ServletContext)
Since 3.1; Use
WebXml.instance() instead. It will fall back to CDI to obtain the servlet context. |
org.omnifaces.component.input.Form.isIncludeViewParams()
Since 3.0
|
org.omnifaces.component.input.Form.setIncludeViewParams(boolean)
Since 3.0
|
Copyright © 2012–2020 OmniFaces. All rights reserved.