v
Tag service


The service Component is a non-visual component.

It allows to (synchronously or asynchronously) call AJAX services from the client.

The service Component has the following capability :



Tag Information
Tag Classorg.rcfaces.core.internal.taglib.ServiceTag
TagExtraInfo Classorg.rcfaces.core.internal.taglib.CameliaTagExtraInfo
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringA string specifying the identifier for this component. This value must be unique within the closest parent component that is a naming container.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The value binding expression linking this component to a property in a backing bean.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
propertyChangeListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when a component's property is changed (by javascript). A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
serviceEventListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component is called (javascript). A string that represent a server action to execute. The server action is represented by a binding.
filterPropertiesfalsefalsejavax.el.ValueExpression
(must evaluate to org.rcfaces.core.model.IFilterProperties)
A binded object that hold the filters to use on the server side. This property is often set via javascript code.
componentLocalefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Locale)
No Description
componentTimeZonefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.TimeZone)
No Description
serviceIdfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An id for the service.
enableViewStatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
TODO

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.