站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 API 英文版文档

Serialized Form (JBoss Seam API Documentation) - JBoss Seam 1.1.0 API 英文版文档


Serialized Form


Package org.jboss.seam

Class org.jboss.seam.InstantiationException extends RuntimeException implements Serializable

serialVersionUID: -5437284703511833879L

Class org.jboss.seam.RequiredException extends RuntimeException implements Serializable

serialVersionUID: -5437284703511833879L


Package org.jboss.seam.actionparam

Class org.jboss.seam.actionparam.MethodExpressionParser extends Object implements Serializable

Serialized Fields

unparsedExpression

String unparsedExpression

baseExpression

String baseExpression

methodName

String methodName

params

String[] params

combinedExpression

String combinedExpression

hasParamsInExpression

boolean hasParamsInExpression

Package org.jboss.seam.contexts

Class org.jboss.seam.contexts.EntityBean extends Object implements Serializable

Serialized Fields

instance

Object instance

passivatedEntity

PassivatedEntity passivatedEntity

Class org.jboss.seam.contexts.PassivatedEntity extends Object implements Serializable

Serialized Fields

id

Object id

persistenceContext

String persistenceContext

fieldName

String fieldName

entityClass

Class<T> entityClass

Package org.jboss.seam.core

Class org.jboss.seam.core.AbstractMutable extends Object implements Serializable

Class org.jboss.seam.core.Actor extends AbstractMutable implements Serializable

Serialized Fields

id

String id

groupActorIds

Set<E> groupActorIds

Class org.jboss.seam.core.BusinessProcess extends AbstractMutable implements Serializable

Serialized Fields

processId

Long processId

taskId

Long taskId

Class org.jboss.seam.core.Conversation extends Object implements Serializable

Serialized Fields

timeout

Integer timeout

description

String description

viewId

String viewId

Class org.jboss.seam.core.ConversationEntries extends AbstractMutable implements Serializable

Serialized Fields

conversationIdEntryMap

Map<K,V> conversationIdEntryMap

Class org.jboss.seam.core.ConversationEntry extends Object implements Serializable

Serialized Fields

lastRequestTime

long lastRequestTime

description

String description

id

String id

startDatetime

Date startDatetime

lastDatetime

Date lastDatetime

viewId

String viewId

conversationIdStack

List<E> conversationIdStack

initiatorComponentName

String initiatorComponentName

timeout

Integer timeout

removeAfterRedirect

boolean removeAfterRedirect

ended

boolean ended

entries

ConversationEntries entries

lock

ReentrantLock lock

Class org.jboss.seam.core.ConversationList extends Object implements Serializable

Serialized Fields

conversationEntryList

List<E> conversationEntryList

Class org.jboss.seam.core.ConversationStack extends Object implements Serializable

Serialized Fields

conversationEntryStack

List<E> conversationEntryStack

Class org.jboss.seam.core.Dispatcher.Asynchronous extends Object implements Serializable

serialVersionUID: -551286304424595765L

Serialized Fields

processId

Long processId

taskId

Long taskId

Class org.jboss.seam.core.FacesMessages extends Object implements Serializable

Serialized Fields

facesMessages

List<E> facesMessages

keyedFacesMessages

Map<K,V> keyedFacesMessages

Class org.jboss.seam.core.FacesPage extends Object implements Serializable

Serialized Fields

pageflowName

String pageflowName

pageflowCounter

Integer pageflowCounter

pageflowNodeName

String pageflowNodeName

conversationId

String conversationId

conversationIsLongRunning

boolean conversationIsLongRunning

Class org.jboss.seam.core.LocaleSelector extends AbstractMutable implements Serializable

Serialized Fields

language

String language

country

String country

variant

String variant

cookieEnabled

boolean cookieEnabled

cookieMaxAge

int cookieMaxAge

Class org.jboss.seam.core.ManagedHibernateSession extends Object implements Serializable

serialVersionUID: 3130309555079841107L

Serialized Fields

session

org.hibernate.Session session

sessionFactoryJndiName

String sessionFactoryJndiName

componentName

String componentName

sessionFactory

Expressions.ValueBinding<T> sessionFactory

filters

List<E> filters

Class org.jboss.seam.core.ManagedPersistenceContext extends Object implements Serializable

Serialized Fields

entityManager

javax.persistence.EntityManager entityManager

persistenceUnitJndiName

String persistenceUnitJndiName

componentName

String componentName

entityManagerFactory

Expressions.ValueBinding<T> entityManagerFactory

filters

List<E> filters

Class org.jboss.seam.core.Messages extends Object implements Serializable

Class org.jboss.seam.core.Pageflow extends AbstractMutable implements Serializable

Serialized Fields

counter

int counter

processInstance

org.jbpm.graph.exe.ProcessInstance processInstance

Class org.jboss.seam.core.PersistenceContexts extends AbstractMutable implements Serializable

Serialized Fields

set

Set<E> set

flushMode

FlushModeType flushMode

Class org.jboss.seam.core.Redirect extends AbstractMutable implements Serializable

Serialized Fields

viewId

String viewId

parameters

Map<K,V> parameters

conversationPropagationEnabled

boolean conversationPropagationEnabled

Class org.jboss.seam.core.ResourceBundle extends Object implements Serializable

Serialized Fields

bundleNames

String[] bundleNames

Class org.jboss.seam.core.Switcher extends Object implements Serializable

Serialized Fields

selectItems

List<E> selectItems

conversationIdOrOutcome

String conversationIdOrOutcome

resultingConversationIdOrOutcome

String resultingConversationIdOrOutcome

Class org.jboss.seam.core.TimeZoneSelector extends AbstractMutable implements Serializable

Serialized Fields

id

String id

cookieEnabled

boolean cookieEnabled

cookieMaxAge

int cookieMaxAge

Class org.jboss.seam.core.Transition extends AbstractMutable implements Serializable

Serialized Fields

name

String name

Package org.jboss.seam.drools

Class org.jboss.seam.drools.DroolsActionHandler extends DroolsHandler implements Serializable

Serialized Fields

assertObjects

List<E> assertObjects

workingMemoryName

String workingMemoryName

Class org.jboss.seam.drools.DroolsAssignmentHandler extends DroolsHandler implements Serializable

Serialized Fields

workingMemoryName

String workingMemoryName

assertObjects

List<E> assertObjects

Class org.jboss.seam.drools.DroolsDecisionHandler extends DroolsHandler implements Serializable

Serialized Fields

assertObjects

List<E> assertObjects

workingMemoryName

String workingMemoryName

Class org.jboss.seam.drools.ManagedWorkingMemory extends Object implements Serializable

Serialized Fields

ruleBaseName

String ruleBaseName

workingMemory

org.drools.WorkingMemory workingMemory

ruleBase

Expressions.ValueBinding<T> ruleBase

Package org.jboss.seam.ejb

Class org.jboss.seam.ejb.SeamInterceptor extends SessionBeanInterceptor implements Serializable


Package org.jboss.seam.framework

Class org.jboss.seam.framework.EntityHome extends Home<E> implements Serializable

Serialized Fields

entityManager

javax.persistence.EntityManager entityManager

Class org.jboss.seam.framework.EntityNotFoundException extends RuntimeException implements Serializable

Class org.jboss.seam.framework.HibernateEntityHome extends Home<E> implements Serializable

Serialized Fields

session

org.hibernate.Session session

Class org.jboss.seam.framework.Home extends AbstractMutable implements Serializable

Serialized Fields

id

Object id

instance

Object instance

entityClass

Class<T> entityClass

newInstance

Expressions.ValueBinding<T> newInstance

deletedMessage

String deletedMessage

createdMessage

String createdMessage

updatedMessage

String updatedMessage

facesMessages

FacesMessages facesMessages

Package org.jboss.seam.intercept

Class org.jboss.seam.intercept.ClientSideInterceptor extends RootInterceptor implements Serializable

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

bean

Object bean

beanClass

Class<T> beanClass

Class org.jboss.seam.intercept.JavaBeanInterceptor extends RootInterceptor implements Serializable

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

bean

Object bean

beanClass

Class<T> beanClass

Class org.jboss.seam.intercept.RootInterceptor extends Object implements Serializable

Serialized Fields

type

InterceptorType type

isSeamComponent

boolean isSeamComponent

componentName

String componentName

userInterceptors

List<E> userInterceptors

Class org.jboss.seam.intercept.SessionBeanInterceptor extends RootInterceptor implements Serializable


Package org.jboss.seam.interceptors

Class org.jboss.seam.interceptors.AbstractInterceptor extends Object implements Serializable

Serialized Fields

componentName

String componentName

Class org.jboss.seam.interceptors.AsynchronousInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.BijectionInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.BusinessProcessInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.ConversationalInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.ConversationInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.EventInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.ExceptionInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

list

List<E> list

Class org.jboss.seam.interceptors.OutcomeInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.RemoveInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.RollbackInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.SecurityInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.SynchronizationInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

lock

ReentrantLock lock

Class org.jboss.seam.interceptors.TransactionInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.interceptors.ValidationInterceptor extends AbstractInterceptor implements Serializable


Package org.jboss.seam.jsf

Class org.jboss.seam.jsf.AbstractSeamPhaseListener extends Object implements Serializable

Class org.jboss.seam.jsf.ArrayDataModel extends javax.faces.model.ArrayDataModel implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException

Class org.jboss.seam.jsf.ListDataModel extends javax.faces.model.ListDataModel implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException

Class org.jboss.seam.jsf.MapDataModel extends javax.faces.model.DataModel implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

rowIndex

int rowIndex

map

Map<K,V> map

entries

List<E> entries

Class org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener extends TransactionalSeamPhaseListener implements Serializable

Class org.jboss.seam.jsf.SeamExtendedManagedPersistencePortletPhaseListener extends TransactionalSeamPortletPhaseListener implements Serializable

Class org.jboss.seam.jsf.SeamPhaseListener extends AbstractSeamPhaseListener implements Serializable

Class org.jboss.seam.jsf.SeamPortletPhaseListener extends AbstractSeamPhaseListener implements Serializable

Class org.jboss.seam.jsf.SetDataModel extends javax.faces.model.DataModel implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

rowIndex

int rowIndex

set

Set<E> set

entries

List<E> entries

Class org.jboss.seam.jsf.TransactionalSeamPhaseListener extends SeamPhaseListener implements Serializable

Class org.jboss.seam.jsf.TransactionalSeamPortletPhaseListener extends SeamPortletPhaseListener implements Serializable


Package org.jboss.seam.log

Class org.jboss.seam.log.LogImpl extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.jboss.seam.mock

Class org.jboss.seam.mock.MockAclObjectIdentity extends Object implements Serializable

Serialized Fields

id

Integer id

objectIdentity

String objectIdentity

Class org.jboss.seam.mock.MockAclPermission extends Object implements Serializable

Serialized Fields

id

Integer id

identity

MockAclObjectIdentity identity

recipientType

AclProvider.RecipientType recipientType

recipient

String recipient

mask

int mask

Class org.jboss.seam.mock.MockSecureEntity extends Object implements Serializable

Serialized Fields

id

Integer id

value

String value

Package org.jboss.seam.pageflow

Class org.jboss.seam.pageflow.Page extends org.jbpm.graph.def.Node implements Serializable

serialVersionUID: 1L

Serialized Fields

viewId

String viewId

isConversationEnd

boolean isConversationEnd

isTaskEnd

boolean isTaskEnd

transition

String transition

processToCreate

String processToCreate

redirect

boolean redirect

description

String description

timeout

Integer timeout

backEnabled

boolean backEnabled

switchEnabled

boolean switchEnabled

noConversationViewId

String noConversationViewId

Class org.jboss.seam.pageflow.PageflowParser extends org.jbpm.jpdl.xml.JpdlXmlReader implements Serializable

serialVersionUID: 1L


Package org.jboss.seam.remoting

Class org.jboss.seam.remoting.SeamRemotingServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

servletContext

javax.servlet.ServletContext servletContext

cachedConfig

Map<K,V> cachedConfig
We use a Map for this because a Servlet can serve requests for more than one context path.


Package org.jboss.seam.remoting.wrapper

Class org.jboss.seam.remoting.wrapper.ConversionException extends Exception implements Serializable


Package org.jboss.seam.security

Class org.jboss.seam.security.AuthenticationException extends RuntimeException implements Serializable

Class org.jboss.seam.security.Identity extends Object implements Serializable

Serialized Fields

authenticated

boolean authenticated

valid

boolean valid

Class org.jboss.seam.security.Role extends Object implements Serializable

Serialized Fields

name

String name
The name of the role


members

Set<E> members
The members of this role. This role has the authority to perform any action that any of its members (or member's members, ad infinitum) can perform.


permissions

Set<E> permissions
A set of permissions explicitly assigned to this role.

Class org.jboss.seam.security.UsernamePasswordToken extends Identity implements Serializable

Serialized Fields

roles

Role[] roles

credentials

Object credentials

principal

Object principal

Package org.jboss.seam.security.acl

Class org.jboss.seam.security.acl.IdentityException extends RuntimeException implements Serializable


Package org.jboss.seam.security.config

Class org.jboss.seam.security.config.SecurityConfigException extends Exception implements Serializable


Package org.jboss.seam.theme

Class org.jboss.seam.theme.Theme extends Object implements Serializable

Class org.jboss.seam.theme.ThemeSelector extends AbstractMutable implements Serializable

Serialized Fields

theme

String theme

availableThemes

String[] availableThemes

cookieEnabled

boolean cookieEnabled

cookieMaxAge

int cookieMaxAge

Package org.jboss.seam.util

Class org.jboss.seam.util.Conversions.AssociativePropertyValue extends Object implements Serializable

Serialized Fields

keyedValues

Map<K,V> keyedValues

Class org.jboss.seam.util.Conversions.FlatPropertyValue extends Object implements Serializable

Serialized Fields

string

String string

Class org.jboss.seam.util.Conversions.MultiPropertyValue extends Object implements Serializable

Serialized Fields

strings

String[] strings

Class org.jboss.seam.util.DTDEntityResolver extends Object implements Serializable