A B C D E F G H I J K L M N O P Q R S T U V W X Y

I

IfModel - Class in org.springframework.webflow.engine.model
Model support for if elements.
IfModel(String, String) - Constructor for class org.springframework.webflow.engine.model.IfModel
Create an if model
ImplicitFlowVariableELResolver - Class in org.springframework.webflow.expression.el
Resolves "implicit" or well-known flow variables; for example "flowScope" in an expression like #{flowScope.foo}.
ImplicitFlowVariableELResolver() - Constructor for class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
 
ImplicitFlowVariableELResolver(RequestContext) - Constructor for class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
 
inDevelopment() - Method in interface org.springframework.webflow.definition.FlowDefinition
Returns true if this flow definition is currently in development (running in development mode).
inDevelopment() - Method in class org.springframework.webflow.engine.Flow
 
info() - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built is an informational message.
init() - Method in class org.springframework.faces.config.FacesNamespaceHandler
 
init() - Method in class org.springframework.webflow.config.WebFlowConfigNamespaceHandler
 
init(FlowBuilderContext) - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Initialize this builder.
init(FlowBuilderContext) - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
 
init() - Method in interface org.springframework.webflow.engine.model.builder.FlowModelBuilder
Initialize this builder.
init() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
 
initAction() - Method in class org.springframework.webflow.action.AbstractAction
Action initializing callback, may be overridden by subclasses to perform custom initialization logic.
initAction() - Method in class org.springframework.webflow.action.FormAction
 
initAttributes(Map) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
Initializes this attribute map.
initBinder(RequestContext, DataBinder) - Method in class org.springframework.webflow.action.FormAction
Initialize a new binder instance.
InitParameterMap - Class in org.springframework.faces.webflow.context.portlet
Map backed by a PortletContext for accessing Portlet initialization parameters.
InitParameterMap(PortletContext) - Constructor for class org.springframework.faces.webflow.context.portlet.InitParameterMap
 
initParameters(Map) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
Initializes this parameter map.
initServletContext(ServletContext) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
 
initView(FacesContext) - Method in class org.springframework.faces.webflow.Jsf2FlowViewHandler
 
InputModel - Class in org.springframework.webflow.engine.model
Model support for input mappings.
InputModel(String, String) - Constructor for class org.springframework.webflow.engine.model.InputModel
Create an input mapping model
INSTANCE - Static variable in class org.springframework.binding.expression.support.NullParserContext
The null parser context object instance; a singleton.
INSTANCE - Static variable in class org.springframework.webflow.engine.WildcardTransitionCriteria
Shared instance of a TransitionCriteria that always returns true.
IntegerNumberFormatFactory - Class in org.springframework.binding.format
Produces NumberFormat instances that format integer values.
IntegerNumberFormatFactory() - Constructor for class org.springframework.binding.format.IntegerNumberFormatFactory
 
invalidateSession() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
InvalidFormatException - Exception in org.springframework.binding.convert.converters
Thrown when a formatted value is of the wrong form.
InvalidFormatException(String, String) - Constructor for exception org.springframework.binding.convert.converters.InvalidFormatException
Create a new invalid format exception.
InvalidFormatException(String, String, Throwable) - Constructor for exception org.springframework.binding.convert.converters.InvalidFormatException
Create a new invalid format exception.
InvalidFormatException(String, String, String, Throwable) - Constructor for exception org.springframework.binding.convert.converters.InvalidFormatException
Create a new invalid format exception.
InvalidMethodKeyException - Exception in org.springframework.binding.method
Thrown when a method key could not be resolved to an invokable java Method on a Class.
InvalidMethodKeyException(MethodKey, Exception) - Constructor for exception org.springframework.binding.method.InvalidMethodKeyException
Creates an exception signaling an invalid method signature.
inViewState() - Method in interface org.springframework.webflow.execution.RequestContext
Returns true if the flow is currently active and in a view state.
inViewState() - Method in class org.springframework.webflow.test.MockRequestContext
 
invoke(MethodSignature, Object, Object) - Method in class org.springframework.binding.method.MethodInvoker
Invoke the method on the bean provided.
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
isActionPhase() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns true if the current request phase is the action phase
isActive() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
isActive() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
Is the flow execution active? A flow execution is active once it has an active session and remains active until it has ended.
isActive() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
isAjaxRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.js.ajax.AbstractAjaxHandler
 
isAjaxRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.js.ajax.AjaxHandler
Is the current request an Ajax request?
isAjaxRequest() - Method in interface org.springframework.webflow.context.ExternalContext
Returns true if the current request is an asynchronous Ajax request.
isAjaxRequest() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
isAjaxRequest() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
isAjaxRequest() - Method in class org.springframework.webflow.test.MockExternalContext
 
isAjaxRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.richfaces.RichFacesAjaxHandler
 
isAjaxRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.webflow.JsfAjaxHandler
 
isAjaxRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.js.ajax.AbstractAjaxHandler
 
isAjaxRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.js.ajax.SpringJavascriptAjaxHandler
 
isAllowed(String, String) - Static method in class org.springframework.faces.security.FaceletsAuthorizeTagUtils
Returns true if the user is allowed to access the given URL and HTTP method combination.
isAllowed(String, String) - Static method in class org.springframework.faces.security.Jsf12FaceletsAuthorizeTagUtils
Returns true if the user is allowed to access the given URL and HTTP method combination.
isAsynchronousFlowRequest() - Static method in class org.springframework.faces.webflow.JsfUtils
 
isAtLeastJsf12() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
 
isAtLeastJsf20() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
 
isCacheFlowDefinition() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Returns if flow definition caching is turned on.
isCompressed() - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
Returns whether or not the flow execution data in this snapshot is compressed.
isCurrentRowSelected() - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
 
isCurrentRowSelected() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
isCurrentRowSelected() - Method in interface org.springframework.faces.model.SelectionAware
Checks whether the row pointed to by the model's current index is selected.
isEmbeddedMode() - Method in interface org.springframework.webflow.execution.FlowSession
Returns true if the flow session was started in embedded page mode.
isEmbeddedMode() - Method in class org.springframework.webflow.test.MockFlowSession
 
isEmpty() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
isEmpty() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
isEmpty() - Method in interface org.springframework.webflow.core.collection.AttributeMap
Is this attribute map empty with a size of 0?
isEmpty() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
isEmpty() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
isEmpty() - Method in interface org.springframework.webflow.core.collection.ParameterMap
Is this parameter map empty, with a size of 0?
isEnded() - Method in class org.springframework.webflow.executor.FlowExecutionResult
Returns true if the flow execution ended.
isError() - Method in interface org.springframework.binding.mapping.MappingResult
Indicates if this result is an error result.
isError() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
isError() - Method in class org.springframework.binding.mapping.results.RequiredError
 
isError() - Method in class org.springframework.binding.mapping.results.SourceAccessError
 
isError() - Method in class org.springframework.binding.mapping.results.Success
 
isError() - Method in class org.springframework.binding.mapping.results.TargetAccessError
 
isError() - Method in class org.springframework.binding.mapping.results.TypeConversionError
 
isFlowRequest() - Static method in class org.springframework.faces.webflow.JsfUtils
 
isImmediate() - Method in class org.springframework.faces.ui.ProgressiveUICommand
 
isLessThanJsf20() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
 
isMappedValueType(Class) - Method in class org.springframework.webflow.action.ResultObjectBasedEventFactory
Check whether or not given type is mapped to a corresponding event using special mapping rules.
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.AbstractActionModel
Actions are not mergeable
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.ActionStateModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.AttributeModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.BeanImportModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.BinderModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.BindingModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.DecisionStateModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.EndStateModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.ExceptionHandlerModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.FlowModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.IfModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.InputModel
 
isMergeableWith(Model) - Method in interface org.springframework.webflow.engine.model.Model
Determine if the model is able to be merged into the current model
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.OutputModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.PersistenceContextModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.SecuredModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.SubflowStateModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.TransitionModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.VarModel
 
isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.ViewStateModel
 
isMyFacesPresent() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
 
isNamed() - Method in class org.springframework.webflow.execution.AnnotatedAction
Returns whether or not the wrapped target action is a named action.
isPartialStateSavingSupported() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
Returns true if Web Flow supports partial state saving in the current runtime environment.
isPaused() - Method in class org.springframework.webflow.executor.FlowExecutionResult
Returns true if the flow execution paused and is now in a wait state.
isPortletRequest(FacesContext) - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
 
isPortletRequest(RequestContext) - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
 
isPostback(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewResponseStateManager
 
isPostback() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
 
isProcessingEvents() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
 
isProjectStage(ProjectStage) - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
 
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
 
isReadOnly(Object, int) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
 
isReadOnly(Object, Object) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
 
isRedirectRequested() - Method in class org.springframework.webflow.test.MockExternalContext
 
isReleased() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
 
isRendered() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
isRenderPhase() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns true if the current request phase is the render phase
isRequired() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
 
isRequired() - Method in interface org.springframework.binding.mapping.Mapping
Whether this is a required mapping.
isResourcePhase() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns true if the current request phase is the resource phase
isResponseAllowed() - Method in interface org.springframework.webflow.context.ExternalContext
Is a render response allowed to be written for this request? Always return false after a response has been completed.
isResponseAllowed() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
isResponseAllowed() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
isResponseAllowed() - Method in class org.springframework.webflow.test.MockExternalContext
 
isResponseCommitted() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
isResponseComplete() - Method in interface org.springframework.webflow.context.ExternalContext
Has the response been completed? Response complete status can be achieved by: Writing out the response and calling ExternalContext.recordResponseComplete(), or Calling one of the redirect request methods
isResponseComplete() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
isResponseComplete() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
isResponseComplete() - Method in class org.springframework.webflow.test.MockExternalContext
 
isResponseCompleteFlowExecutionRedirect() - Method in interface org.springframework.webflow.context.ExternalContext
Returns true if the response has been completed with flow execution redirect request.
isResponseCompleteFlowExecutionRedirect() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
isResponseCompleteFlowExecutionRedirect() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
isResponseCompleteFlowExecutionRedirect() - Method in class org.springframework.webflow.test.MockExternalContext
 
isRoot() - Method in interface org.springframework.webflow.execution.FlowSession
Returns whether this flow session is the root flow session in the ongoing flow execution.
isRoot() - Method in class org.springframework.webflow.test.MockFlowSession
 
isRowAvailable() - Method in class org.springframework.faces.model.SerializableListDataModel
 
isSavingStateInClient(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewStateManager
 
isSecure() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
isStartState() - Method in class org.springframework.webflow.engine.State
Returns a flag indicating if this state is the start state of its owning flow.
isStopOnError() - Method in class org.springframework.webflow.action.CompositeAction
Returns the stop on error flag.
isTemplate() - Method in interface org.springframework.binding.expression.ParserContext
Whether or not the expression being parsed is a template.
isTemplate() - Method in class org.springframework.binding.expression.support.FluentParserContext
 
isTemplate() - Method in class org.springframework.binding.expression.support.NullParserContext
 
isTransient() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
isUserInRole(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
isValidating() - Method in class org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader
Returns whether or not the XML parser will validate the document.
isValidationFailed() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
 
isViewState() - Method in interface org.springframework.webflow.definition.StateDefinition
Returns true if this state is a view state.
isViewState() - Method in class org.springframework.webflow.engine.State
 
isViewState() - Method in class org.springframework.webflow.engine.ViewState
 
iterator() - Method in class org.springframework.binding.method.Parameters
Return a parameter iterator.
iterator() - Method in class org.springframework.webflow.engine.ActionList
Returns an iterator over this action list.
iterator() - Method in class org.springframework.webflow.engine.TransitionSet
Returns an iterator over this transition set.

A B C D E F G H I J K L M N O P Q R S T U V W X Y