Uses of Class
org.jboss.seam.solder.core.Veto

Packages that use Veto
org.jboss.seam.faces.validation   
org.jboss.seam.international.locale   
org.jboss.seam.persistence   
org.jboss.seam.persistence.hibernate   
org.jboss.seam.servlet   
org.jboss.seam.servlet.http   
org.jboss.seam.solder.literal A collection of annotation literals for all annotations from the Contexts and Dependency Injection specification and from Seam Solder. 
org.jboss.seam.solder.resourceLoader An extensible, injectable resource loader that can provide provide URLs, managed input streams and sets of properties. 
org.jboss.seam.transaction   
 

Uses of Veto in org.jboss.seam.faces.validation
 

Classes in org.jboss.seam.faces.validation with annotations of type Veto
 class InputElement<T>
          To be used in conjunction with <s:validateForm /> in Validators that should have their values fetched from a JSF form field.
 

Uses of Veto in org.jboss.seam.international.locale
 

Classes in org.jboss.seam.international.locale with annotations of type Veto
 class LocaleConfiguration
          The locale configuration provides a list of locales defined in the seam-beans.xml.
 

Uses of Veto in org.jboss.seam.persistence
 

Classes in org.jboss.seam.persistence with annotations of type Veto
 class HibernatePersistenceProvider
          Support for non-standardized features of Hibernate, when used as the JPA persistence provider.
 

Uses of Veto in org.jboss.seam.persistence.hibernate
 

Classes in org.jboss.seam.persistence.hibernate with annotations of type Veto
 class HibernateManagedSessionExtensionImpl
          This class performs the actual work for the Hibernate managed session.
 

Uses of Veto in org.jboss.seam.servlet
 

Classes in org.jboss.seam.servlet with annotations of type Veto
 class ServletRequestContext
          Encapsulates the ServletRequest and ServletResponse for the current request and dually provides access to the ServletContext, which is accessed from the HttpServletRequest object.
 

Uses of Veto in org.jboss.seam.servlet.http
 

Classes in org.jboss.seam.servlet.http with annotations of type Veto
 class HttpServletRequestContext
          Encapsulates the HttpServletRequest and HttpServletResponse for the current request and dually provides access to the ServletContext and HttpSession, which are accessed from the HttpServletRequest object.
 

Uses of Veto in org.jboss.seam.solder.literal
 

Fields in org.jboss.seam.solder.literal declared as Veto
static Veto VetoLiteral.INSTANCE
           
 

Uses of Veto in org.jboss.seam.solder.resourceLoader
 

Classes in org.jboss.seam.solder.resourceLoader with annotations of type Veto
 class ResourceProvider
           The ResourceProvider allows dynamic loading of managed resources.
 

Uses of Veto in org.jboss.seam.transaction
 

Classes in org.jboss.seam.transaction with annotations of type Veto
 class CMTTransaction
          Wraps EJBContext transaction management in a UserTransaction interface.
 class EntityTransaction
          Support for the JPA EntityTransaction API.
 class HibernateTransaction
          Support for the Hibernate transaction API.
 class NoTransaction
          When no kind of transaction management exists.
 class SeSynchronizations
          This implementation does not have access to the JTA TransactionManager, so it is not fully aware of container managed transaction lifecycle, and is not able to register Synchronizations with a container managed transaction.
 class UTTransaction
          Wraps JTA transaction management in a Seam UserTransaction interface.
 



Copyright © 2011 Seam Framework. All Rights Reserved.