@Namespace(value="http://jboss.org/schema/seam/ui", prefix="org.jboss.seam.ui") @AutoCreate
See: Description
Class | Description |
---|---|
AbstractEntityLoader<T> |
Helper class to load entities for the entity converter
|
ClientUidSelector |
A selector which manages the cookie that gives the browser a
unique identifier.
|
DocumentStoreUtils |
Helper class for DocumentStore
|
EntityConverter |
Allows conversion of an entity to/from a key which can be written to a page.
|
EntityIdentifierStore |
Page scoped store for entity identifiers used by the EntityConverter.
|
HibernateEntityLoader |
Stores entity identifiers under a key, which can be used on a page
|
JpaEntityLoader |
Stores entity identifiers under a key, which can be used on a page
|
RenderStampStore |
A class that stores render stamps for use with <s:token> when client side
state saving is in use.
|
Exception | Description |
---|---|
UnauthorizedCommandException |
An exception is thrown when the authenticity of a JSF command (i.e., form post)
that relies on a UIToken cannot be verified.
|
Copyright © 2015 Seam Framework. All Rights Reserved.