Uses of Interface
javax.faces.view.ValueHolderAttachedObjectHandler

Packages that use ValueHolderAttachedObjectHandler
javax.faces.view

Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. 

javax.faces.view.facelets

This package contains public classes for the Java code API of Facelets. 

 

Uses of ValueHolderAttachedObjectHandler in javax.faces.view
 

Subinterfaces of ValueHolderAttachedObjectHandler in javax.faces.view
 interface EditableValueHolderAttachedObjectHandler
          

A VDL handler that exposes Validator or ValueChangeListener to a page author.

 

Uses of ValueHolderAttachedObjectHandler in javax.faces.view.facelets
 

Classes in javax.faces.view.facelets that implement ValueHolderAttachedObjectHandler
 class ConverterHandler
          

Handles setting a Converter instance on a ValueHolder parent.

 class ValidatorHandler
          

Handles setting a Validator instance on an EditableValueHolder parent.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.