Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jboss.seam.annotations Classes and Interfaces - 48 results found.
NameDescriptionTypePackageFramework
ApplicationExceptionSynonym for javax.Classorg.jboss.seam.annotationsJBoss Seam
AsynchronousMarks a method as an asynchronous method, to be dispatched by the EJB3 TimerService.Classorg.jboss.seam.annotations.asyncJBoss Seam
AutoCreateSpecifies that the annotated component should be automatically instantiated whenever it is asked for, even if @In doesClassorg.jboss.seam.annotationsJBoss Seam
BeginMarks a method as beginning a long-running conversation, if none exists, and if the method returns a non-null value Classorg.jboss.seam.annotationsJBoss Seam
BeginTaskMarks a method as causing a jBPM task to be resumed.Classorg.jboss.seam.annotations.bpmJBoss Seam
ConverterAllows a Seam component to act as a JSF converter.Classorg.jboss.seam.annotations.facesJBoss Seam
CreateProcessMarks a method creating a jBPM unless the method throws an exception or returns a null outcome.Classorg.jboss.seam.annotations.bpmJBoss Seam
DataBinderClassMeta-annotation that specifies that an annotation is a databinding annotation, ie.Classorg.jboss.seam.annotationsJBoss Seam
DataModelOutjects a collection to the same scope as the owning component (or to the EVENT scope in the case of a stateless component),Classorg.jboss.seam.annotations.datamodelJBoss Seam
DataModelSelectionInjects the selected row data of a DataModel.Classorg.jboss.seam.annotations.datamodelJBoss Seam
DataModelSelectionIndexInjects the selected row index of a ListDataModel, MapDataModel or ArrayDataModel.Classorg.jboss.seam.annotations.datamodelJBoss Seam
DataSelectorClassMeta-annotation that specifies that an annotation is a dataselection annotation, ie.Classorg.jboss.seam.annotationsJBoss Seam
EndMarks a method as ending a conversation, if the method returns a non-null outcome without throwing Classorg.jboss.seam.annotationsJBoss Seam
EndTaskMarks a method as causing a jBPM to be ended.Classorg.jboss.seam.annotations.bpmJBoss Seam
FactoryMarks a method as a factory method for a context variable.Classorg.jboss.seam.annotationsJBoss Seam
FilterAnnotates a servlet filter that should be installed by Seam's master filter and specifies its ordering Classorg.jboss.seam.annotations.webJBoss Seam
FlushModeTypeenum FlushModeTypeextends EnumA full set of flush modes, including MANUAL,Classorg.jboss.seam.annotationsJBoss Seam
HttpErrorSpecifies that an exception results in a HTTP error.Classorg.jboss.seam.annotations.exceptionJBoss Seam
IdentifierConfigures the Identifier strategy to use for instance-based permissions.Classorg.jboss.seam.annotations.security.permissionJBoss Seam
ImportAllows use of unqualified names in @In by a component or by all components in a package.Classorg.jboss.seam.annotationsJBoss Seam
InSpecifies that a seam component should be injected to the annotated field or setter method of a seam component.Classorg.jboss.seam.annotationsJBoss Seam
InstallSpecifies whether or not a component should be installed if it is scannedOptional Element SummaryClassorg.jboss.seam.annotationsJBoss Seam
InterceptorAnnotates an interceptor class and specifies what kind of interceptor it is (client side or server Classorg.jboss.seam.annotations.interceptJBoss Seam
InterceptorsSynonym for javax.Classorg.jboss.seam.annotations.interceptJBoss Seam
InterceptorTypeenum InterceptorTypeextends EnumThe type of an Interceptor, "client-side" (around the EJB proxy object)Classorg.jboss.seam.annotations.interceptJBoss Seam
IntervalCronThe unix cron expression to specify the frequency and other conditions for the repeating asynchronous callClassorg.jboss.seam.annotations.asyncJBoss Seam
NamespaceSpecifies the configuration namespace of a Java package containing Seam components.Classorg.jboss.seam.annotationsJBoss Seam
ObserverMarks a method as an observer of an event type or multiple event types.Classorg.jboss.seam.annotationsJBoss Seam
OutSpecifies that a seam component should be outjected from the annotated field or getter method of a session bean.Classorg.jboss.seam.annotationsJBoss Seam
OutcomeClassorg.jboss.seam.annotationsJBoss Seam
PermissionSpecifies an allowable permission action for the target class, and allows for an optional bit mask value for mapping the permission action to a persistent storeClassorg.jboss.seam.annotations.security.permissionJBoss Seam
PermissionCheckMeta-annotation that designates an annotation as being a permission action, requiring a security check prior to invoking the annotated method or classClassorg.jboss.seam.annotations.securityJBoss Seam
PermissionDiscriminatorFlags an entity field or method as representing the discriminator column in a permission table that contains permissions for both roles and users.Classorg.jboss.seam.annotations.security.permissionJBoss Seam
PerNestedConversationLimit the scope of a CONVERSATION-scoped component to just the parent conversation in which it was Classorg.jboss.seam.annotationsJBoss Seam
RaiseEventCauses an event to be raised after the method returns a non-null result without exception.Classorg.jboss.seam.annotationsJBoss Seam
ReadOnlyMarks a component as immutable, not needing replication once created, or a method of the component as read-only,Classorg.jboss.seam.annotationsJBoss Seam
RedirectSpecifies that an exception should result in a Required Element SummaryClassorg.jboss.seam.annotations.exceptionJBoss Seam
RestrictUsed to restrict access to a Seam component, component method or entity.Classorg.jboss.seam.annotations.securityJBoss Seam
ResumeProcessMarks a method as causing an existing jBPM to be associated with the current conversation, unless the Classorg.jboss.seam.annotations.bpmJBoss Seam
RoleSpecifies the name and scope role for a seam component role.Classorg.jboss.seam.annotationsJBoss Seam
StartTaskMarks a method as causing jBPM task to be started.Classorg.jboss.seam.annotations.bpmJBoss Seam
StartupSpecifies that an instance of this component is created at system initialization time for anClassorg.jboss.seam.annotationsJBoss Seam
SynchronizedSpecifies that a stateful component has multiple concurrent clients, and so accessClassorg.jboss.seam.annotationsJBoss Seam
TransactionalSpecifies that the transaction propagation for a JavaBean component or method of a JavaBean component.Classorg.jboss.seam.annotationsJBoss Seam
TransactionPropagationTypeenum TransactionPropagationTypeextends EnumTransaction propagation strategies for Seam JavaBean Classorg.jboss.seam.annotationsJBoss Seam
TransitionMarks a method as causing a jBPM transition after the method returns a non-null result without exception.Classorg.jboss.seam.annotations.bpmJBoss Seam
UserPasswordFlags an entity field or method as representing the password for a userOptional Element SummaryClassorg.jboss.seam.annotations.security.managementJBoss Seam
ValidatorAllows a Seam component to act as a JSF validator.Classorg.jboss.seam.annotations.facesJBoss Seam