|
Richfaces UI Components API 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientScriptService
This interface describes service that determines JavaScript module and function for Java corresponded version ( both Converter and Validator )
| Method Summary | |
|---|---|
LibraryFunction |
getScript(javax.faces.context.FacesContext facesContext,
Class<?> javaClass)
Get description for client-side version of Java implementation |
| Method Detail |
|---|
LibraryFunction getScript(javax.faces.context.FacesContext facesContext,
Class<?> javaClass)
throws ScriptNotFoundException
Get description for client-side version of Java implementation
facesContext - TODOjavaClass - either Converter or Validator class.
ScriptNotFoundException - if no JavaScript code associated with Java class.
|
Richfaces UI Components API 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||