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

A

ABBR - Static variable in interface HtmlConstants
The name of the abbr attribute.
AbstractAttributeMap - Class in org.apache.beehive.netui.script.el.util
 
AbstractAttributeMap() - Constructor for class AbstractAttributeMap
 
AbstractAttributeState - Class in org.apache.beehive.netui.tags.rendering
 
AbstractAttributeState() - Constructor for class AbstractAttributeState
 
AbstractCallMethod - Class in org.apache.beehive.netui.tags.databinding.invoke
An abstract base class for tags that are capable of reflectively invoking methods.
AbstractCallMethod() - Constructor for class AbstractCallMethod
 
AbstractCallMethod.ParamNode - Class in org.apache.beehive.netui.tags.databinding.invoke
An internal struct that represents a parameter that will be passed to a reflective method invocation call.
AbstractCallMethod.ParamNode() - Constructor for class AbstractCallMethod.ParamNode
 
AbstractCell - Class in org.apache.beehive.netui.tags.databinding.datagrid
Abstract base class for JSP tags that render data grid cells.
AbstractCell() - Constructor for class AbstractCell
 
AbstractClassicTag - Class in org.apache.beehive.netui.tags
AbstractBaseTag is the base tag for most of the NetUI tags.
AbstractClassicTag() - Constructor for class AbstractClassicTag
 
AbstractClientRequestInterceptor - Class in org.apache.beehive.netui.tags
 
AbstractClientRequestInterceptor() - Constructor for class AbstractClientRequestInterceptor
 
AbstractDataGridHtmlTag - Class in org.apache.beehive.netui.tags.databinding.datagrid
This class is a base class for all data grid tags that render HTML output for the grid.
AbstractDataGridHtmlTag() - Constructor for class AbstractDataGridHtmlTag
 
AbstractHtmlControlState - Class in org.apache.beehive.netui.tags.rendering
This class adds the name attribute to the base HTML state.
AbstractHtmlControlState() - Constructor for class AbstractHtmlControlState
 
AbstractHtmlState - Class in org.apache.beehive.netui.tags.rendering
This class extends the AbstractAttributeState to add support for HTML.
AbstractHtmlState() - Constructor for class AbstractHtmlState
 
AbstractHtmlTableCell - Class in org.apache.beehive.netui.tags.databinding.datagrid
Abstract base class that supports rendering an HTML <td>.
AbstractHtmlTableCell() - Constructor for class AbstractHtmlTableCell
 
AbstractInterceptor - Class in org.apache.beehive.netui.pageflow.interceptor
 
AbstractInterceptor() - Constructor for class AbstractInterceptor
 
AbstractPageError - Class in org.apache.beehive.netui.tags
This is a "struct" class that contains the base information for an error occuring in a tag on a page.
AbstractPageError() - Constructor for class AbstractPageError
 
AbstractRenderAppender - Class in org.apache.beehive.netui.tags.rendering
This is an abstract base class that represents the appender.
AbstractRenderAppender() - Constructor for class AbstractRenderAppender
 
AbstractScriptableMap - Class in org.apache.beehive.netui.script.common
Base Map implementation that can be used by clients that need to expose implicit objects to an expression language through a Map.
AbstractScriptableMap() - Constructor for class AbstractScriptableMap
 
AbstractSimpleTag - Class in org.apache.beehive.netui.tags
 
AbstractSimpleTag() - Constructor for class AbstractSimpleTag
 
AbstractTagState - Class in org.apache.beehive.netui.tags.rendering
 
AbstractTagState() - Constructor for class AbstractTagState
 
accept(AdapterContext) - Method in interface Adapter
Called upon the initialization, to decide whether this Adapter instance should become active.
accept(File, String) - Method in class PageFlowFileFilter
Deprecated.  
ACCEPT - Static variable in interface HtmlConstants
The name of the accept attribute.
ACCESSKEY - Static variable in interface HtmlConstants
The name of the accesskey attribute.
ACTION - Static variable in class URLType
 
ACTION - Static variable in interface HtmlConstants
The name of the action attribute.
action - Variable in class FormTag.State
 
ACTION_EXTENSION - Static variable in interface PageFlowConstants
The extension for Struts action URIs used with page flows.
ACTION_EXTENSION_LEN - Static variable in interface InternalConstants
 
ACTION_OVERRIDE - Static variable in interface PageFlowConstants
Deprecated. This is an internal constant that will be removed without replacement.
ACTION_OVERRIDE - Static variable in class Button
 
ACTION_OVERRIDE_PREFIX - Static variable in interface InternalConstants
The prefix for a button or imageButton that has an action.
ACTION_TEMPLATE - Static variable in class URLTemplateDescriptor
Deprecated.  
ACTION_TEMPLATE - Static variable in class URLTemplatesFactory
 
ActionForwardHandler - Interface in org.apache.beehive.netui.pageflow.handler
Handler for action forward processing.
ActionInterceptor - Class in org.apache.beehive.netui.pageflow.interceptor.action
Base class for Page Flow action interceptors.
ActionInterceptor() - Constructor for class ActionInterceptor
 
ActionInterceptorContext - Class in org.apache.beehive.netui.pageflow.interceptor.action
Context passed to ActionInterceptor methods.
ActionInterceptorContext(HttpServletRequest, HttpServletResponse, ServletContext, PageFlowController, InterceptorForward, String) - Constructor for class ActionInterceptorContext
 
ActionInterceptors - Class in org.apache.beehive.netui.pageflow.interceptor.action.internal
 
ActionInterceptors() - Constructor for class ActionInterceptors
 
ActionInterceptors.ActionExecutor - Interface in org.apache.beehive.netui.pageflow.interceptor.action.internal
 
ActionNotFoundException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the user tries to execute an action that does not exist on the page flow.
ActionNotFoundException(String, FlowController, Object) - Constructor for exception ActionNotFoundException
 
actionRaised(RequestContext, FlowController, ActionMapping, ActionForm) - Method in class DefaultPageFlowEventReporter
 
actionRaised(RequestContext, FlowController, ActionMapping, ActionForm) - Method in class PageFlowEventReporter
Event fired when an action is raised on a FlowController (a page flow or a shared flow).
ActionResolver - Interface in org.apache.beehive.netui.pageflow
Interface for controller classes that resolve actions to URIs.
ActionResult - Interface in org.apache.beehive.netui.pageflow
Encapsulation of the results returned by PageFlowUtils.strutsLookup(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String, java.lang.String[]).
ActionResultImpl - Class in org.apache.beehive.netui.pageflow.internal
Encapsulation of the results returned by PageFlowUtils.strutsLookup(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String, java.lang.String[]).
ActionResultImpl() - Constructor for class ActionResultImpl
 
ActionResultImpl(String, boolean, int, String, boolean) - Constructor for class ActionResultImpl
 
actionSuccess(RequestContext, FlowController, ActionMapping, ActionForm, ActionForward, long) - Method in class DefaultPageFlowEventReporter
 
actionSuccess(RequestContext, FlowController, ActionMapping, ActionForm, ActionForward, long) - Method in class PageFlowEventReporter
Event fired when an action successfully completes on a FlowController (a page flow or a shared flow).
Adapter - Interface in org.apache.beehive.netui.pageflow.adapter
Base interface for all discoverable adapters.
AdapterContext - Class in org.apache.beehive.netui.pageflow.adapter
Generic context passed to Adapter.
AdapterContext(Object) - Constructor for class AdapterContext
 
AdapterManager - Class in org.apache.beehive.netui.pageflow.internal
 
AdapterManager() - Constructor for class AdapterManager
 
add(HashMap, HashMap, HashMap) - Static method in class AnchorTag
Add the Renderer for the HTML and XHTML tokens.
add(HashMap, HashMap, HashMap) - Static method in class AreaTag
Add the Renderer for the HTML and XHTML tokens.
add(HashMap, HashMap, HashMap) - Static method in class BaseTag
 
add(HashMap, HashMap, HashMap) - Static method in class BodyTag
 
add(HashMap, HashMap, HashMap) - Static method in class CaptionTag
 
add(HashMap, HashMap, HashMap) - Static method in class DivTag
 
add(HashMap, HashMap, HashMap) - Static method in class FormTag
 
add(HashMap, HashMap, HashMap) - Static method in class HtmlTag
 
add(HashMap, HashMap, HashMap) - Static method in class ImageTag
 
add(HashMap, HashMap, HashMap) - Static method in class InputBooleanTag
 
add(HashMap, HashMap, HashMap) - Static method in class InputFileTag
 
add(HashMap, HashMap, HashMap) - Static method in class InputHiddenTag
 
add(HashMap, HashMap, HashMap) - Static method in class InputImageTag
 
add(HashMap, HashMap, HashMap) - Static method in class InputSubmitTag
 
add(HashMap, HashMap, HashMap) - Static method in class InputTextTag
 
add(HashMap, HashMap, HashMap) - Static method in class LabelTag
 
add(HashMap, HashMap, HashMap) - Static method in class OptionTag
 
add(HashMap, HashMap, HashMap) - Static method in class ScriptTag
 
add(HashMap, HashMap, HashMap) - Static method in class SelectTag
 
add(HashMap, HashMap, HashMap) - Static method in class SpanTag
 
add(HashMap, HashMap, HashMap) - Static method in class TableTag
 
add(HashMap, HashMap, HashMap) - Static method in class TBodyTag
 
add(HashMap, HashMap, HashMap) - Static method in class TdTag
 
add(HashMap, HashMap, HashMap) - Static method in class TextAreaTag
 
add(HashMap, HashMap, HashMap) - Static method in class TFootTag
 
add(HashMap, HashMap, HashMap) - Static method in class THeadTag
 
add(HashMap, HashMap, HashMap) - Static method in class ThTag
 
add(HashMap, HashMap, HashMap) - Static method in class TrTag
 
add_escapes(String) - Method in exception ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addActionError(String, String, Object[]) - Method in class FlowController
Add a property-related message that will be shown with the Errors and Error tags.
addActionError(String, ActionMessage, ServletRequest) - Static method in class InternalUtils
 
addActionError(ServletRequest, String, String, Object[]) - Static method in class PageFlowUtils
Add a property-related message that will be shown with the Errors and Error tags.
addActionError(ServletRequest, String, String) - Static method in class PageFlowUtils
Add a property-related message that will be shown with the Errors and Error tags.
addActionError(ServletRequest, String, String, Object) - Static method in class PageFlowUtils
Add a property-related message that will be shown with the Errors and Error tags.
addActionError(ServletRequest, String, String, Object, Object) - Static method in class PageFlowUtils
Add a property-related message that will be shown with the Errors and Error tags.
addActionError(ServletRequest, String, String, Object, Object, Object) - Static method in class PageFlowUtils
Add a property-related message that will be shown with the Errors and Error tags.
addActionErrorExpression(String, String, Object[]) - Method in class FlowController
Add a property-related message as an expression that will be evaluated and shown with the Errors and Error tags.
addActionErrorExpression(HttpServletRequest, String, String, Object[]) - Static method in class PageFlowUtils
Add a property-related message as an expression that will be evaluated and shown with the Errors and Error tags.
addActionOutput(String, Object) - Method in class Forward
Adds an action output that will be made available in the request, through PageFlowUtils.getActionOutput(java.lang.String, javax.servlet.ServletRequest).
addActionOutput(String, Object, ServletRequest) - Static method in class PageFlowUtils
Set a named action output, which corresponds to an input declared by the pageInput JSP tag.
addActionOutputs(Map, ServletRequest, boolean) - Static method in class InternalUtils
 
addAttribute(TreeHtmlAttributeInfo) - Method in class TreeElement
This method is called by the children tags of the TreeItem.
addBindingUpdateError(ServletRequest, String, String, Throwable) - Static method in class InternalUtils
Add a BindingUpdateError to the request.
addBindingUpdateError(ServletRequest, String, String, Throwable) - Static method in class PageFlowUtils
Deprecated. This is an internal utility. InternalUtils.addBindingUpdateError(javax.servlet.ServletRequest, java.lang.String, java.lang.String, java.lang.Throwable) can be used, but it is not guaranteed to be supported in the future.
addChild(TreeElement) - Method in class TreeElement
Add a new child node to the end of the list.
addChild(int, TreeElement) - Method in class TreeElement
Add a new child node at the specified position in the child list.
addComponent(String, String) - Method in class PageFlowApplication
 
addContent(String) - Method in class Repeater
Add content to the content that is being buffered by this tag.
addConverter(String, String) - Method in class PageFlowApplication
 
addConverter(Class, String) - Method in class PageFlowApplication
 
addCookie(Cookie) - Method in class ScopedResponseImpl
Add a cookie to the response.
addDataAccessProvider(IDataAccessProvider, JspContext) - Static method in class DataAccessProviderStack
 
addDateHeader(String, long) - Method in class ScopedResponseImpl
Adds a response header with the given name and date-value.
addError(AbstractPageError) - Method in class Html
Add an error to the errors being reported by this tag.
addError(AbstractPageError) - Method in interface IErrorReporter
Add an error to this ErrorReporter.
addError(AbstractPageError) - Method in class Template
Add an error to the errors being reported by this tag.
addEscapes(String) - Static method in error TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addFormatter(FormatTag.Formatter) - Method in class CellModel
Add a FormatTag.Formatter which can be used to format an Object for rendering.
addFormatter(FormatTag.Formatter) - Method in class AbstractCell
Add a FormatTag.Formatter.
addFormatter(FormatTag.Formatter) - Method in interface IFormattable
Adds a FormatTag.Formatter instance to the tag's set of formatters.
addFormatter(FormatTag.Formatter) - Method in class LabelBase
Adds a FormatTag.Formatter to the Label's set of formatters
addFormatter(FormatTag.Formatter) - Method in class Select
Adds a FormatTag.Formatter to the Select's set of formatters
addFormatter(FormatTag.Formatter) - Method in class TextArea
Adds a FormatTag.Formatter to the TextArea's set of formatters
addFormatter(FormatTag.Formatter) - Method in class TextBox
Adds a FormatTag.Formatter to the TextBox's set of formatters
addHeader(String, String) - Method in class ScopedResponseImpl
Adds a response header with the given name and value.
addInterceptor(InterceptorConfig, Class, List) - Static method in class InterceptorContext
Instantiates an interceptor, based on the class name in the given InterceptorConfig, and adds it to the given collection of interceptors.
addInterceptor(ServletContext, RequestInterceptor) - Static method in class RequestInterceptorContext
 
addInterceptors(InterceptorConfig[], List, Class) - Static method in class InterceptorContext
 
addIntHeader(String, int) - Method in class ScopedResponseImpl
Adds a response header with the given name and integer value.
addLegacyTagIdMappings(String, String) - Method in interface IScriptReporter
Adds a tagID and tagName to the id to name map.
addLegacyTagIdMappings(String, String) - Method in class ScriptContainer
Adds a tagID and tagName to the Html's getId javascript function.
addListenScope(Object) - Method in class ScopedRequestImpl
Adds a scope to "listen" to.
addListenScope(Object) - Method in interface ScopedRequest
Adds a scope to "listen" to.
addMessageArgument(Object) - Method in class Message
Deprecated.  
addObjectHeader(String, Object) - Method in class ScopedResponseImpl
 
addOption(AbstractRenderAppender, String, String, String, int, String, char, boolean) - Method in class HtmlGroupBaseTag
This will create a new option in the HTML.
addOptionToList(String) - Method in class Select
 
addOutputForm(Object) - Method in class Forward
Add a form bean that will be made available in the request (or user session, as appropriate) if this Forward is returned by an action method in a PageFlowController.
addPageInput(String, Object) - Method in class Forward
Deprecated. Use Forward.addActionOutput(java.lang.String, java.lang.Object) instead.
addPageInput(String, Object, ServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.addActionOutput(java.lang.String, java.lang.Object, javax.servlet.ServletRequest) instead.
addParam(String, Object) - Method in class DefaultPageFlowEventReporter.LogMsg
 
addParam(String, String, String) - Static method in class InternalUtils
Add a parameter to the given URL.
addParam(Map, String, Object) - Static method in class ParamHelper
Add a new parameter or update an existing parameter's list of values.
addParameter(String, String, boolean) - Method in class FreezableMutableURI
Add a parameter for the query string.
addParameter(String, String, boolean) - Method in class MutableURI
Add a parameter for the query string.
addParameter(String, String) - Method in class ScopedRequestImpl
Add a parameter to the request.
addParameter(String, Object, String) - Method in class AnchorCell
Implementation of the IUrlParams interface.
addParameter(String, Object, String) - Method in class ImageAnchorCell
Implementation of the IUrlParams interface.
addParameter(String, Object) - Method in class AbstractCallMethod
Add a paramter that will be passed as an argument to the method that will be invoked.
addParameter(String, Object, String) - Method in class AnchorBase
Adds a URL parameter to the generated hyperlink.
addParameter(String, Object, String) - Method in class Button
Adds a URL parameter to the generated hyperlink.
addParameter(String, Object, String) - Method in class Form
Adds a URL parameter to the generated hyperlink.
addParameter(String, Object, String) - Method in class Image
Adds a URL parameter to the generated hyperlink.
addParameter(String, Object, String) - Method in interface IUrlParams
This method will allow a tag that produces one or more Urls to have parameters set on the tag.
addParameter(String, Object, String) - Method in class RewriteURL
This method will allow a tag that produces one or more Urls to have parameters set on the tag.
addParameter(String, Object, String) - Method in class TreeElement
 
addParameter(String, Object, String) - Method in class TreeItem
 
addParameters(Map, boolean) - Method in class FreezableMutableURI
Add a parameter to the query string.
addParameters(Map, boolean) - Method in class MutableURI
Add a parameter to the query string.
addParams(String, Map, String) - Static method in class HtmlUtils
 
addQueryParam(String, String) - Method in class Forward
Add a query parameter to the URI returned by Forward.getPath().
addQueryParam(String) - Method in class Forward
Add a query parameter with no value to the URI returned by Forward.getPath().
addResourceOverride(String, String) - Method in class DataGridTagModel
This method provides support for overriding the messages available in the DataGridResourceProvider on a per-message basis.
addScriptFunction(ScriptPlacement, String) - Method in interface IScriptReporter
This method will add Script as a function.
addScriptFunction(ScriptPlacement, String) - Method in class ScriptContainer
This method will add Script as a function.
addServletMapping(String, String) - Method in class PageFlowActionServlet
Struts keeps track of the action servlet URL pattern (e.g., *.do) so it can construct action URIs.
addStateAttribute(AbstractHtmlState, String, String) - Method in class AbstractCell
Add an HTML state attribute to a AbstractHtmlState object.
addTagID(String, String) - Method in class Form
Adds a tagId and name to the Form's focusMap.
addTagIdMappings(String, String, String) - Method in interface IScriptReporter
 
addTagIdMappings(String, String, String) - Method in class ScriptContainer
This will add the mapping between the tagId and the real name to the NameMap hashmap.
addTemplate(String, URLTemplate) - Method in class URLTemplates
Add a template from url-template-config by name.
addTemplateRefGroup(String, Map) - Method in class URLTemplates
Add a template reference group from url-template-config by name.
addTerm(Term) - Method in class ParsedExpression
 
addToken(ExpressionToken) - Method in class ExpressionTerm
 
addValidationError(String, String, Object[]) - Method in class FlowController
Deprecated. Use FlowController.addActionError(java.lang.String, java.lang.String, java.lang.Object[]) instead.
addValidationError(String, String) - Method in class FlowController
Deprecated. Use FlowController.addActionError(java.lang.String, java.lang.String, java.lang.Object[]) instead.
addValidationError(String, String, Object[], ServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.addActionError(ServletRequest, String, String, Object[]) instead.
addValidationError(String, String, Object, ServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.addActionError(ServletRequest, String, String, Object[]) instead.
addValidationError(String, String, ServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.addActionError(ServletRequest, String, String, Object[]) instead.
addValidator(String, String) - Method in class PageFlowApplication
 
adjustBeginLineColumn(int, int) - Method in class SimpleCharStream
Method to adjust line and column numbers for the start of a token.
afterAction() - Method in class FlowController
Callback that occurs after any user action method is invoked.
afterNestedIntercept(AfterNestedInterceptContext) - Method in class ActionInterceptor
Callback invoked after a nested page flow has been "injected" by ActionInterceptor.preAction(org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptorContext, org.apache.beehive.netui.pageflow.interceptor.InterceptorChain), and before the original action has run.
AfterNestedInterceptContext - Class in org.apache.beehive.netui.pageflow.interceptor.action
Context passed to ActionInterceptor.afterNestedIntercept(org.apache.beehive.netui.pageflow.interceptor.action.AfterNestedInterceptContext).
AfterNestedInterceptContext(HttpServletRequest, HttpServletResponse, ServletContext, PageFlowController, InterceptorForward, String, String) - Constructor for class AfterNestedInterceptContext
 
ALIGN - Static variable in interface HtmlConstants
The name of the align attribute.
ALINK - Static variable in interface HtmlConstants
The name of the alink attribute.
ALLOCATE_ID - Static variable in class CoreScriptFeature
 
ALLOCATE_LEGACY - Static variable in class CoreScriptFeature
 
ALLOCATE_NAME - Static variable in class CoreScriptFeature
 
allowBindingEvent(Object) - Method in interface StorageHandler
Tell whether a given binding event should be allowed to occur.
allowBindingEvent(Object) - Method in class DeferredSessionStorageHandler
 
allowBindingEvent(Object) - Method in class SimpleSessionStorageHandler
 
allowNullInvocationTarget() - Method in class AbstractCallMethod
When implemented to return true, this method allows a tag invoking a method to accept a null invocation target and simply return null.
allowOtherRewriters() - Method in class URLRewriter
 
allowParamsOnFormAction(ServletContext, ServletRequest) - Method in class URLRewriter
Tell whether rewritten form actions should be allowed to have query parameters.
allowParamsOnFormAction(ServletContext, ServletRequest) - Static method in class URLRewriterService
Tell whether rewritten form actions should be allowed to have query parameters.
ALT - Static variable in interface HtmlConstants
The name of the alt attribute.
ALWAYS - Static variable in class PreventCache
 
alwaysTrackPreviousAction() - Method in class FlowController
When this FlowController does not use a @Jpf.Forward annotation with a navigateTo=Jpf.NavigateTo.previousAction attribute, the following methods always return null by default.
alwaysTrackPreviousPage() - Method in class FlowController
When this FlowController does not use a @Jpf.Forward annotation with either a navigateTo=Jpf.NavigateTo.currentPage attribute or a navigateTo=Jpf.NavigateTo.previousPage attribute, the following methods always return null by default.
Anchor - Class in org.apache.beehive.netui.tags.html
Generates a URL-encoded hyperlink to a specified URI.
Anchor() - Constructor for class Anchor
 
ANCHOR - Static variable in interface HtmlConstants
The name of the a element.
ANCHOR_SUBMIT - Static variable in class CoreScriptFeature
 
ANCHOR_TAG - Static variable in class TagRenderingBase
Token identifying the Anchor Renderer <a>
AnchorBase - Class in org.apache.beehive.netui.tags.html
This is the base class that provides most of the features necessary to create an anchor and an area.
AnchorBase() - Constructor for class AnchorBase
 
AnchorCell - Class in org.apache.beehive.netui.tags.databinding.datagrid
Data grid cell used to render an HTML anchor.
AnchorCell() - Constructor for class AnchorCell
 
AnchorCellDecorator - Class in org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell
 
AnchorCellDecorator() - Constructor for class AnchorCellDecorator
 
AnchorCellModel - Class in org.apache.beehive.netui.databinding.datagrid.runtime.model.cell
 
AnchorCellModel() - Constructor for class AnchorCellModel
 
AnchorTag - Class in org.apache.beehive.netui.tags.rendering
Rendering for HTML anchor tags $lt;a>.
AnchorTag() - Constructor for class AnchorTag
 
AnchorTag.State - Class in org.apache.beehive.netui.tags.rendering
The State assocated with the Anchor Tag.
AnchorTag.State() - Constructor for class AnchorTag.State
 
ANNOTATION_QUALIFIER - Static variable in interface InternalConstants
 
AnnotationAttribute - Class in org.apache.beehive.netui.pageflow.internal.annotationreader
 
AnnotationAttribute() - Constructor for class AnnotationAttribute
 
AnnotationAttribute(String, String) - Constructor for class AnnotationAttribute
 
AnnotationAttribute(String, ProcessedAnnotation[]) - Constructor for class AnnotationAttribute
 
AnnotationReader - Class in org.apache.beehive.netui.pageflow.internal
Utility for reading XML files that describe annotations in classes.
AnyBeanActionForm - Class in org.apache.beehive.netui.pageflow.internal
 
AnyBeanActionForm() - Constructor for class AnyBeanActionForm
 
AnyBeanActionForm(Object) - Constructor for class AnyBeanActionForm
 
append(String) - Method in class AbstractRenderAppender
 
append(char) - Method in class AbstractRenderAppender
 
append(String) - Method in class ResponseRenderAppender
 
append(char) - Method in class ResponseRenderAppender
 
append(String) - Method in class StringBuilderRenderAppender
 
append(char) - Method in class StringBuilderRenderAppender
 
append(String) - Method in class WriteRenderAppender
 
append(char) - Method in class WriteRenderAppender
This is a method not found on ResponseUtils and one that should be there.
append(Object) - Method in class InternalStringBuilder
 
append(String) - Method in class InternalStringBuilder
 
append(char) - Method in class InternalStringBuilder
 
append(int) - Method in class InternalStringBuilder
 
appendToResult(InternalStringBuilder, String) - Method in class URLTemplate
 
applyAttributes() - Method in class AbstractCell
Utility method invoked during tag rendering.
applyAttributes() - Method in class AnchorCell
Interanl method overriding the AbstractCell.applyAttributes() method to handle setting attributes on the AnchorCellModel associated with an instance of this tag.
applyAttributes() - Method in class HeaderCell
Apply the tag's attributes to the HeaderCellModel.
applyChanges(RequestContext) - Method in interface StorageHandler
Apply any deferred changes, at the end of a chain of requests.
applyChanges(RequestContext) - Method in class DeferredSessionStorageHandler
 
applyChanges(RequestContext) - Method in class SimpleSessionStorageHandler
 
applyIndexedTagId(AbstractHtmlState, String) - Method in class AbstractDataGridHtmlTag
Create an indexed tag identifier given a state object and a base tag identifier.
applyNamingChain(String) - Method in class AbstractClassicTag
This method walks all of the naming chains and allows them to rewrite the name parameter.
applyRedirect() - Method in class ScopedResponseImpl
Actually send the redirect that was suggested by ScopedResponseImpl.sendRedirect(java.lang.String).
applyRedirect() - Method in interface ScopedResponse
Actually send the redirect that was suggested by HttpServletResponse.sendRedirect(java.lang.String).
applyTagId(AbstractHtmlState, String) - Method in class AbstractDataGridHtmlTag
Create an un-indexed tag identifier for the given state object.
Area - Class in org.apache.beehive.netui.tags.html
 
Area() - Constructor for class Area
 
AREA - Static variable in interface HtmlConstants
The name of the area element.
AREA_TAG - Static variable in class TagRenderingBase
 
AreaTag - Class in org.apache.beehive.netui.tags.rendering
 
AreaTag() - Constructor for class AreaTag
 
ArrayIndex() - Method in class NetUIELParser
 
ArrayIndexToken - Class in org.apache.beehive.netui.script.el.tokens
 
ArrayIndexToken(String) - Constructor for class ArrayIndexToken
 
ArrayIterator - Class in org.apache.beehive.netui.util.iterator
ArrayIterator provides an Iterator over a Java array.
ArrayIterator(Object) - Constructor for class ArrayIterator
 
arrayLookup(Object, int) - Method in class ExpressionToken
 
arrayUpdate(Object, int, Object) - Method in class ExpressionToken
 
ASCENDING - Static variable in class SortDirection
Direction representing ascending.
AtomicObjectIterator - Class in org.apache.beehive.netui.util.iterator
 
attachDataGridState(String, DataGridState) - Method in class DataGridStateFactory
Convenience method that allows a DataGridState object from a client to be attached to the factory.
attr - Variable in class EvalErrorInfo
The attribute of the tag that contained the expression
ATTR_GENERAL - Static variable in class AbstractAttributeState
The integer type constant indentifying the General Attributes AbstractBaseTag reserves 0-9 for indentification.
ATTR_JAVASCRIPT - Static variable in class AbstractHtmlState
Define the Attribute Map for the JavaScript event handler attributes.
ATTR_PREFIX - Static variable in interface InternalConstants
 
Attribute - Class in org.apache.beehive.netui.tags.html
 
Attribute() - Constructor for class Attribute
 
Attribute - Class in org.apache.beehive.netui.tags.template
The Attribute tag defines an attribute within a template that may be set from a content page.
Attribute() - Constructor for class Attribute
 
AttributeContainer - Class in org.apache.beehive.netui.pageflow.scoping.internal
 
AttributeContainer() - Constructor for class AttributeContainer
 
AUTO_VIEW_RENDER_FORWARD_NAME - Static variable in interface PageFlowConstants
The name of an automatically-generated Forward that can be used from any Page Flow action, in situations where the framework can handle the response itself.
AutoRegisterActionServlet - Class in org.apache.beehive.netui.pageflow
ActionServlet that automatically registers requested Struts modules based on a set of module configuration file locators.
AutoRegisterActionServlet() - Constructor for class AutoRegisterActionServlet
 
AutoRegisterActionServlet.ModuleConfigLocator - Interface in org.apache.beehive.netui.pageflow
Interface for specifying alternate locations for auto-registered Struts modules.
AUTOSCOPE_PREFIX - Static variable in interface ScopedRequest
 
avoidDirectResponseOutput(ServletRequest) - Static method in class InternalUtils
Tell whether a special request attribute was set, indicating that we should avoid writing to the response (or setting response error codes).
AXIS - Static variable in interface HtmlConstants
The name of the axis attribute.

B

BACKGROUND - Static variable in interface HtmlConstants
The name of the background attribute.
BACKING_CLASS_IMPLICIT_OBJECT - Static variable in interface InternalConstants
 
BackingClassMethodBinding - Class in org.apache.beehive.netui.pageflow.faces.internal
Internal class used in JSF/Page Flow integration.
BackingClassMethodBinding() - Constructor for class BackingClassMethodBinding
 
BackingClassMethodBinding(String, Class[], MethodBinding) - Constructor for class BackingClassMethodBinding
 
backup(int) - Method in class SimpleCharStream
 
Base - Class in org.apache.beehive.netui.tags.html
Provides the base for every URL on this page.
Base() - Constructor for class Base
 
BASE - Static variable in interface HtmlConstants
The name of the base element.
BASE_TAG - Static variable in class TagRenderingBase
 
BaseHandler - Class in org.apache.beehive.netui.pageflow.handler
Default implementation of the base Handler interface.
BaseHandler() - Constructor for class BaseHandler
 
BaseTag - Class in org.apache.beehive.netui.tags.rendering
Render the HTML <base> tag.
BaseTag() - Constructor for class BaseTag
 
BaseTag.State - Class in org.apache.beehive.netui.tags.rendering
 
BaseTag.State() - Constructor for class BaseTag.State
 
BaseTypeConverter - Class in org.apache.beehive.netui.util.type
Default implementation of the TypeConverter interface.
BaseTypeConverter() - Constructor for class BaseTypeConverter
 
beanLookup(Object, Object) - Method in class ExpressionToken
 
beanUpdate(Object, Object, Object) - Method in class ExpressionToken
 
beforeAction() - Method in class FlowController
Callback that occurs before any user action method is invoked.
BEGIN_ACTION_NAME - Static variable in interface PageFlowConstants
The name of the special action in a user-defined PageFlowController (.jpf) that is processed when the URI for the .jpf is accessed.
BEGIN_ACTION_PATH - Static variable in interface InternalConstants
 
beginActionRequest(RequestContext) - Method in class DefaultPageFlowEventReporter
 
beginActionRequest(RequestContext) - Method in class PageFlowEventReporter
Event fired at the beginning of an action request.
beginColumn - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginPageRequest(RequestContext) - Method in class DefaultPageFlowEventReporter
 
beginPageRequest(RequestContext) - Method in class PageFlowEventReporter
Event fired at the end of an action request.
beginRequest(HttpServletRequest, HttpServletResponse) - Method in class DefaultServletContainerAdapter
Called at the beginning of each processed request.
beginRequest(HttpServletRequest, HttpServletResponse) - Method in interface ServletContainerAdapter
Called at the beginning of each processed request.
BeginToken() - Method in class SimpleCharStream
 
Behavior - Class in org.apache.beehive.netui.tags.html
 
Behavior() - Constructor for class Behavior
 
BGCOLOR - Static variable in interface HtmlConstants
The name of the bgcolor attribute.
BindingContext - Interface in org.apache.beehive.netui.script.el.util
 
BindingContextConfig - Class in org.apache.beehive.netui.util.config.bean
 
BindingContextConfig(String, String) - Constructor for class BindingContextConfig
 
BindingUpdateError - Class in org.apache.beehive.netui.pageflow.internal
Encapsulation of an error that happens when a databinding expression is applied on POST.
BindingUpdateError(String, String, Throwable) - Constructor for class BindingUpdateError
Constructor to initialize all values.
BindingUpdateErrors - Class in org.apache.beehive.netui.tags.html
Renders the set of error messages found during processPopulate when the values to be updated cannot be resolved.
BindingUpdateErrors() - Constructor for class BindingUpdateErrors
 
Body - Class in org.apache.beehive.netui.tags.html
 
Body() - Constructor for class Body
 
BODY - Static variable in interface HtmlConstants
The name of the body element.
BODY_TAG - Static variable in class TagRenderingBase
 
BodyTag - Class in org.apache.beehive.netui.tags.rendering
Render the HTML <body> tag.
BodyTag() - Constructor for class BodyTag
 
BodyTag.State - Class in org.apache.beehive.netui.tags.rendering
 
BodyTag.State() - Constructor for class BodyTag.State
 
BORDER - Static variable in interface HtmlConstants
The name of the border attribute.
BouncyClassLoader - Class in org.apache.beehive.netui.util.internal
ClassLoader that takes precendence over its parent for loading classes, and which is aware of timestamps on its binaries (and thus knows when it needs to be bounced.
BouncyClassLoader(File[], ClassLoader) - Constructor for class BouncyClassLoader
 
BR - Static variable in interface HtmlConstants
The name of the br element.
BR(AbstractRenderAppender) - Method in class ConstantRendering
 
BR_TAG - Static variable in class TagRenderingBase
 
bufcolumn - Variable in class SimpleCharStream
 
buffer - Variable in class SimpleCharStream
 
bufline - Variable in class SimpleCharStream
 
bufpos - Variable in class SimpleCharStream
 
buildAnchor(AbstractRenderAppender, Map, String) - Method in class PagerRenderer
Build the anchor
buildDeadFirstLink() - Method in class PagerRenderer
Build literal text for the string displayed when there is no first page for the data set.
buildDeadLastLink() - Method in class PagerRenderer
Build literal text for the string displayed when there is no last page for the data set.
buildDeadNextLink() - Method in class PagerRenderer
Build literal text for the string displayed when there is no next page for the data set.
buildDeadPreviousLink() - Method in class PagerRenderer
Build literal text for the string displayed when there is no previous page for the data set.
buildLiveFirstLink() - Method in class PagerRenderer
Build an HTML anchor that contains URL state for navigating to the first page of a data set.
buildLiveLastLink() - Method in class PagerRenderer
Build an HTML anchor that contains URL state for navigating to the last page of a data set.
buildLiveNextPageLink() - Method in class PagerRenderer
Build an HTML anchor that contains URL state for navigating to the next page of a data set.
buildLivePreviousLink() - Method in class PagerRenderer
Build an HTML anchor that contains URL state for navigating to the previous page of a data set.
buildPageUri(Map) - Method in class PagerRenderer
 
buildQueryParamsMapForSortExpression(DataGridURLBuilder, String) - Static method in class JspFunctions
Utility method used to build a query parameter map which includes the list of parameters needed to change the direction of a sort related to the given sort expression.
buildSortLink(JspContext, HeaderCellModel) - Method in class SortedCellDecorator
 
buildSortQueryParamsMap(String) - Method in class DataGridURLBuilder
Get a parameter map that contains the grid's current state with the sort matching the given sortExpression switched to the next available sort direction.
buildStyleClass(String) - Method in class StyleModel
Given a base style class name, this method adds a style prefix to produce a complete style class.
buildStyleClass(String) - Method in class EmptyStyleModel
 
buildStyleClassValue(List) - Method in class StyleModel
Build the value of the HTML style class attribute from the List of style classes.
Bundle - Class in org.apache.beehive.netui.util
Convenience class for dealing with resource bundles.
BundleMap - Class in org.apache.beehive.netui.script.common
Provide a Map of BundleMap.BundleNodeMap objects that can expose various implementations of BundleNode to expression languages.
BundleMap(HttpServletRequest, ServletContext) - Constructor for class BundleMap
Create a BundleMap object that is used for data binding to resource bundles.
BundleNode - Class in org.apache.beehive.netui.script.common.bundle
 
BundleNode() - Constructor for class BundleNode
 
BundleNodeFactory - Class in org.apache.beehive.netui.script.common.bundle
 
Button - Class in org.apache.beehive.netui.tags.html
Generates a button on the page with the specified attributes.
Button() - Constructor for class Button
 
BUTTON_DISABLE - Static variable in class CoreScriptFeature
 
BUTTON_DISABLE_AND_SUBMIT - Static variable in class CoreScriptFeature
 
ByRef - Class in org.apache.beehive.netui.tags
 
ByRef() - Constructor for class ByRef
 

C

CachedFacesBackingInfo - Class in org.apache.beehive.netui.pageflow.internal
Information that is cached per pageflow class.
CachedFacesBackingInfo(Class, ServletContext) - Constructor for class CachedFacesBackingInfo
 
CachedPageFlowInfo - Class in org.apache.beehive.netui.pageflow.internal
Information that is cached per pageflow class.
CachedPageFlowInfo(Class, ServletContext) - Constructor for class CachedPageFlowInfo
 
CachedSharedFlowRefInfo - Class in org.apache.beehive.netui.pageflow.internal
 
CachedSharedFlowRefInfo() - Constructor for class CachedSharedFlowRefInfo
 
CachedSharedFlowRefInfo.SharedFlowFieldInfo - Class in org.apache.beehive.netui.pageflow.internal
 
CachedSharedFlowRefInfo.SharedFlowFieldInfo() - Constructor for class CachedSharedFlowRefInfo.SharedFlowFieldInfo
 
CallMethod - Class in org.apache.beehive.netui.tags.databinding.invoke

An abstract base class for tags that are capable of reflectively invoking methods.

CallMethod() - Constructor for class CallMethod
 
CallPageFlow - Class in org.apache.beehive.netui.tags.databinding.invoke
Calls methods on the current Page Flow.
CallPageFlow() - Constructor for class CallPageFlow
 
cancelRequest(RequestInterceptorContext) - Method in class RequestInterceptor
Cancel the request.
cancelRequest(RequestInterceptor) - Method in class RequestInterceptorContext
 
Caption - Class in org.apache.beehive.netui.tags.databinding.datagrid
The Caption tag is used to render an HTML <caption> inside of a data grid.
Caption() - Constructor for class Caption
 
CAPTION - Static variable in interface HtmlConstants
The name of the caption element.
CAPTION_TAG - Static variable in class TagRenderingBase
 
CaptionTag - Class in org.apache.beehive.netui.tags.rendering
Render the HTML <caption> element.
CaptionTag() - Constructor for class CaptionTag
 
CaptionTag.State - Class in org.apache.beehive.netui.tags.rendering
 
CaptionTag.State() - Constructor for class CaptionTag.State
 
causeMayBeSessionExpiration() - Method in exception ActionNotFoundException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception DoubleSubmitException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception EmptyNestingStackException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception IllegalActionOutputException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception IllegalOutputFormException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception InfiniteReturnToActionException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception ReturnToException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception MismatchedActionOutputException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception MissingActionOutputException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception NoCurrentPageFlowException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception NoMatchingActionMethodException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception NotLoggedInException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception PageFlowException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID; if true, then a SessionExpiredException will be thrown instead of this one in these situations.
causeMayBeSessionExpiration() - Method in exception SessionExpiredException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception UnfulfilledRolesException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
causeMayBeSessionExpiration() - Method in exception UnresolvableForwardException
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID.
CellDecorator - Class in org.apache.beehive.netui.databinding.datagrid.api.rendering
Abstract basee class used to render the contents of a data grid cell.
CellDecorator() - Constructor for class CellDecorator
Default constructor.
CellDecorator(CellDecorator) - Constructor for class CellDecorator
Constructor that takes a nested CellDecorator.
CellDecoratorException - Exception in org.apache.beehive.netui.databinding.datagrid.api.exceptions
Exception thrown when an error occurs while rendering a CellDecorator.
CellDecoratorException() - Constructor for exception CellDecoratorException
Default constructor
CellDecoratorException(String) - Constructor for exception CellDecoratorException
Constructor with cause message
CellDecoratorException(Throwable) - Constructor for exception CellDecoratorException
Constructor with cause
CellDecoratorException(String, Throwable) - Constructor for exception CellDecoratorException
Constructor with message and cause
CellModel - Class in org.apache.beehive.netui.databinding.datagrid.api.rendering
The CellModel is the base class for JavaBean objects that are used to configure the rendering of a CellDecorator.
CellModel() - Constructor for class CellModel
 
CELLPADDING - Static variable in interface HtmlConstants
The name of the cellpadding attribute.
CellRepeater - Class in org.apache.beehive.netui.tags.databinding.cellrepeater

This tag is a repeating, databound tag that renders its body each cell of a table of the specified dimensions.

CellRepeater() - Constructor for class CellRepeater
 
CELLSPACING - Static variable in interface HtmlConstants
The name of the cellspacing attribute.
changeContext(String, String, String, int) - Method in class ExpressionEvaluatorImpl
 
changeContext(String, String, Object) - Method in class ExpressionTerm
 
changeContext(String, String, Object) - Method in class ParsedExpression
 
changeContext(String, String, String, int) - Method in interface ExpressionEvaluator
Change the evaluation context of an expression.
changeRenderState(int) - Method in class DataGridTagModel
Method that alters the data grid's current render to the new renderState.
changeScheme(String, String, int, FlowControllerHandlerContext) - Method in class PageFlowRequestProcessor
 
changeSelected(String, ServletRequest) - Method in interface ITreeRootElement
Change the node that is selected.
changeSelected(TreeElement, TreeElement, String, ServletRequest) - Static method in class TreeHelpers
This is a helper method that will change the selected node.
changeSelected(String, ServletRequest) - Method in class TreeRootElement
Change the node that is selected.
CHAR - Static variable in interface HtmlConstants
The name of the char attribute.
charAt(int) - Method in class InternalStringBuilder
 
CHAROFF - Static variable in interface HtmlConstants
The name of the charoff attribute.
CHARSET - Static variable in interface HtmlConstants
The name of the charset attribute.
CheckBox - Class in org.apache.beehive.netui.tags.html
Generates a checkbox which binds to a form bean property or databound expression.
CheckBox() - Constructor for class CheckBox
 
CheckBox.CheckBoxPrefixHandler - Class in org.apache.beehive.netui.tags.html
The handler for naming and indexing the CheckBox.
CheckBox.CheckBoxPrefixHandler() - Constructor for class CheckBox.CheckBoxPrefixHandler
 
CheckBoxGroup - Class in org.apache.beehive.netui.tags.html
Groups a collection of CheckBoxOptions, and handles databinding of their values.
CheckBoxGroup() - Constructor for class CheckBoxGroup
 
CheckBoxGroup.CheckboxGroupPrefixHandler - Class in org.apache.beehive.netui.tags.html
The handler for naming and indexing the CheckBoxGroup.
CheckBoxGroup.CheckboxGroupPrefixHandler() - Constructor for class CheckBoxGroup.CheckboxGroupPrefixHandler
 
CHECKBOXGROUP_KEY - Static variable in class CheckBoxGroup
This is the name of the prefixHandler for the checkbox grup.
CheckBoxOption - Class in org.apache.beehive.netui.tags.html
A checkbox whose state is determined by its enclosing CheckBoxGroup.
CheckBoxOption() - Constructor for class CheckBoxOption
 
CHECKED - Static variable in interface HtmlConstants
The name of the checked attribute.
checked - Variable in class InputBooleanTag.State
 
checkMaxRepeat(int) - Method in class PadContext
 
checkMinRepeat(int) - Method in class PadContext
 
CLASS - Static variable in interface HtmlConstants
The name of the class attribute.
ClassLevelCache - Class in org.apache.beehive.netui.util.internal.cache
Thread-safe cache that is stored statically per-Class.
ClassLevelCache() - Constructor for class ClassLevelCache
 
clear() - Method in class DynaFormData
 
clear() - Method in class AbstractAttributeMap
 
clear() - Method in class AbstractAttributeState
 
clear() - Method in class AbstractHtmlControlState
Initialize the state values.
clear() - Method in class AbstractHtmlState
Initialize the state.
clear() - Method in class AbstractTagState
 
clear() - Method in class AnchorTag.State
 
clear() - Method in class BaseTag.State
 
clear() - Method in class BodyTag.State
 
clear() - Method in class CaptionTag.State
 
clear() - Method in class DivTag.State
 
clear() - Method in class FormTag.State
 
clear() - Method in class HtmlTag.State
 
clear() - Method in class ImageTag.State
 
clear() - Method in class InputBooleanTag.State
 
clear() - Method in class InputFileTag.State
 
clear() - Method in class InputHiddenTag.State
 
clear() - Method in class InputImageTag.State
 
clear() - Method in class InputSubmitTag.State
 
clear() - Method in class InputTextTag.State
 
clear() - Method in class LabelTag.State
 
clear() - Method in class OptionTag.State
 
clear() - Method in class ScriptTag.State
 
clear() - Method in class SelectTag.State
 
clear() - Method in class SpanTag.State
 
clear() - Method in class TableTag.State
 
clear() - Method in class TBodyTag.State
 
clear() - Method in class TdTag.State
 
clear() - Method in class TextAreaTag.State
 
clear() - Method in class TFootTag.State
 
clear() - Method in class THeadTag.State
 
clear() - Method in class ThTag.State
 
clear() - Method in class TrTag.State
 
clear() - Method in class InternalConcurrentHashMap
Removes all mappings from this map.
clearAll() - Static method in class ClassLevelCache
 
clearChildren() - Method in class TreeElement
 
clearRegisteredModules() - Method in class AutoRegisterActionServlet
Clear the internal map of registered modules.
closeCaption(AbstractRenderAppender) - Method in class TableRenderer
 
closeFooterRow(AbstractRenderAppender) - Method in class TableRenderer
 
closeHeaderCell(AbstractRenderAppender) - Method in class TableRenderer
 
closeHeaderRow(AbstractRenderAppender) - Method in class TableRenderer
 
closeTable(AbstractRenderAppender) - Method in class TableRenderer
 
closeTableBody(AbstractRenderAppender) - Method in class TableRenderer
 
closeTableCell(AbstractRenderAppender) - Method in class TableRenderer
 
closeTableFoot(AbstractRenderAppender) - Method in class TableRenderer
 
closeTableHead(AbstractRenderAppender) - Method in class TableRenderer
 
closeTableRow(AbstractRenderAppender) - Method in class TableRenderer
 
collectChildError(String) - Method in interface IErrorCollector
 
collectChildError(String) - Method in class Tree
This method will report all collected errors.
COLS - Static variable in interface HtmlConstants
The name of the cols attribute.
cols - Variable in class TextAreaTag.State
 
COLSPAN - Static variable in interface HtmlConstants
The name of the colspan attribute.
column - Variable in class SimpleCharStream
 
ConfigInitializationException - Exception in org.apache.beehive.netui.util.config

Exception thrown when an error occurs loading the NetUI configuration file into a web application.

ConfigInitializationException() - Constructor for exception ConfigInitializationException
Default constructor.
ConfigInitializationException(String) - Constructor for exception ConfigInitializationException
 
ConfigInitializationException(Throwable) - Constructor for exception ConfigInitializationException
 
ConfigInitializationException(String, Throwable) - Constructor for exception ConfigInitializationException
 
configure(SQLSupportConfig) - Method in class SQLSupport
Set the SQLSupportConfig object useed to configure the SQL statements produced by this class.
ConfigurePager - Class in org.apache.beehive.netui.tags.databinding.datagrid
The configurePager tag is used to parameterize the data used to render a data grid's pager.
ConfigurePager() - Constructor for class ConfigurePager
 
ConfigurePopup - Class in org.apache.beehive.netui.tags.html
Configures popup window parameters for parent tags that can open popup windows.
ConfigurePopup() - Constructor for class ConfigurePopup
 
ConfigUtil - Class in org.apache.beehive.netui.util.config
Utility class for reading properties from the NetUI configuration file.
ConfigUtil() - Constructor for class ConfigUtil
 
ConstantRendering - Class in org.apache.beehive.netui.tags.rendering
This class will render the constant HTML used by the tags
ConstantRendering() - Constructor for class ConstantRendering
 
CONTAINER_ERRORS - Static variable in interface IErrorReporter
This is a request scoped attribute name which may contain an ErrorReporter instance.
CONTAINS - Static variable in class FilterOperationHint
Operation representing 'contains'.
contains(Object) - Method in class InternalConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
containsEntity(String) - Static method in class HtmlUtils
This method will determine if the value passed in contains an entity.
containsExpression(String) - Method in class ExpressionEvaluatorImpl
 
containsExpression() - Method in class ParsedExpression
 
containsExpression(String) - Method in interface ExpressionEvaluator
Checks to see if a particular expression contains an expression.
containsHeader(String) - Method in class ScopedResponseImpl
Returns true if this response containes the given header.
containsHtml(String) - Static method in class HtmlUtils
 
containsKey(Object) - Method in class DynaFormData
 
containsKey(String) - Method in class BundleNode
 
containsKey(Object) - Method in class BundleMap
Implementation of Map.containsKey for the bundle implicit object.
containsKey(Object) - Method in class ScriptablePageInput
 
containsKey(Object) - Method in class AbstractAttributeMap
 
containsKey(Object) - Method in class InternalConcurrentHashMap
Tests if the specified object is a key in this table.
containsValue(Object) - Method in class DynaFormData
 
containsValue(Object) - Method in class AbstractAttributeMap
 
containsValue(Object) - Method in class InternalConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
Content - Class in org.apache.beehive.netui.tags.html
The Content tag is used to display text, or the result of an expression, to the page.
Content() - Constructor for class Content
 
Context() - Method in class NetUIELParser
 
contextDestroyed(ServletContextEvent) - Method in class PageFlowContextListener
 
contextInitialized(ServletContextEvent) - Method in class PageFlowContextListener
 
ContextToken - Class in org.apache.beehive.netui.script.el.tokens
 
ContextToken(String) - Constructor for class ContextToken
 
continueChain() - Method in class InterceptorChain
 
ControlFieldInitializationException - Exception in org.apache.beehive.netui.pageflow
Exception thrown when there are errors initializing an annotated Control field.
ControlFieldInitializationException(String, PageFlowManagedObject, Throwable) - Constructor for exception ControlFieldInitializationException
Construct with no error message.
controller - Variable in class PageFlowTagUtils.MappingAndController
 
convertToBoolean(String) - Static method in class TypeUtils
 
convertToBooleanObject(String) - Static method in class TypeUtils
 
convertToByte(String) - Static method in class TypeUtils
 
convertToByteObject(String) - Static method in class TypeUtils
 
convertToChar(String) - Static method in class TypeUtils
 
convertToCharacterObject(String) - Static method in class TypeUtils
 
convertToDouble(String) - Static method in class TypeUtils
 
convertToDoubleObject(String) - Static method in class TypeUtils
 
convertToFloat(String) - Static method in class TypeUtils
 
convertToFloatObject(String) - Static method in class TypeUtils
 
convertToInt(String) - Static method in class TypeUtils
 
convertToIntegerObject(String) - Static method in class TypeUtils
 
convertToLong(String) - Static method in class TypeUtils
 
convertToLongObject(String) - Static method in class TypeUtils
 
convertToObject(Class, String, Locale) - Method in class BaseTypeConverter
Convert the String to a type, optinally using the given locale.
convertToObject(Class, String, Locale) - Method in class DelegatingTypeConverter
 
convertToObject(String) - Method in interface TypeConverter
Convert a String to an Object type
convertToObject(String, Class) - Static method in class TypeUtils
Deprecated.  
convertToObject(String, Class, Locale) - Static method in class TypeUtils
Convert an object from a String to the given type using the specified Locale.
convertToShort(String) - Static method in class TypeUtils
 
convertToShortObject(String) - Static method in class TypeUtils
 
convertType(Object, Class) - Static method in class ParseUtils
 
COORDS - Static variable in interface HtmlConstants
The name of the coords attribute.
CoreScriptFeature - Class in org.apache.beehive.netui.tags.javascript
 
create(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class FlowController
Initialize after object creation.
create(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class PageFlowController
This is a framework method for initializing a newly-created page flow, and should not normally be called directly.
create(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class PageFlowManagedObject
Initialize after object creation.
createActionForm(ActionMapping, ModuleConfig, ActionServlet, ServletContext) - Static method in class InternalUtils
 
createActionPath(ServletRequest, String) - Static method in class InternalUtils
 
createActionURL(HttpServletRequest, String) - Static method in class InternalUtils
Simply adds the context path and parent directory, based on the current request URI.
createAnchorBeginTag(HttpServletRequest, ByRef, TagRenderingBase, AbstractRenderAppender, String) - Method in class AnchorBase
This method will create the <a> portion of an anchor.
createComponent(String) - Method in class PageFlowApplication
 
createComponent(ValueBinding, FacesContext, String) - Method in class PageFlowApplication
 
createControlBeanContext(HttpServletRequest, HttpServletResponse) - Method in class DefaultServletContainerAdapter
Get a context object to support Beehive Controls.
createControlBeanContext(HttpServletRequest, HttpServletResponse) - Method in interface ServletContainerAdapter
Get a context object to support Beehive Controls.
createConverter(String) - Method in class PageFlowApplication
 
createConverter(Class) - Method in class PageFlowApplication
 
createDataGridState() - Method in class DataGridConfig
Create a DataGridState instance that will be used to store the state for a data grid.
createDataGridState() - Method in class DefaultDataGridConfig
Create a DataGridState object.
createEventReporter() - Method in class DefaultServletContainerAdapter
 
createFilter() - Method in class DataGridConfig
Create a concrete Filter implementation for a data grid.
createFilter() - Method in class DefaultDataGridConfig
Create a Filter object.
createFilterModel(List) - Method in class DataGridConfig
Create a FilterModel instance used to store the Filter state for a data grid.
createFilterModel(List) - Method in class DefaultDataGridConfig
Create a FilterModel object.
createHiddenField(AbstractRenderAppender) - Method in class CheckBoxGroup
 
createInterceptor(InterceptorConfig, Class) - Static method in class InterceptorContext
Instantiates an interceptor, based on the class name in the given InterceptorConfig.
createIterator(Object) - Static method in class IteratorFactory
Create a new Iterator for the supplied object.
createIterator(Object) - Method in class IteratorFactory.IteratorPlant
If it is possible to create an iterator for this type, do so.
createMethodBinding(String, Class[]) - Method in class PageFlowApplication
 
createOrderByClause(List) - Method in class SQLSupport
Create a SQL ORDER BY clause from the list of Sort objects.
createOrderByFragment(List) - Method in class SQLSupport
Create a SQL order fragment from the list of Sort objects.
createPageFlow(RequestContext, String) - Method in class FlowControllerFactory
Create a page flow of the given type.
createPageFlow(RequestContext, Class) - Method in class FlowControllerFactory
Create a PageFlowController of the given type.
createPagerModel() - Method in class DataGridConfig
Create a PagerModel instance used to store the current paging state for a data grid.
createPagerModel() - Method in class DefaultDataGridConfig
Create a PagerModel object.
createResourceBundle(String) - Method in class DataGridResourceProvider
 
createSharedFlow(RequestContext, String) - Method in class FlowControllerFactory
Create a SharedFlowController of the given type.
createSharedFlow(RequestContext, Class) - Method in class FlowControllerFactory
Create a SharedFlowController of the given type.
createSort() - Method in class DataGridConfig
Create a concrete Sort implementation for a data grid.
createSort() - Method in class DefaultDataGridConfig
Create a Sort object.
createSortModel(List) - Method in class DataGridConfig
Create a SortModel instance used to store the Sort state for a data grid.
createSortModel(List) - Method in class DefaultDataGridConfig
Create a SortModel object.
createStateCodec(ServletRequest, String) - Method in class DataGridConfig
Create a DataGridStateCodec instance used to obtain services for handling data grid state.
createStateCodec(ServletRequest, String) - Method in class DefaultDataGridConfig
Create a DataGridStateCodec for a grid with the given name for the given ServletRequest.
createURL(String, String, String, String, Map, JspContext) - Static method in class JspUtil
Utility method used by data grid related classes to create URLs.
createURLTemplatesFactory(ServletContext) - Static method in class PageFlowUtils
Get an uninitialized instance of a container specific URLTemplatesFactory from the ServletContainerAdapter.
createValidator(String) - Method in class PageFlowApplication
 
createValueBinding(String) - Method in class PageFlowApplication
 
createWhereClause(List) - Method in class SQLSupport
Create a SQL WHERE clause from the list of Filter objects.
createWhereFragment(List) - Method in class SQLSupport
Create a SQL WHERE clause from the list of Filter objects.
createWindow(int, int) - Method in class PagedDataSet
 
curChar - Variable in class NetUIELParserTokenManager
 
CURRENT_JPF_ATTR - Static variable in interface InternalConstants
 
CURRENT_LONGLIVED_ATTR - Static variable in interface InternalConstants
 
currentLocale() - Method in class Html
Return the current Locale for this request, creating a new one if necessary.
currentToken - Variable in exception ParseException
This is the last token that has been consumed successfully.
CustomPropertyConfig - Class in org.apache.beehive.netui.util.config.bean
 
CustomPropertyConfig(String, String) - Constructor for class CustomPropertyConfig
 

D

DataAccessProviderBean - Class in org.apache.beehive.netui.script.common
 
DataAccessProviderBean(IDataAccessProvider) - Constructor for class DataAccessProviderBean
 
DataAccessProviderStack - Class in org.apache.beehive.netui.script.common
 
DataAccessProviderStack() - Constructor for class DataAccessProviderStack
 
DataGrid - Class in org.apache.beehive.netui.tags.databinding.datagrid
This tag is the containing tag for all tags and markup used to render a data grid.
DataGrid() - Constructor for class DataGrid
 
DATAGRID_MSG_NODATA - Static variable in interface IDataGridMessageKeys
String key for the message displayed when no data is available in the data set to which a data grid is bound.
DATAGRID_RESOURCE_PATH - Static variable in interface IDataGridMessageKeys
String key for the root resource path used when building a URL to resources such as images rendered in a data grid.
DataGridConfig - Class in org.apache.beehive.netui.databinding.datagrid.api
Abstract class used by the data grid to create model objects used for state management and rendering.
DataGridConfig() - Constructor for class DataGridConfig
 
DataGridConfigFactory - Class in org.apache.beehive.netui.databinding.datagrid.api
A factory for creating instances of a DataGridConfig.
DataGridExtensionException - Exception in org.apache.beehive.netui.databinding.datagrid.api.exceptions
Exception thrown when an error occurs while extending the data grid.
DataGridExtensionException() - Constructor for exception DataGridExtensionException
Default constructor
DataGridExtensionException(String) - Constructor for exception DataGridExtensionException
Constructor with cause message
DataGridExtensionException(Throwable) - Constructor for exception DataGridExtensionException
Constructor with cause
DataGridExtensionException(String, Throwable) - Constructor for exception DataGridExtensionException
Constructor with cause and message
DataGridResourceProvider - Class in org.apache.beehive.netui.databinding.datagrid.api
This abstract class provides an abstraction used for obtaining messages and strings used during data grid rendering.
DataGridResourceProvider() - Constructor for class DataGridResourceProvider
 
DataGridState - Class in org.apache.beehive.netui.databinding.datagrid.api
A class used to encapsulate the default state information for a data grid.
DataGridState() - Constructor for class DataGridState
 
DataGridStateCodec - Class in org.apache.beehive.netui.databinding.datagrid.api
This abstract base class acts as a service that exposes state information to a data grid.
DataGridStateCodec() - Constructor for class DataGridStateCodec
 
DataGridStateFactory - Class in org.apache.beehive.netui.databinding.datagrid.api
Factory class used to construct instances of DataGridState objects.
DataGridTagModel - Class in org.apache.beehive.netui.databinding.datagrid.api.rendering
The DataGridTagModel is a JavaBean that is exposed by the NetUI data grid tag into the PageContext in a JSP.
DataGridTagModel(String, DataGridConfig, JspContext) - Constructor for class DataGridTagModel
Constructor used to build a DataGridTagModel.
DataGridURLBuilder - Class in org.apache.beehive.netui.databinding.datagrid.api
This abstract class provides methods that are used to build maps of URL parameters containing current ahd future data grid state.
DataGridURLBuilder() - Constructor for class DataGridURLBuilder
 
DATE - Static variable in class FilterTypeHint
Filter type hint representing a date type.
debug(Object) - Method in class Log4JLogger
Deprecated.  
debug(Object, Throwable) - Method in class Log4JLogger
Deprecated.  
debug(Object) - Method in class Logger
 
debug(Object, Throwable) - Method in class Logger
 
debugSetNameIntValue(int) - Method in class NameService
This is a debug method that will set the next integer value.
debugStream - Variable in class NetUIELParserTokenManager
 
DeclareBundle - Class in org.apache.beehive.netui.tags.databinding.bundle
Declares a java.util.ResourceBundle as a source for displaying internationalized messages.
DeclareBundle() - Constructor for class DeclareBundle
 
DeclarePageInput - Class in org.apache.beehive.netui.tags.databinding.pageinput
The DeclarePageInput tag is used to declare variables that are passed as outputs of Page Flow actions to a JSP.
DeclarePageInput() - Constructor for class DeclarePageInput
 
decode(String, String) - Static method in class URLCodec
URL decodes a string.
decode(String) - Static method in class URLCodec
URL decodes a string using the default character set
decodeURI(HttpServletRequest) - Static method in class ScopedServletUtils
 
decorate(JspContext, AbstractRenderAppender, CellModel) - Method in class CellDecorator
This method is implemented by subclasses to provide decoration behavior.
decorate(JspContext, AbstractRenderAppender, CellModel) - Method in class AnchorCellDecorator
 
decorate(JspContext, AbstractRenderAppender, CellModel) - Method in class HeaderCellDecorator
 
decorate(JspContext, AbstractRenderAppender, CellModel) - Method in class ImageAnchorCellDecorator
 
decorate(JspContext, AbstractRenderAppender, CellModel) - Method in class ImageCellDecorator
 
decorate(JspContext, AbstractRenderAppender, CellModel) - Method in class SortedCellDecorator
 
decorate(JspContext, AbstractRenderAppender, CellModel) - Method in class SpanCellDecorator
 
DEFAULT - Static variable in interface NetUIELParserConstants
 
DEFAULT - Static variable in class IdJavascript
 
DEFAULT - Static variable in class PreventCache
 
DEFAULT_ENCODING - Static variable in class MutableURI
Value used to set the encoding as undefined.
DEFAULT_FORWARD_OVERFLOW_COUNT - Static variable in interface PageFlowConstants
Deprecated. This constant will be removed without replacement in a future release. The value is read from netui-config.xsd (the schema for netui-config.xml).
DEFAULT_IMAGES - Static variable in class InheritableState
The default directory name for icon images.
DEFAULT_NESTING_OVERFLOW_COUNT - Static variable in interface PageFlowConstants
Deprecated. This constant will be removed without replacement in a future release. The value is read from netui-config.xsd (the schema for netui-config.xml).
DEFAULT_NULL_TEXT - Static variable in class LabelBase
 
DEFAULT_PAGE_SIZE - Static variable in class PagerModel
 
DEFAULT_ROW - Static variable in class PagerModel
 
DEFAULT_STRUTS_BUNDLE_NAME - Static variable in class BundleMap
 
DEFAULT_TEMPLATE - Static variable in class URLTemplateDescriptor
Deprecated.  
DEFAULT_TEMPLATE - Static variable in class URLTemplatesFactory
 
DEFAULT_TEMPLATE_REF - Static variable in class TemplatedURLFormatter
The default name for a reference group.
DEFAULT_URL_TEMPLATE_CONFIG_FILE_PATH - Static variable in class URLTemplatesFactory
Default value for path from the web app to the URL templates.
DefaultActionForwardHandler - Class in org.apache.beehive.netui.pageflow.internal
 
DefaultActionForwardHandler(ServletContext) - Constructor for class DefaultActionForwardHandler
 
DefaultDataGridConfig - Class in org.apache.beehive.netui.databinding.datagrid.runtime.config
Default implementation of the DataGridConfig base class.
DefaultDataGridConfig() - Constructor for class DefaultDataGridConfig
 
DefaultExceptionsHandler - Class in org.apache.beehive.netui.pageflow.internal
 
DefaultExceptionsHandler(ServletContext) - Constructor for class DefaultExceptionsHandler
 
DefaultForwardRedirectHandler - Class in org.apache.beehive.netui.pageflow.internal
Handler for redirects and server forwards.
DefaultForwardRedirectHandler(ServletContext) - Constructor for class DefaultForwardRedirectHandler
 
DefaultHandler - Class in org.apache.beehive.netui.pageflow.internal
 
DefaultHandler() - Constructor for class DefaultHandler
 
defaultLocale - Static variable in class FlowController
Deprecated. Use FlowController.getDefaultLocale().
defaultLocale - Static variable in class ErrorBaseTag
The default locale on our server.
DefaultLoginHandler - Class in org.apache.beehive.netui.pageflow.internal
Implements default J2EE web-tier login handling.
DefaultLoginHandler(ServletContext) - Constructor for class DefaultLoginHandler
 
DefaultNamingChain - Static variable in class AbstractClassicTag
This List represents the default naming chain for handling dataSource attributes.
DefaultPageFlowEventReporter - Class in org.apache.beehive.netui.pageflow
Default event reporter.
DefaultPageFlowEventReporter(ServletContext) - Constructor for class DefaultPageFlowEventReporter
 
DefaultPageFlowEventReporter.LogMsg - Class in org.apache.beehive.netui.pageflow
 
DefaultPageFlowEventReporter.LogMsg(String) - Constructor for class DefaultPageFlowEventReporter.LogMsg
 
DefaultReloadableClassHandler - Class in org.apache.beehive.netui.pageflow.internal
 
DefaultReloadableClassHandler(ServletContext) - Constructor for class DefaultReloadableClassHandler
 
DefaultServletContainerAdapter - Class in org.apache.beehive.netui.pageflow
Default implementation of a Servlet container adapter.
DefaultServletContainerAdapter() - Constructor for class DefaultServletContainerAdapter
 
DefaultStyleModel - Class in org.apache.beehive.netui.databinding.datagrid.runtime.model.style
 
DefaultStyleModel() - Constructor for class DefaultStyleModel
 
DefaultStyleModel(String) - Constructor for class DefaultStyleModel
 
DefaultTemplatedURLFormatter - Class in org.apache.beehive.netui.pageflow.internal
Default implementation of TemplatedURLFormatter for formatting URLs based on templates from a URL template config file.
DefaultTemplatedURLFormatter() - Constructor for class DefaultTemplatedURLFormatter
 
DefaultURLRewriter - Class in org.apache.beehive.netui.pageflow.internal
 
DefaultURLRewriter() - Constructor for class DefaultURLRewriter
 
DefaultURLTemplatesFactory - Class in org.apache.beehive.netui.pageflow.internal
Methods for configuring and retrieving the URLTemplate object.
DefaultURLTemplatesFactory() - Constructor for class DefaultURLTemplatesFactory
 
DeferredSessionStorageHandler - Class in org.apache.beehive.netui.pageflow.internal
This alternate session storage handler does not write any attribute into the session until the very end of a chain of forwarded requests (i.e., not even at the end of an inner forwarded request).
DeferredSessionStorageHandler(ServletContext) - Constructor for class DeferredSessionStorageHandler
 
DelegatingTypeConverter - Class in org.apache.beehive.netui.util.type
Implementation of the TypeConverter interface that delegates to a TypeConverter implementation which doesn't extend BaseTypeConverter.
DelegatingTypeConverter(TypeConverter) - Constructor for class DelegatingTypeConverter
 
deleteCharAt(int) - Method in class InternalStringBuilder
 
DESCENDING - Static variable in class SortDirection
Direction representing descending.
destroy() - Method in class AutoRegisterActionServlet
 
destroy() - Method in class PageFlowForbiddenFilter
 
destroy() - Method in class PageFlowPageFilter
 
destroy(HttpServletRequest) - Method in class PageFlowStack
Destroy the stack of PageFlowControllers that have invoked nested page flows.
destroyControl(Object) - Static method in class JavaControlUtils
 
destroyPageFlowStack(HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowStack.destroy(javax.servlet.http.HttpServletRequest) instead.
didRedirect() - Method in class ScopedRequestImpl
Deprecated. Use ScopedResponseImpl.didRedirect() instead.
didRedirect() - Method in class ScopedResponseImpl
 
didRedirect() - Method in interface ScopedRequest
Deprecated. Use ScopedResponse.didRedirect() instead.
didRedirect() - Method in interface ScopedResponse
Tell whether a browser redirect was sent.
DIGIT - Static variable in interface NetUIELParserConstants
 
DIR - Static variable in interface HtmlConstants
The name of the dir attribute.
dir - Variable in class HtmlTag.State
 
disable_tracing() - Method in class NetUIELParser
 
DISABLED - Static variable in interface HtmlConstants
The name of the disabled attribute.
disabled - Variable in class InputBooleanTag.State
 
disabled - Variable in class InputImageTag.State
 
disabled - Variable in class InputSubmitTag.State
 
disabled - Variable in class InputTextTag.State
 
disabled - Variable in class OptionTag.State
 
disabled - Variable in class SelectTag.State
 
disabled - Variable in class TextAreaTag.State
 
DISABLED - Static variable in class MultipartHandler
 
disabledStyle - Variable in class TreeRenderState
 
disabledStyleClass - Variable in class TreeRenderState
 
DiscoveryUtils - Class in org.apache.beehive.netui.util.internal
Utility methods for discovering implementor classes on the classpath.
DiscoveryUtils() - Constructor for class DiscoveryUtils
 
DISK - Static variable in class MultipartHandler
 
DIV - Static variable in interface HtmlConstants
The name of the div element.
DIV_TAG - Static variable in class TagRenderingBase
 
DivPanel - Class in org.apache.beehive.netui.tags.divpanel
A DivPanel creates an HTML <div> tag that may contain additional <div> tags.
DivPanel() - Constructor for class DivPanel
 
DIVPANEL_DIV_ID - Static variable in class DivPanel
 
DIVPANEL_FIRST_PAGE - Static variable in class DivPanel
 
DIVPANEL_INIT - Static variable in class CoreScriptFeature
 
DIVPANEL_JAVASCRIPT_ATTR - Static variable in class DivPanel
 
DivPanelCRI - Class in org.apache.beehive.netui.tags.divpanel
 
DivPanelCRI() - Constructor for class DivPanelCRI
 
DivPanelState - Class in org.apache.beehive.netui.tags.divpanel
 
DivPanelState() - Constructor for class DivPanelState
 
DivTag - Class in org.apache.beehive.netui.tags.rendering
Div, Start Tag: optional, End tag: optional
DivTag() - Constructor for class DivTag
 
DivTag.State - Class in org.apache.beehive.netui.tags.rendering
 
DivTag.State() - Constructor for class DivTag.State
 
doAfterBody() - Method in class CellRepeater
Continue rendering the body of this tag until the dimensions of the table have been reached or the entire dataset has been rendered.
doAfterBody() - Method in class Pad
 
doAfterBody() - Method in class Repeater
Continue rendering the repeater changing the render state or advancing to a new data item as needed.
doAfterBody() - Method in class RepeaterComponent
Default implementation of this JSP lifecycle method.
doAfterBody() - Method in class Anchor
Save the body content of the Anchor.
doAfterBody() - Method in class Button
Save the associated button label from the body content (if any).
doAfterBody() - Method in class CheckBox
Save the body content of the checkbox.
doAfterBody() - Method in class CheckBoxGroup
Save any body content of this tag, which will generally be the option(s) representing the values displayed to the user.
doAfterBody() - Method in class CheckBoxOption
Process the body text of this tag (if any).
doAfterBody() - Method in class Form
Save the body content of the Form.
doAfterBody() - Method in class Hidden
Save the body content of the Hidden.
doAfterBody() - Method in class ImageButton
Save the body content of the ImageButton.
doAfterBody() - Method in class RadioButtonGroup
Save any body content of this tag, which will generally be the option(s) representing the values displayed to the user.
doAfterBody() - Method in class RadioButtonOption
Process the body text of this tag (if any).
doAfterBody() - Method in class Select
Save any body content of this tag, which will generally be the option(s) representing the values displayed to the user.
doAfterBody() - Method in class SelectOption
Process the body text of this tag (if any).
doAutoViewRender(FlowControllerHandlerContext, ActionMapping, ActionForm) - Method in interface ActionForwardHandler
 
doAutoViewRender(FlowControllerHandlerContext, ActionMapping, ActionForm) - Method in class DefaultActionForwardHandler
 
DOC_TYPE_OVERRIDE - Static variable in class Html
This is an override of the Document type set in the request
doCatch(Throwable) - Method in class DeclareBundle
 
doCatch(Throwable) - Method in class CellRepeater
 
doCatch(Throwable) - Method in class Repeater
 
DocType - Class in org.apache.beehive.netui.util.config.bean
 
doEndTag() - Method in class DeclareBundle
Register a ResourceBundle that is available for the scope of this page.
doEndTag() - Method in class CellRepeater
Complete rendering the tag.
doEndTag() - Method in class AbstractCallMethod
Reflectively invokes the method specified by the method attribute, AbstractCallMethod.findMethod(Object, String, boolean).
doEndTag() - Method in class MethodParameter
Prepare the value to pass up to the AbstractCallMethod type parent.
doEndTag() - Method in class Message
Deprecated.  
doEndTag() - Method in class MessageArg
Deprecated.  
doEndTag() - Method in class Repeater
Complete rendering the repeater.
doEndTag() - Method in class RepeaterComponent
Ends a tag's lifecycle.
doEndTag() - Method in class GetData
Evaluate the expression at the value attribute and store the result in the PageContext under the attribute key specified in GetData.setResultId(String).
doEndTag() - Method in class SerializeXML
 
doEndTag() - Method in class DivPanel
Stores the buffered body content into the TEMPLATE_SECTIONS HashMap.
doEndTag() - Method in class Anchor
Render the hyperlink.
doEndTag() - Method in class Area
Render the hyperlink.
doEndTag() - Method in class Body
Render the button.
doEndTag() - Method in class Button
Render the button.
doEndTag() - Method in class CheckBox
Render the checkbox.
doEndTag() - Method in class CheckBoxGroup
Render the set of CheckBoxOptions.
doEndTag() - Method in class CheckBoxOption
Process the end of this tag.
doEndTag() - Method in class FileUpload
Render the FileUpload.
doEndTag() - Method in class Form
Render the end of this form.
doEndTag() - Method in class Hidden
Generate the hidden input tag.
doEndTag() - Method in class Html
Write out the body content and report any errors that occured.
doEndTag() - Method in class Image
Render the end of the IMG tag.
doEndTag() - Method in class ImageAnchor
Render the image and hyperlink.
doEndTag() - Method in class ImageButton
Process the end of this tag.
doEndTag() - Method in class Label
Render the label.
doEndTag() - Method in class RadioButtonGroup
Render the set of RadioButtonOptions.
doEndTag() - Method in class RadioButtonOption
Process the end of this tag.
doEndTag() - Method in class RewriteURL
Render the end of the rewriteURL tag.
doEndTag() - Method in class Select
Render the end of this select.
doEndTag() - Method in class SelectOption
Process the end of this tag.
doEndTag() - Method in class Span
Render the label.
doEndTag() - Method in class TextArea
Render the TextArea.
doEndTag() - Method in class TextBox
Render the TextBox.
doEndTag() - Method in class ScriptContainer
Write out the body content and report any errors that occured.
doEndTag() - Method in class ScriptHeader
 
doEndTag(AbstractRenderAppender) - Method in class AreaTag
 
doEndTag(AbstractRenderAppender) - Method in class BaseTag
 
doEndTag(AbstractRenderAppender) - Method in class FormTag
 
doEndTag(AbstractRenderAppender) - Method in class HtmlTag
 
doEndTag(AbstractRenderAppender) - Method in class ImageTag
 
doEndTag(AbstractRenderAppender) - Method in class InputBooleanTag
 
doEndTag(AbstractRenderAppender) - Method in class InputFileTag
 
doEndTag(AbstractRenderAppender) - Method in class InputHiddenTag
 
doEndTag(AbstractRenderAppender) - Method in class InputImageTag
 
doEndTag(AbstractRenderAppender) - Method in class InputSubmitTag
 
doEndTag(AbstractRenderAppender) - Method in class InputTextTag
 
doEndTag(AbstractRenderAppender) - Method in class OptionTag
 
doEndTag(AbstractRenderAppender, boolean) - Method in class ScriptTag
 
doEndTag(AbstractRenderAppender) - Method in class SelectTag
 
doEndTag(AbstractRenderAppender) - Method in class TagRenderingBase
Render the end tag for an element.
doEndTag(AbstractRenderAppender) - Method in class TextAreaTag
 
doEndTag() - Method in class Section
Stores the buffered body content into the TEMPLATE_SECTIONS HashMap.
doEndTag() - Method in class Template
The tag extension lifecycle method called after the tag has processed the body.
doesResolve() - Method in class Forward
Tell whether Forward.getPath() will be successful, i.e., whether one of the following two conditions is met: the name around which this object was constructed resolves to a path defined by a @Jpf.Forward, or this object was constructed around an explicit path, by Forward.Forward(URI) or Forward.Forward(URL).
doesRestoreQueryString() - Method in class Forward
Tell whether this Forward will restore the original query string on the page restored when a @Jpf.Forward, @Jpf.SimpleAction, or @Jpf.ConditionalForward with navigateTo=Jpf.NavigateTo.previousAction is used.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class PageFlowForbiddenFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class PageFlowPageFilter
 
doFinally() - Method in class DeclareBundle
 
doFinally() - Method in class CellRepeater
 
doFinally() - Method in class Repeater
 
doForward(FlowControllerHandlerContext, ActionForward, ActionMapping, String, ModuleConfig, ActionForm) - Method in interface ActionForwardHandler
 
doForward(FlowControllerHandlerContext, ActionForward, ActionMapping, String, ModuleConfig, ActionForm) - Method in class DefaultActionForwardHandler
Perform any necessary updates to the request and user session (including updates to the PageFlowController stack), based on the given ActionForward.
doForward(String, HttpServletRequest, HttpServletResponse) - Method in class PageFlowRequestProcessor
 
doForward() - Method in class ScopedRequestImpl
 
doForward() - Method in interface ScopedRequest
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class XmlHttpRequestServlet
 
DOMAIN_TOKEN - Static variable in class TemplatedURLFormatter
 
DOMAIN_TOKEN - Static variable in class URLTemplateDescriptor
Deprecated.  
DomUtils - Class in org.apache.beehive.netui.util.xml
This class exists simply because DOM is so inconvenient to use.
doNaming() - Method in class HtmlGroupBaseTag
 
Done() - Method in class SimpleCharStream
 
doNestingReturn(FlowControllerHandlerContext, Forward, ActionMapping, ActionForm) - Method in interface ActionForwardHandler
 
doNestingReturn(FlowControllerHandlerContext, Forward, ActionMapping, ActionForm) - Method in class DefaultActionForwardHandler
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class XmlHttpRequestServlet
 
doPostIntercept(InterceptorContext, List) - Static method in class Interceptors
 
doPreIntercept(InterceptorContext, List) - Static method in class Interceptors
 
doReturnToAction(FlowControllerHandlerContext, String, Forward) - Method in interface ActionForwardHandler
 
doReturnToAction(FlowControllerHandlerContext, String, Forward) - Method in class DefaultActionForwardHandler
 
doReturnToPage(FlowControllerHandlerContext, PreviousPageInfo, PageFlowController, ActionForm, String, Forward) - Method in interface ActionForwardHandler
 
doReturnToPage(FlowControllerHandlerContext, PreviousPageInfo, PageFlowController, ActionForm, String, Forward) - Method in class DefaultActionForwardHandler
Get an ActionForward to the original page that was visible before the previous action.
doSecurityRedirect(String, HttpServletRequest, HttpServletResponse) - Method in class DefaultServletContainerAdapter
Cause the server to do a security check for the given path.
doSecurityRedirect(String, HttpServletRequest, HttpServletResponse) - Method in interface ServletContainerAdapter
Cause the server to do a security check for the given path.
doStartTag() - Method in class DeclareBundle
Start the JSP rendering lifecycle for this tag; it skips its body.
doStartTag() - Method in class CellRepeater
Prepare to render the dataset that was specified in the dataSource attribute.
doStartTag() - Method in class AbstractCallMethod
Causes the body of this tag to be rendered; only MethodParameter tags are allowed to be contained inside of this tag.
doStartTag() - Method in class MethodParameter
Start this tag's lifecycle.
doStartTag() - Method in class Message
Deprecated.  
doStartTag() - Method in class MessageArg
Deprecated.  
doStartTag() - Method in class Repeater
Start rendering the repeater.
doStartTag() - Method in class RepeaterComponent
Starts a tag's lifecycle.
doStartTag() - Method in class GetData
Start the tag evaluation.
doStartTag() - Method in class SerializeXML
 
doStartTag() - Method in class DivPanel
Causes the content of the section to be rendered into a buffer.
doStartTag() - Method in class Anchor
Prepare the hyperlink for rendering
doStartTag() - Method in class Area
Prepare the hyperlink for rendering
doStartTag() - Method in class Body
Process the start of the Button.
doStartTag() - Method in class Button
Process the start of the Button.
doStartTag() - Method in class CheckBox
Render the checkbox.
doStartTag() - Method in class CheckBoxGroup
Determine the set of matches for the CheckBoxGroup
doStartTag() - Method in class CheckBoxOption
Process the start of this tag.
doStartTag() - Method in class ConfigurePopup
 
doStartTag() - Method in class FileUpload
Render the fileUpLoad tag.
doStartTag() - Method in class Form
Render the beginning of this form.
doStartTag() - Method in class Hidden
Render the Hidden tag
doStartTag() - Method in class Html
 
doStartTag() - Method in class Image
Render the beginning of the IMG tag.
doStartTag() - Method in class ImageAnchor
Insert rollover javascript.
doStartTag() - Method in class ImageButton
Process the start of this tag.
doStartTag() - Method in class Label
Prepare the label formatters.
doStartTag() - Method in class Parameter
Add the URL parameter to the Parameter's parent.
doStartTag() - Method in class ParameterMap
Add each parameter in the URL parameter map to the Parameter's parent.
doStartTag() - Method in class RadioButtonGroup
Determine the match for the RadioButtonGroup
doStartTag() - Method in class RadioButtonOption
Process the start of this tag.
doStartTag() - Method in class RetrievePopupOutput
 
doStartTag() - Method in class RewriteName
Pass the name attribute to the URLRewriter and output the returned value.
doStartTag() - Method in class RewriteURL
Render the beginning of the rewriteURL tag.
doStartTag() - Method in class Select
Render the beginning of this select.
doStartTag() - Method in class SelectOption
Process the start of this tag.
doStartTag() - Method in class Span
Prepare the label formatters.
doStartTag() - Method in class TextArea
Prepare the TextArea's formatters.
doStartTag() - Method in class TextBox
Prepare the TextBox's formatters.
doStartTag() - Method in class ScriptContainer
 
doStartTag() - Method in class ScriptHeader
Process the start of the Button.
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class AreaTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class BaseTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class FormTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class HtmlTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class ImageTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class InputBooleanTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class InputFileTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class InputHiddenTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class InputImageTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class InputSubmitTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class InputTextTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class OptionTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class SelectTag
 
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class TagRenderingBase
Render the start tag for an element.
doStartTag(AbstractRenderAppender, AbstractTagState) - Method in class TextAreaTag
 
doStartTag() - Method in class Attribute
Renders the content of the attribute.
doStartTag() - Method in class IncludeSection
Renders the content of the section into the template.
doStartTag() - Method in class Section
Causes the content of the section to be rendered into a buffer.
doStartTag() - Method in class SetAttribute
Tag Lifecycle method called when the tag is first seen.
doStartTag() - Method in class Template
the tag extension lifecycle method called when the tag is first encountered.
DOT - Static variable in interface NetUIELParserConstants
 
doTag() - Method in class AbstractCell
This method implements the rendering process for data grid cells.
doTag() - Method in class Caption
Render the caption tag.
doTag() - Method in class ConfigurePager
Execute the ConfigurePager tag.
doTag() - Method in class DataGrid
Render a data grid.
doTag() - Method in class Footer
Render this tag.
doTag() - Method in class GetDataGridState
Using a DataGridConfig object, access the DataGridState and place it in the JspContext under the attribute key set via GetDataGridState.setVar(String)
doTag() - Method in class Header
Render this tag.
doTag() - Method in class RenderPager
Tag rendering method that renders the data grid's registered PagerRenderer into the page's output.
doTag() - Method in class Row
Render this tag.
doTag() - Method in class Rows
Render this tag.
doTag() - Method in class DeclarePageInput
 
doTag() - Method in class Attribute
Add the URL parameter to the Parameter's parent.
doTag() - Method in class Base
Render the hyperlink.
doTag() - Method in class Behavior
Add the name/value pair to the IBehaviorConsumer parent of the tag.
doTag() - Method in class BindingUpdateErrors
Render the specified error messages if there are any.
doTag() - Method in class Content
Render the content.
doTag() - Method in class Error
Render the specified error message if it can be found.
doTag() - Method in class Errors
Render the specified error messages if there are any.
doTag() - Method in class Exceptions
Render the exception text based on the display attributes.
doTag() - Method in class FormatDate
Create the internal Formatter instance and perform the formatting.
doTag() - Method in class FormatNumber
Create the internal Formatter instance and perform the formatting.
doTag() - Method in class FormatString
Create the internal Formatter instance and perform the formatting.
doTag() - Method in class ScriptBlock
Render the content.
doTag() - Method in class Tree
Prepare the Tree for rendering.
doTag() - Method in class TreeContent
Add this node to the parent.
doTag() - Method in class TreeHtmlAttribute
 
doTag() - Method in class TreeItem
Instantiate a new TreeElement.
doTag() - Method in class TreeLabel
Add this node to the parent.
doTag() - Method in class TreePropertyOverride
Render this Tree control.
DoubleSubmitException - Exception in org.apache.beehive.netui.pageflow
Exception thrown when an action marked with the @Jpf.Action(preventDoubleSubmit=...
DQUOTE - Static variable in interface NetUIELParserConstants
 
dumpRequest(HttpServletRequest, PrintStream) - Static method in class PageFlowUtils
Deprecated. This is an internal utility. ServletUtils.dumpRequest(javax.servlet.ServletRequest, java.io.PrintStream) can be used, but it is not guaranteed to be supported in the future.
dumpRequest(ServletRequest, PrintStream) - Static method in class ServletUtils
Print parameters and attributes in the given request.
dumpServletContext(ServletContext, PrintStream) - Static method in class PageFlowUtils
Deprecated. This is an internal utility. ServletUtils.dumpServletContext(javax.servlet.ServletContext, java.io.PrintStream) can be used, but it is not guaranteed to be supported in the future.
dumpServletContext(ServletContext, PrintStream) - Static method in class ServletUtils
Print attributes in the given ServletContext.
dumpURLRewriters(ServletRequest, PrintStream) - Static method in class URLRewriterService
Print out information about the chain of URLRewriters in this request.
DynaFormData - Class in org.apache.beehive.netui.pageflow
Extension of org.apache.struts.validator.DynaValidatorForm that implements Map.
DynaFormData() - Constructor for class DynaFormData
 
DYNAMIC_INIT - Static variable in class CoreScriptFeature
 
DynamicSubappActionServlet - Class in org.apache.beehive.netui.pageflow
Deprecated. Use PageFlowActionServlet instead.
DynamicSubappActionServlet() - Constructor for class DynamicSubappActionServlet
Deprecated.  

E

eatUnhandledException(FlowControllerHandlerContext, Throwable) - Method in interface ExceptionsHandler
 
eatUnhandledException(FlowControllerHandlerContext, Throwable) - Method in class DefaultExceptionsHandler
 
ECMA_ESCAPE_SEQUENCE - Static variable in interface NetUIELParserConstants
 
elements() - Method in class InternalConcurrentHashMap
Returns an enumeration of the values in this table.
EMPTY_ITERATOR - Static variable in class IteratorFactory
Convenience field for accessing an empty Iterator.
EMPTY_STRING - Static variable in class AbstractClassicTag
String constant for the empty string.
EMPTY_STRING - Static variable in class AbstractAttributeState
String constant for the empty string.
EmptyNestingStackException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the user invokes an action in a nested page flow that uses a @Jpf.Forward(...
EmptyNestingStackException(String, FlowController) - Constructor for exception EmptyNestingStackException
 
EmptyStyleModel - Class in org.apache.beehive.netui.databinding.datagrid.runtime.model.style
 
EmptyStyleModel() - Constructor for class EmptyStyleModel
 
enable_tracing() - Method in class NetUIELParser
 
encode(String, String) - Static method in class URLCodec
URL encodes a string.
encode(String) - Static method in class URLCodec
URL encodes a string using the default character set
encode(String, String) - Static method in class MutableURI
Convenience method to encode unencoded components of a URI.
encode(String) - Method in class MutableURI
Convenience method to encode unencoded components of a URI.
encodeRowForPage(int) - Method in class PagerModel
Get the row needed to jump to the given page
encodeURI(String) - Static method in class MutableURI
Parse a URI reference, as a String, into its components and use URI to encode the components correctly.
ENCTYPE - Static variable in interface HtmlConstants
The name of the enctype attribute.
END - Static variable in class Repeater
A Repeater rendering state that signals the end of repeater rendering.
END_EXPRESSION - Static variable in interface NetUIELParserConstants
 
end_TABLE(AbstractRenderAppender) - Method in class ConstantRendering
 
end_TD_TR(AbstractRenderAppender) - Method in class ConstantRendering
 
endActionRequest(RequestContext, long) - Method in class DefaultPageFlowEventReporter
 
endActionRequest(RequestContext, long) - Method in class PageFlowEventReporter
Event fired at the end of an action request.
endColumn - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endPageRequest(RequestContext, long) - Method in class DefaultPageFlowEventReporter
 
endPageRequest(RequestContext, long) - Method in class PageFlowEventReporter
Event fired at the end of a page request.
endRequest(HttpServletRequest, HttpServletResponse) - Method in class DefaultServletContainerAdapter
Called at the end of each processed request.
endRequest(HttpServletRequest, HttpServletResponse) - Method in interface ServletContainerAdapter
Called at the end of each processed request.
endScope(WriteRenderAppender) - Method in class Html
This will close the HTML div associated with the idScope.
ensureAppDeployment(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class PageFlowUtils
Deprecated. This method no longer has any effect, and will be removed without replacement in a future release.
ensureCapacity(int) - Method in class InternalStringBuilder
 
ensureCurrentPageFlow(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getCurrentPageFlow(javax.servlet.http.HttpServletRequest, javax.servlet.ServletContext) instead.
ensureCurrentPageFlow(HttpServletRequest, HttpServletResponse) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getCurrentPageFlow(javax.servlet.http.HttpServletRequest, javax.servlet.ServletContext) instead.
ensureFailover(String, Object, HttpServletRequest) - Method in class DefaultServletContainerAdapter
Ensure that the given session attribute is replicated in a cluster for session failover.
ensureFailover(HttpServletRequest) - Method in class FacesBackingBean
Ensures that any changes to this object will be replicated in a cluster (for failover), even if the replication scheme uses a change-detection algorithm that relies on HttpSession.setAttribute to be aware of changes.
ensureFailover(RequestContext, String, Object) - Method in interface StorageHandler
Ensure that the given named attribute is replicated in a cluster for session failover, if appropriate.
ensureFailover(RequestContext, String, Object) - Method in class DeferredSessionStorageHandler
 
ensureFailover(RequestContext, String, Object) - Method in class SimpleSessionStorageHandler
 
ensureFailover(HttpServletRequest) - Method in class PageFlowController
Ensures that any changes to this object will be replicated in a cluster (for failover), even if the replication scheme uses a change-detection algorithm that relies on HttpSession.setAttribute to be aware of changes.
ensureFailover(HttpServletRequest) - Method in class PageFlowManagedObject
Ensures that any changes to this object will be replicated in a cluster (for failover), even if the replication scheme uses a change-detection algorithm that relies on HttpSession.setAttribute to be aware of changes.
ensureFailover(String, Object, HttpServletRequest) - Method in interface ServletContainerAdapter
Ensure that the given session attribute is replicated in a cluster for session failover.
ensureFailover(HttpServletRequest) - Method in class SharedFlowController
Ensures that any changes to this object will be replicated in a cluster (for failover), even if the replication scheme uses a change-detection algorithm that relies on HttpSession.setAttribute to be aware of changes.
ensureGlobalApp(HttpServletRequest, HttpServletResponse) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getGlobalApp(javax.servlet.http.HttpServletRequest) instead.
ensureGlobalApp(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getSharedFlow(java.lang.String, javax.servlet.http.HttpServletRequest) instead.
ensureModuleConfig(String, ServletRequest, ServletContext) - Static method in class InternalUtils
Get the Struts ModuleConfig for the given module path.
ensureModuleConfig(String, ServletRequest, ServletContext) - Static method in class PageFlowUtils
Deprecated. This is an internal utility. InternalUtils.ensureModuleConfig(java.lang.String, javax.servlet.ServletRequest, javax.servlet.ServletContext) can be used, but it is not guaranteed to be supported in the future.
ensureModuleRegistered(String, ServletRequest) - Method in class AutoRegisterActionServlet
Ensures that the Struts module for the given path is registered (dynamically, if necessary).
ensureValidExpression(String, String, String) - Method in class ExpressionHandling
Ensure that the passed in data source is a valid expression.
entrySet() - Method in class DynaFormData
 
entrySet() - Method in class BundleMap
 
entrySet() - Method in class ScriptablePageInput
Create a Set of page input entries.
entrySet() - Method in class AbstractAttributeMap
 
entrySet() - Method in class InternalConcurrentHashMap
Returns a collection view of the mappings contained in this map.
EnumerationIterator - Class in org.apache.beehive.netui.util.iterator
This class implements the Iterator interface for an Enumeration.
EnumerationIterator(Enumeration) - Constructor for class EnumerationIterator
 
EOF - Static variable in interface NetUIELParserConstants
 
eol - Variable in exception ParseException
The end of line string for this machine.
EQUAL - Static variable in class FilterOperationHint
Operation representing equal.
equals(Object) - Method in class FreezableMutableURI
 
equals(Object) - Method in class MutableURI
Determines if the passed-in Object is equivalent to this MutableURI.
equals(Object) - Method in class URLType
 
equals(Object) - Method in class URLTemplate.TemplateItem
 
equals(Object) - Method in class FilterOperationHint
Equals method.
equals(Object) - Method in class SortDirection
Equals method.
equals(Object) - Method in class DefaultURLRewriter
Determines if the passed-in Object is equivalent to this DefaultURLRewriter.
equals(Object) - Method in class SecurityProtocol
 
equals(Object) - Method in class ScriptablePageInput
 
equals(Object) - Method in class CoreScriptFeature
 
equals(Object) - Method in class ScriptPlacement
 
equals(Object) - Method in class DocType
Equals method.
equals(Object) - Method in class IdJavascript
Equals method.
equals(Object) - Method in class MultipartHandler
Equals method.
equals(Object) - Method in class PreventCache
Equals method.
Error - Class in org.apache.beehive.netui.tags.html
Renders an error message with a given error key if that key can be found in the ActionMessages registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY.
Error() - Constructor for class Error
 
error(Object) - Method in class Log4JLogger
Deprecated.  
error(Object, Throwable) - Method in class Log4JLogger
Deprecated.  
error(Object) - Method in class Logger
 
error(Object, Throwable) - Method in class Logger
 
ErrorBaseTag - Class in org.apache.beehive.netui.tags.html
 
ErrorBaseTag() - Constructor for class ErrorBaseTag
 
ErrorHandling - Class in org.apache.beehive.netui.tags
 
ErrorHandling() - Constructor for class ErrorHandling
 
errorNo - Variable in class AbstractPageError
The number of the error on the page.
Errors - Class in org.apache.beehive.netui.tags.html
Renders the set of error messages found in the ActionMessages registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY.
Errors() - Constructor for class Errors
 
escapeContent - Variable in class TreeRenderState
 
ESCAPED_START_EXPRESSION - Static variable in interface NetUIELParserConstants
 
escapeEscapes(String) - Static method in class HtmlUtils
 
EvalErrorInfo - Class in org.apache.beehive.netui.tags
This is a "struct" class that contains the information for an expression evaluation error.
EvalErrorInfo() - Constructor for class EvalErrorInfo
 
evalExcp - Variable in class EvalErrorInfo
The exception which occured
evaluate(NetUIVariableResolver) - Method in class ExpressionTerm
 
evaluate(NetUIVariableResolver) - Method in class LiteralTerm
 
evaluate(NetUIVariableResolver) - Method in class ParsedExpression
 
evaluate(NetUIVariableResolver) - Method in interface Term
 
evaluate(Object) - Method in class ArrayIndexToken
 
evaluate(Object) - Method in class ContextToken
 
evaluate(Object) - Method in class ExpressionToken
 
evaluate(Object) - Method in class IdentifierToken
 
evaluate(Object) - Method in class MapKeyToken
 
evaluate(String, NetUIVariableResolver) - Static method in class ParseUtils
 
evaluateCondition(String, Object, HttpServletRequest, ServletContext) - Static method in class InternalExpressionUtils
 
evaluateDataSource() - Method in class HtmlDataSourceTag
Return the Object that is represented by the specified data source.
evaluateDataSource() - Method in class HtmlGroupBaseTag
Return the Object that is represented by the specified data source.
evaluateDefaultValue() - Method in class Select
Evaluate the defaultValues
evaluateExpression(String, String, PageContext) - Method in class ExpressionHandling
 
evaluateMessage(String, Object, HttpServletRequest, ServletContext) - Static method in class InternalExpressionUtils
 
evaluateOptionsDataSource() - Method in class HtmlGroupBaseTag
Return the real value of the optionDataSource attribute.
evaluateOptionsDataSource() - Method in class Select
This method will return the object representing the optionsDataSource.
evaluateStrict(String, VariableResolver) - Method in class ExpressionEvaluatorImpl
 
evaluateStrict(String, VariableResolver) - Method in interface ExpressionEvaluator
Evaluate an expression and return the result.
exceptionHandled(RequestContext, Throwable, ActionMapping, ActionForm, FlowController, ActionForward, long) - Method in class DefaultPageFlowEventReporter
 
exceptionHandled(RequestContext, Throwable, ActionMapping, ActionForm, FlowController, ActionForward, long) - Method in class PageFlowEventReporter
Event fired when an exception is handled successfully during processing of an action request.
exceptionRaised(RequestContext, Throwable, ActionMapping, ActionForm, FlowController) - Method in class DefaultPageFlowEventReporter
 
exceptionRaised(RequestContext, Throwable, ActionMapping, ActionForm, FlowController) - Method in class PageFlowEventReporter
Event fired when an exception is raised during processing of an action request.
Exceptions - Class in org.apache.beehive.netui.tags.html
Renders formatted exception data, as found in the Request with the key: org.apache.struts.action.Action.EXCEPTION_KEY.
Exceptions() - Constructor for class Exceptions
 
ExceptionsHandler - Interface in org.apache.beehive.netui.pageflow.handler
Handler for exception processing.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class FlowController
Perform decision logic to determine the next URI to be displayed.
execute() - Method in interface ActionInterceptors.ActionExecutor
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class FlowControllerAction
 
execute(Exception, ExceptionConfig, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class PageFlowExceptionHandler
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class PageFlowRequestProcessor.ExceptionHandledAction
 
exitNesting(HttpServletRequest, HttpServletResponse, ActionMapping, ActionForm) - Method in class PageFlowController
 
EXPAND_NODE - Static variable in class TreeElement
 
ExpandBuff(boolean) - Method in class SimpleCharStream
 
expectedTokenSequences - Variable in exception ParseException
Each entry in this array is an array of integers.
exposeException(FlowControllerHandlerContext, Throwable, ActionMapping) - Method in interface ExceptionsHandler
 
exposeException(FlowControllerHandlerContext, Throwable, ActionMapping) - Method in class DefaultExceptionsHandler
 
expression - Variable in class ProcessPopulate.ExpressionUpdateNode
 
Expression - Class in org.apache.beehive.netui.script
This class implements an abstraction atop an Expression object.
Expression() - Constructor for class Expression
 
expression - Variable in class EvalErrorInfo
The expression that was being evaluated.
ExpressionAwareMessageResources - Class in org.apache.beehive.netui.pageflow.internal
Message resources extension that knows how to evaluate JSP 2.0-style expressions (set in the message keys) that are prefixed with a special indicator string.
ExpressionAwareMessageResources(Object, HttpServletRequest, ServletContext) - Constructor for class ExpressionAwareMessageResources
 
ExpressionAwareMessageResources(MessageResources, Object, HttpServletRequest, ServletContext) - Constructor for class ExpressionAwareMessageResources
 
ExpressionEngineFactory - Class in org.apache.beehive.netui.script
 
ExpressionEngineFactory() - Constructor for class ExpressionEngineFactory
 
ExpressionEvaluationException - Exception in org.apache.beehive.netui.script
The most general exception thrown when an error occurs in evaluating an expression.
ExpressionEvaluationException() - Constructor for exception ExpressionEvaluationException
Construct an ExpressionEvaluationException.
ExpressionEvaluationException(String, String) - Constructor for exception ExpressionEvaluationException
Construct an ExpressionEvaluationException with the given message and the failed expression.
ExpressionEvaluationException(String, String, Throwable) - Constructor for exception ExpressionEvaluationException
Construct an ExpressionEvaluationException with the given message, the failed expression, and cause.
ExpressionEvaluationException(String, Throwable) - Constructor for exception ExpressionEvaluationException
Construct a ExpressionEvaluationException with the given message and cause.
ExpressionEvaluator - Interface in org.apache.beehive.netui.script
An interface for evaluating expressions in NetUI.
ExpressionEvaluatorFactory - Class in org.apache.beehive.netui.script
Get an expression evaluator.
ExpressionEvaluatorFactory() - Constructor for class ExpressionEvaluatorFactory
 
ExpressionEvaluatorImpl - Class in org.apache.beehive.netui.script.el
 
ExpressionEvaluatorImpl() - Constructor for class ExpressionEvaluatorImpl
 
ExpressionEvaluatorImpl.NetUIELEngineFactory - Class in org.apache.beehive.netui.script.el
 
ExpressionEvaluatorImpl.NetUIELEngineFactory() - Constructor for class ExpressionEvaluatorImpl.NetUIELEngineFactory
 
ExpressionHandling - Class in org.apache.beehive.netui.tags
 
ExpressionHandling(INetuiTag) - Constructor for class ExpressionHandling
 
ExpressionLanguageConfig - Class in org.apache.beehive.netui.util.config.bean
 
ExpressionLanguageConfig(String, String, BindingContextConfig[]) - Constructor for class ExpressionLanguageConfig
 
ExpressionLanguagesConfig - Class in org.apache.beehive.netui.util.config.bean
 
ExpressionLanguagesConfig(String, ExpressionLanguageConfig[]) - Constructor for class ExpressionLanguagesConfig
 
ExpressionMessage - Class in org.apache.beehive.netui.pageflow
Extension of the base Struts ActionMessage; instead of retrieving messages and their arguments from message resources, it calculates them by evaluating JSP 2.0-style expressions (or, in the degenerate case, from hardcoded strings).
ExpressionMessage(String, Object[]) - Constructor for class ExpressionMessage
Constructor, using an array for the message arguments.
ExpressionMessage(String) - Constructor for class ExpressionMessage
Constructor, for a message without message arguments.
ExpressionMessage(String, Object) - Constructor for class ExpressionMessage
Constructor, for a message with a single argument.
ExpressionMessage(String, Object, Object) - Constructor for class ExpressionMessage
Constructor, for a message with two arguments.
ExpressionMessage(String, Object, Object, Object) - Constructor for class ExpressionMessage
Constructor, for a message with two arguments.
ExpressionParseException - Exception in org.apache.beehive.netui.script.el
 
ExpressionParseException() - Constructor for exception ExpressionParseException
 
ExpressionParseException(String) - Constructor for exception ExpressionParseException
 
ExpressionParseException(Throwable) - Constructor for exception ExpressionParseException
 
ExpressionParseException(String, Throwable) - Constructor for exception ExpressionParseException
 
ExpressionTerm - Class in org.apache.beehive.netui.script.el
 
ExpressionTerm() - Constructor for class ExpressionTerm
 
ExpressionToken - Class in org.apache.beehive.netui.script.el.tokens
 
ExpressionToken() - Constructor for class ExpressionToken
 
ExpressionUpdateException - Exception in org.apache.beehive.netui.script
An exception thrown when an error occurs during an expression update.
ExpressionUpdateException() - Constructor for exception ExpressionUpdateException
Construct an ExpressionUpdateException.
ExpressionUpdateException(String, String, Throwable) - Constructor for exception ExpressionUpdateException
Construct an ExpressionUpdateException with the given message, failed expression, expected updated value, and expression that was used to perform the update.
ExpressionUpdateException(String, String) - Constructor for exception ExpressionUpdateException
Construct an ExpressionUpdateException with the given message, failed expression, expected updated value, and expression that was used to perform the update.
ExprIdentifier() - Method in class NetUIELParser
 
ExtensionUtil - Class in org.apache.beehive.netui.databinding.datagrid.runtime.util
 

F

FACES_BACKING_ATTR - Static variable in interface InternalConstants
 
FACES_BACKING_EXTENSION - Static variable in interface InternalConstants
 
FACES_EXTENSION - Static variable in interface InternalConstants
 
FACES_EXTENSION_DOT - Static variable in interface InternalConstants
 
FacesBackingBean - Class in org.apache.beehive.netui.pageflow
A JavaServer Faces backing bean.
FacesBackingBean() - Constructor for class FacesBackingBean
 
FacesBackingBeanFactory - Class in org.apache.beehive.netui.pageflow
Factory for creating "backing beans" for JavaServer Faces pages.
FacesBackingBeanFactory() - Constructor for class FacesBackingBeanFactory
 
Factory - Class in org.apache.beehive.netui.core.factory
Base class for ServletContext-scoped factories.
Factory() - Constructor for class Factory
 
FactoryConfig - Class in org.apache.beehive.netui.core.factory
Configuration object passed to a Factory.
FactoryConfig() - Constructor for class FactoryConfig
 
FactoryUtils - Class in org.apache.beehive.netui.core.factory
Utility class for creating ServletContext-scoped factories.
FactoryUtils() - Constructor for class FactoryUtils
 
fatal(Object) - Method in class Log4JLogger
Deprecated.  
fatal(Object, Throwable) - Method in class Log4JLogger
Deprecated.  
fatal(Object) - Method in class Logger
 
fatal(Object, Throwable) - Method in class Logger
 
field - Variable in class CachedSharedFlowRefInfo.SharedFlowFieldInfo
 
FieldCache - Class in org.apache.beehive.netui.util.internal.cache
 
FieldCache() - Constructor for class FieldCache
 
fieldIsUninitialized(Field) - Method in class PageFlowManagedObject
Tell whether the given Field is uninitialized.
FileUpload - Class in org.apache.beehive.netui.tags.html
Renders an input tag with type="file", with the given attributes.
FileUpload() - Constructor for class FileUpload
 
FileUtils - Class in org.apache.beehive.netui.util.internal
 
FileUtils() - Constructor for class FileUtils
 
FillBuff() - Method in class SimpleCharStream
 
Filter - Class in org.apache.beehive.netui.databinding.datagrid.api.filter
The Filter class is a JavaBean that abstractly represents the data needed to calculate a filter for a data set.
Filter() - Constructor for class Filter
 
filter(String, AbstractRenderAppender, boolean) - Method in class LabelBase
Filter the specified string for characters that are senstive to HTML interpreters, returning the string with these characters replaced by the corresponding character entities.
filter(String, AbstractRenderAppender) - Static method in class HtmlUtils
Filter the specified value for characters that are sensitive to HTML interpreters.
filter(String, AbstractRenderAppender, boolean) - Static method in class HtmlUtils
Filter the specified string for characters that are sensitive to HTML interpreters, returning the string with these characters replaced by the corresponding character entities.
FilterModel - Class in org.apache.beehive.netui.databinding.datagrid.api.filter
The FilterModel class supports grouping a data grid's Filter objects into a single JavaBean that implements functionality for interacting with them together.
FilterModel(List) - Constructor for class FilterModel
Construct an a filter model given a List of Filter instances.
FilterOperation - Class in org.apache.beehive.netui.databinding.datagrid.api.filter
A filter operation is an abstract representation of an operation that can be performed when filtering a data set.
FilterOperation(int, String, String, FilterOperationHint) - Constructor for class FilterOperation
Construct a FilterOperation given a set of metadata about the filter.
FilterOperationHint - Class in org.apache.beehive.netui.databinding.datagrid.api.filter
This class provides a hint for the operation performed by a Filter instance.
filterParameterMap(Map) - Method in class ScopedRequestImpl
 
filterParameterMap(Map) - Method in interface ScopedRequest
 
FilterTypeHint - Class in org.apache.beehive.netui.databinding.datagrid.api.filter
The FilterTypeHint is used by a Filter object in order to provide metadata about the type of the data in a data set represented by a filter expression.
findActionConfig(String, String, ServletContext) - Static method in class InternalUtils
Get the Struts ActionConfig for the given action config path and module path.
findForward(String) - Method in class Forward
Resolves the forward with the given name, from the stored ActionMapping if possible, or from the stored alternate ModuleConfig as a last resort.
findMethod(Object, String, boolean) - Method in class AbstractCallMethod
The default findMethod implementation is an uncached search of all of the methods available on the Class of the target
findMethod(Object, String, boolean) - Method in class CallMethod
 
findNode(String) - Method in class TreeElement
Given a node, find the named child.
findSelected(TreeElement) - Static method in class TreeHelpers
This will return the currently selected node from a tree.
FirstPreviousNextLastPagerRenderer - Class in org.apache.beehive.netui.databinding.datagrid.runtime.rendering.pager
 
FirstPreviousNextLastPagerRenderer() - Constructor for class FirstPreviousNextLastPagerRenderer
 
FlowController - Class in org.apache.beehive.netui.pageflow
Base class for user-written flow controllers - PageFlowControllers and SharedFlowControllers.
FlowController() - Constructor for class FlowController
Default constructor.
FlowControllerAction - Class in org.apache.beehive.netui.pageflow.internal
 
FlowControllerAction(FlowController) - Constructor for class FlowControllerAction
 
flowControllerCreated(RequestContext, FlowController) - Method in class DefaultPageFlowEventReporter
 
flowControllerCreated(RequestContext, FlowController) - Method in class PageFlowEventReporter
Event fired when a FlowController (a page flow or a shared flow) is created.
flowControllerDestroyed(FlowController, Object) - Method in class DefaultPageFlowEventReporter
 
flowControllerDestroyed(FlowController, Object) - Method in class PageFlowEventReporter
Event fired when a FlowController (a page flow or a shared flow) is "destroyed", i.e., removed from wherever it is being stored.
FlowControllerFactory - Class in org.apache.beehive.netui.pageflow
Factory for creating FlowControllers - user PageFlowControllers and SharedFlowControllers.
FlowControllerFactory() - Constructor for class FlowControllerFactory
 
FlowControllerHandlerContext - Class in org.apache.beehive.netui.pageflow.handler
Handler context for FlowController-related requests.
FlowControllerHandlerContext(ServletRequest, ServletResponse, FlowController) - Constructor for class FlowControllerHandlerContext
 
flowControllerRegistered(String, String, ModuleConfig) - Method in class DefaultPageFlowEventReporter
 
flowControllerRegistered(String, String, ModuleConfig) - Method in class PageFlowEventReporter
Event fired when a page flow or shared flow is registered lazily (once per webapp deployment).
Footer - Class in org.apache.beehive.netui.tags.databinding.datagrid
The Footer tag is used to render a table row after the data grid has rendered the header and rows regions demarcated by the Header and Rows tags respectively.
Footer() - Constructor for class Footer
 
FOOTER - Static variable in class Repeater
A Repeater rendering state that signals the rendering of the FOOTER.
FOR - Static variable in interface HtmlConstants
The name of the for attribute.
forAttr - Variable in class LabelTag.State
 
Form - Class in org.apache.beehive.netui.tags.html
This tag represents an input form, associated with a bean whose properties correspond to the various fields of the form.
Form() - Constructor for class Form
 
FORM - Static variable in interface HtmlConstants
The name of the form element.
FORM_GET - Static variable in interface HtmlConstants
Form get constant
FORM_POST - Static variable in interface HtmlConstants
Form post constant
FORM_TAG - Static variable in class TagRenderingBase
 
format() - Method in class URLTemplate
Return the String representation of the URL after replacing the tokens in the template with their associated values.
format(boolean) - Method in class URLTemplate
Return the String representation of the URL after replacing the tokens in the template with their associated values.
format(Object) - Method in class FormatDate.DateFormatter
 
format(Object) - Method in class FormatNumber.NumberFormatter
 
format(Object) - Method in class FormatString.StringFormatter
 
format(Object) - Method in class FormatTag.Formatter
 
format(String, Throwable, boolean) - Static method in class HtmlExceptionFormatter
Format an exception into XHTML.
FormatDate - Class in org.apache.beehive.netui.tags.html
A formatter used to format dates.
FormatDate() - Constructor for class FormatDate
 
FormatDate.DateFormatter - Class in org.apache.beehive.netui.tags.html
Internal FormatTag.Formatter which uses SimpleDateFormat.
FormatDate.DateFormatter() - Constructor for class FormatDate.DateFormatter
 
formatMessage(String, Object[]) - Method in class DataGridResourceProvider
Abstract method used to format a pattern given a pattern / message key and an array of arguments.
formatMessage(String, Object[]) - Method in class DataGridTagModel
Format a message given a resource string name key and a set of formatting arguments args.
FormatNumber - Class in org.apache.beehive.netui.tags.html
A formatter used to format numbers.
FormatNumber() - Constructor for class FormatNumber
 
FormatNumber.NumberFormatter - Class in org.apache.beehive.netui.tags.html
Internal FormatTag.Formatter which uses NumberFormat.
FormatNumber.NumberFormatter() - Constructor for class FormatNumber.NumberFormatter
 
FormatString - Class in org.apache.beehive.netui.tags.html
A formatter used to format strings.
FormatString() - Constructor for class FormatString
 
FormatString.StringFormatter - Class in org.apache.beehive.netui.tags.html
Internal FormatTag.Formatter which performs its own string parsing and formatting.
FormatString.StringFormatter() - Constructor for class FormatString.StringFormatter
 
FormatTag - Class in org.apache.beehive.netui.tags.html
Abstract base class for formatting tags.
FormatTag() - Constructor for class FormatTag
 
FormatTag.Formatter - Class in org.apache.beehive.netui.tags.html
Internal FormatTag.Formatter which performs the actual formatting.
FormatTag.Formatter() - Constructor for class FormatTag.Formatter
 
formatterHasError() - Method in class AbstractCell
Indicate that a formatter has reported an error so the formatter should output it's body text.
formatterHasError() - Method in interface IFormattable
Indicate that a formatter has reported an error so the formattable needs to make sure that the body content is output so the placement of the error is visible in the page.
formatterHasError() - Method in class LabelBase
Indicate that a formatter has reported an error so the formatter should output it's body text.
formatterHasError() - Method in class Select
Indicate that a formatter has reported an error so the formatter should output it's body text.
formatterHasError() - Method in class TextArea
Indicate that a formatter has reported an error so the formatter should output it's body text.
formatterHasError() - Method in class TextBox
Indicate that a formatter has reported an error so the formatter should output it's body text.
formatText(Object) - Method in class CellModel
Format an Object value.
formatText(Object) - Method in class LabelBase
 
formatText(Object) - Method in class Select
Apply the Select's set of formatters to the given text
FormData - Class in org.apache.beehive.netui.pageflow
Base class for form beans associated with action methods in PageFlowControllers.
FormData() - Constructor for class FormData
Default constructor.
FormDataNameInterceptor - Class in org.apache.beehive.netui.tags.naming
A INameInterceptor that qualifies all non-expression attributes that are expected to be expressions into valid expressions.
FormDataNameInterceptor() - Constructor for class FormDataNameInterceptor
 
FormTag - Class in org.apache.beehive.netui.tags.rendering
Renderthe HTML <form> element.
FormTag() - Constructor for class FormTag
 
FormTag.State - Class in org.apache.beehive.netui.tags.rendering
 
FormTag.State() - Constructor for class FormTag.State
 
Forward - Class in org.apache.beehive.netui.pageflow
An object of this type is returned from an action methods in a PageFlowController to determine the next URI to be displayed.
Forward(Forward) - Constructor for class Forward
Construct based on an initializer Forward.
Forward(HttpServletRequest) - Constructor for class Forward
Construct based on a given request.
Forward(String) - Constructor for class Forward
Constructor which accepts the name of a forward defined by the @Jpf.Forward annotation.
Forward(String, Object) - Constructor for class Forward
Constructor which accepts the name of a forward defined by the @Jpf.Forward annotation.
Forward(String, String, Object) - Constructor for class Forward
Constructor which accepts the name of a forward defined by the @Jpf.Forward annotation.
Forward(URI) - Constructor for class Forward
Constructs a Forward that returns the given URI for Forward.getPath().
Forward(URI, boolean) - Constructor for class Forward
Constructs a Forward that returns the given URI for Forward.getPath().
Forward(String, boolean) - Constructor for class Forward
Construct based on the given webapp-relative path.
Forward(URL) - Constructor for class Forward
Constructs a Forward that returns the given URL for Forward.getPath().
Forward(ActionForward, ServletContext) - Constructor for class Forward
Internal.
forward(FlowControllerHandlerContext, String) - Method in interface ForwardRedirectHandler
 
forward(FlowControllerHandlerContext, String) - Method in class DefaultForwardRedirectHandler
 
forward(ServletRequest, ServletResponse) - Method in class ScopedRequestDispatcher
Does not actually cause a server forward of the request, but informs the ScopedRequest object that a forward was attempted for a particular URI.
FORWARD_OVERFLOW_COUNT_PARAM - Static variable in interface PageFlowConstants
Deprecated. Instead of this context-param, use the max-forwards-per-request element within pageflow-config in /WEB-INF/netui-config.xml.
ForwardRedirectHandler - Interface in org.apache.beehive.netui.pageflow.handler
Handler for Servlet forward and redirect.
forwardsToPageFlow() - Method in class Forward
Tell whether the URI returned by Forward.getPath() is for a page flow.
FRAGMENT_TOKEN - Static variable in class TemplatedURLFormatter
 
FRAGMENT_TOKEN - Static variable in class URLTemplateDescriptor
Deprecated.  
FRAME - Static variable in interface HtmlConstants
The name of the frame attribute.
FreezableMutableURI - Class in org.apache.beehive.netui.core.urls
A mutable class for creating URIs that can be set to "frozen" such that it becomes immutable.
FreezableMutableURI() - Constructor for class FreezableMutableURI
Constructs a FreezableMutableURI.
FreezableMutableURI(String, boolean) - Constructor for class FreezableMutableURI
Constructs a FreezableMutableURI.
FreezableMutableURI(String, String, String, int, String, String, String) - Constructor for class FreezableMutableURI
Constructs a FreezableMutableURI.
FreezableMutableURI(URI) - Constructor for class FreezableMutableURI
Constructs a FreezableMutableURI.
FreezableMutableURI(URL) - Constructor for class FreezableMutableURI
Constructs a FreezableMutableURI.

G

generateParseException() - Method in class NetUIELParser
 
generateToken(HttpServletRequest) - Method in class FlowController
Deprecated. Use FlowController.generateToken() instead.
generateToken() - Method in class FlowController
Generate a new transaction token, to be used for enforcing a single request for a particular transaction.
get(Object) - Method in class DynaFormData
 
get(ServletContext) - Static method in class FacesBackingBeanFactory
Get a FacesBackingBeanFactory.
get(ServletContext) - Static method in class FlowControllerFactory
Get a FlowControllerFactory.
get(ServletContext) - Static method in class Handlers
 
get(ServletContext) - Static method in class LegacySettings
 
get(ServletRequest) - Static method in class PageFlowRequestWrapper
 
get(HttpServletRequest, ServletContext) - Static method in class PageFlowStack
Get the stack of nested page flows for the current user session.
get(HttpServletRequest) - Static method in class PageFlowStack
Deprecated. Use PageFlowStack.get(HttpServletRequest, ServletContext) instead.
get(HttpServletRequest, ServletContext, boolean) - Static method in class PageFlowStack
Get the stack of nested page flows for the current user session.
get(HttpServletRequest, boolean) - Static method in class PageFlowStack
Deprecated. Use PageFlowStack.get(HttpServletRequest, ServletContext, boolean) instead.
get(String) - Method in class NameService
 
get(Object) - Method in class BundleMap
 
get(Object) - Method in class ScriptablePageInput
 
get(Object) - Method in class AbstractAttributeMap
 
get(String, String) - Method in class ClassLevelCache
 
get(Object) - Method in class InternalConcurrentHashMap
Returns the value to which the specified key is mapped in this table.
getAbbreviation() - Method in class FilterOperation
Get the filter operation's abbreviation
getAccessKey() - Method in class GroupOption
Get the accesskey of the option.
getAction() - Method in class AnchorCellModel
 
getAction() - Method in class Form
Return the action of the Form.
getAction() - Method in class TreeElement
Gets the action invoked if this node is selected by the user.
getActionForward() - Method in class PageFlowRequestProcessor.ExceptionHandledActionMapping
 
getActionForwardHandler() - Method in class Handlers
 
getActionForwardHandlers() - Method in class PageFlowHandlersConfig
 
getActionInterceptors() - Method in class ActionInterceptorContext
 
getActionInterceptors() - Method in class GlobalPageFlowActionInterceptorConfig
 
getActionInterceptors() - Method in class PerActionInterceptorConfig
 
getActionInterceptors() - Method in class PerPageFlowActionInterceptorConfig
 
getActionListener() - Method in class PageFlowApplication
 
getActionMapping() - Method in class FlowController
Get the current Struts ActionMapping, which is information from the Struts-XML <action> tag that corresponds to the current action being executed.
getActionMapping(HttpServletRequest, FlowController, String) - Static method in class PageFlowTagUtils
 
getActionMappingName(String) - Static method in class InternalUtils
Return the form action converted into an action mapping path.
getActionMappingPath(ServletRequest) - Static method in class InternalUtils
Get the Struts ActionMapping path from the ActionMapping that is in the request under the key Globals.MAPPING_KEY.
getActionMethod(String, Class) - Method in class FlowController
Get an action handler method of the given name/signature.
getActionName() - Method in class ActionInterceptorContext
Get the name of the action being raised.
getActionName(ActionMapping) - Static method in class InternalUtils
 
getActionName() - Method in exception PageFlowException
Get the name of the action associated with this exception.
getActionName() - Method in class PerActionInterceptorConfig
 
getActionOutput(String, ServletRequest) - Static method in class PageFlowUtils
Get a named action output that was registered in the current request.
getActionOutputCount() - Method in class PageFlowActionForward
 
getActionOutputMap(ServletRequest, boolean) - Static method in class InternalUtils
 
getActionOutputName() - Method in exception IllegalActionOutputException
Get the name of the relevant action output.
getActionOutputName() - Method in exception MismatchedActionOutputException
 
getActionOutputName() - Method in exception MissingActionOutputException
 
getActionOutputs() - Method in class PageFlowActionForward
 
getActionOutputs() - Method in class Forward
Get all action outputs that have been set on this Forward.
getActions() - Method in class FlowController
Get a list of the names of actions handled by methods in this PageFlowController.
getActionServlet(ServletContext) - Static method in class InternalUtils
Get the current ActionServlet.
getActionURI(String) - Method in class FlowController
Create a raw action URI, which can be modified before being sent through the registered URL rewriting chain using URLRewriterService.rewriteURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, org.apache.beehive.netui.core.urls.MutableURI, org.apache.beehive.netui.core.urls.URLType, boolean).
getActionURI(ServletRequest) - Static method in class PageFlowUtils
Get the most recent action URI that was processed by FlowController.execute(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
getActionURI(ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class PageFlowUtils
Create a raw action URI, which can be modified before being sent through the registered URL rewriting chain using URLRewriterService.rewriteURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, org.apache.beehive.netui.core.urls.MutableURI, org.apache.beehive.netui.core.urls.URLType, boolean).
getActionURI() - Method in class PreviousActionInfo
Get the URI that was used to execute the action.
getActiveContext(ServletRequest, boolean) - Static method in class ActionInterceptorContext
 
getActualType() - Method in class PageFlowActionFormBean
 
getActualType() - Method in exception MismatchedActionOutputException
 
getAfterAction() - Method in class SimpleActionInterceptorConfig
 
getAlt() - Method in class GroupOption
Get the alt text of the option.
getAltRowClass() - Method in class StyleModel
Get the style class for an HTML tr tag rendered in a grid row.
getAltRowClass() - Method in class DefaultStyleModel
 
getAmp(ServletRequest) - Static method in class TagRenderingBase
 
getAnchorState() - Method in class AnchorCellModel
 
getAnnotatedElements() - Method in class ProcessedAnnotations
 
getAnnotation(String, String) - Method in class AnnotationReader
 
getAnnotationArrayAttribute(ProcessedAnnotation, String) - Static method in class AnnotationReader
 
getAnnotationAttributes() - Method in class ProcessedAnnotation
 
getAnnotationName() - Method in class ProcessedAnnotation
 
getAnnotationReader(Class, ServletContext) - Static method in class AnnotationReader
 
getAnnotationValues() - Method in class AnnotationAttribute
 
getApplication() - Method in class PageFlowApplicationFactory
 
getAtomicExpressionTerm() - Method in class ParsedExpression
 
getAttribute(RequestContext, String) - Method in interface StorageHandler
Get a named attribute.
getAttribute(RequestContext, String) - Method in class DeferredSessionStorageHandler
 
getAttribute(RequestContext, String) - Method in class SimpleSessionStorageHandler
 
getAttribute(String) - Method in class AttributeContainer
 
getAttribute(String) - Method in class ScopedRequestImpl
 
getAttribute(String, boolean) - Method in class ScopedRequestImpl
 
getAttribute(String, boolean) - Method in interface ScopedRequest
Same as getAttribute, but allows outer request attributes to be hidden explicitly, even if the implementation of getAttribute shows them by default.
getAttribute(int, String) - Method in class AbstractAttributeState
Return a named attribute value from the specified attribute map.
getAttribute() - Method in class TreeHtmlAttributeInfo
Return the name of the attribute.
getAttributeList() - Method in class TreeElement
Return the list of attributes.
getAttributeName() - Method in class AnnotationAttribute
 
getAttributeNames() - Method in class AttributeContainer
 
getAttributeNames() - Method in class ScopedRequestImpl
 
getAttributeNamesArray() - Method in class AttributeContainer
 
getAttributeValue(Element, String) - Static method in class DomUtils
Retutns the value of the named attribute of the given element.
getAttrMap() - Method in class AttributeContainer
 
getAvailableContexts() - Method in exception ExpressionEvaluationException
Get the top-level contexts that were available at the time that the expression failed.
getAvailableVariables() - Method in class NetUIReadVariableResolver
 
getAvailableVariables() - Method in class NetUIUpdateVariableResolver
 
getAvailableVariables() - Method in class NetUIVariableResolver
 
getBaseName(String) - Static method in class ServletUtils
Get the base filename of the given URI.
getBean() - Method in class AnyBeanActionForm
 
getBeginActionURI(String) - Static method in class PageFlowUtils
Get a URI for the "begin" action in the PageFlowController associated with the given request URI.
getBeginColumn() - Method in class SimpleCharStream
 
getBeginLine() - Method in class SimpleCharStream
 
getBeginMapping() - Method in class PageFlowRequestProcessor
 
getBindingContexts() - Method in class ExpressionLanguageConfig
 
getBindingUpdateErrors(ServletRequest) - Static method in class InternalUtils
Get a map of BindingUpdateErrors stored in the request.
getBindingUpdateErrors(ServletRequest) - Static method in class PageFlowUtils
Deprecated. This is an internal utility. InternalUtils.getBindingUpdateErrors(javax.servlet.ServletRequest) can be used, but it is not guaranteed to be supported in the future.
getBodyContent() - Method in class HeaderCellModel
 
getBufferBody(boolean) - Method in class AbstractSimpleTag
 
getCache(Class) - Static method in class ClassLevelCache
 
getCacheMap(String) - Method in class ClassLevelCache
 
getCacheMap(String, boolean) - Method in class ClassLevelCache
 
getCacheObject(String) - Method in class ClassLevelCache
 
getCallbackParamName() - Static method in class ReturnActionViewRenderer
 
getCaptionClass() - Method in class StyleModel
Get the style class for an HTML caption tag.
getCaptionClass() - Method in class DefaultStyleModel
 
getCause() - Method in class BindingUpdateError
Get the cause of the error.
getCharacterEncoding() - Method in class PageFlowRequestWrapper
This override returns "utf-8" if the character encoding in the request is null.
getChild(int) - Method in class TreeElement
Return the child node at the given zero-relative index.
getChildElementByName(Element, String) - Static method in class DomUtils
Returns the first child element with the given name.
getChildElementsByName(Element, String) - Static method in class DomUtils
Returns a list of child elements with the given name.
getChildElementText(Element, String) - Static method in class DomUtils
Returns the text value of a child element.
getChildElementTextArr(Element, String) - Static method in class DomUtils
Returns an array of text values of a child element.
getChildren() - Method in class TreeElement
Return the set of child nodes for this node.
getClassLoader() - Method in interface ReloadableClassHandler
 
getClassLoader() - Method in class DefaultReloadableClassHandler
 
getClassLoader() - Static method in class DiscoveryUtils
Get the ClassLoader from which implementor classes will be discovered and loaded.
getCleanActionName(String, boolean) - Static method in class InternalUtils
 
getClientAction() - Method in class TreeElement
Gets the client action invoked if this node is selected by the user.
getClientState() - Method in class PreviousPageInfo
Get client state associated with the page (e.g., component tree state for a JSF page).
getColumn() - Method in class SimpleCharStream
Deprecated.  
getCommand(String, String) - Method in class AbstractClientRequestInterceptor
 
getComponentTypes() - Method in class PageFlowApplication
 
getConditionalForwardsMap() - Method in class PageFlowActionMapping
Get a map of expression -> forward-name.
getConfig() - Method in class Factory
Get the configuration object (containing custom properties) that is associated with this factory.
getConfig() - Method in class BaseHandler
 
getConfig() - Method in class AbstractInterceptor
Get the configuration object associated with this interceptor.
getConfig() - Static method in class ConfigUtil
Get the NetUI configuration JavaBean.
getConfigResource(String) - Method in class AutoRegisterActionServlet
Get a resource URL for a module configuration file.
getConfigResourceAsStream(String) - Method in class AutoRegisterActionServlet
Get a resource stream for a module configuration file.
getConstantRendering(ServletRequest) - Static method in class TagRenderingBase.Factory
 
getContainer() - Method in class DataAccessProviderBean
 
getContent() - Method in class TreeElement
Return the content.
getContext() - Method in class InterceptorChain
 
getContext() - Method in class ExpressionTerm
 
getContext() - Method in class Expression
Get the expression's data binding context.
getContextString(String[]) - Static method in class ParseUtils
 
getControlBeanClassName() - Method in exception JavaControlUtils.ControlInstantiationException
 
getControllerClass() - Method in class PageFlowControllerConfig
 
getConverterClass() - Method in class TypeConverterConfig
 
getConverterIds() - Method in class PageFlowApplication
 
getConverterTypes() - Method in class PageFlowApplication
 
getCookie(String) - Method in class ScopedResponseImpl
Gets a cookie that was added to the response.
getCookie(String) - Method in interface ScopedResponse
Get a cookie that was added to the response.
getCookies() - Method in class ScopedResponseImpl
Gets all Cookies that were added to the response.
getCookies() - Method in interface ScopedResponse
Get all Cookies that were added to the response.
getCreateTime() - Method in class PageFlowManagedObject
Get the time at which this object was created.
getCreationTime() - Method in class ScopedSession
 
getCurrentActionForm(ServletRequest) - Static method in class InternalUtils
 
getCurrentActionMapping(ServletRequest) - Static method in class InternalUtils
 
getCurrentActionName() - Method in class FlowController
Get the name of the current action being executed.
getCurrentActionResolver(HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getCurrentActionResolver(HttpServletRequest, ServletContext) instead.
getCurrentActionResolver(HttpServletRequest, ServletContext) - Static method in class PageFlowUtils
Get the current ActionResolver.
getCurrentFlowController() - Method in class PageFlowRequestWrapper
 
getCurrentForwardPath() - Method in class PageFlowController
Get the webapp-relative URI for the most recent page (in this page flow) shown to the user.
getCurrentIndex() - Method in class DataGridTagModel
Accessor for obtaining the current index in the data set.
getCurrentIndex() - Method in class PagedDataSet
 
getCurrentIndex() - Method in interface IDataAccessProvider
Get the current index in this iteration.
getCurrentIndex() - Method in class CellRepeater
Get the index of the current iteration through the body of this tag.
getCurrentIndex() - Method in class DataGrid
Get the index of the current item in the data set.
getCurrentIndex() - Method in class Repeater
Get the index of the current iteration through the body of this tag.
getCurrentIndex() - Method in class HtmlGroupBaseTag
Get the current index in this iteration.
getCurrentIndex() - Method in class Select
Get the current index in this iteration.
getCurrentItem() - Method in class DataGridTagModel
Accessor for obtaining the current item in the data set.
getCurrentItem() - Method in class PagedDataSet
 
getCurrentItem() - Method in interface IDataAccessProvider
Get the current data item in this IDataAccessProvider.
getCurrentItem() - Method in class CellRepeater
Get the item that is currently being rendered by this repeating tag.
getCurrentItem() - Method in class DataGrid
Get the current item in the data set.
getCurrentItem() - Method in class Repeater
Get the item that is currently being rendered by this repeating tag.
getCurrentItem() - Method in class HtmlGroupBaseTag
Get the current data item in this IDataAccessProvider.
getCurrentItem() - Method in class Select
Get the current data item in this IDataAccessProvider.
getCurrentMetadata() - Method in interface IDataAccessProvider
Get a metadata object for the current item.
getCurrentMetadata() - Method in class CellRepeater
Get the metadata for the current item.
getCurrentMetadata() - Method in class DataGrid
Get metadata for the current item.
getCurrentMetadata() - Method in class Repeater
Get the metadata for the current item.
getCurrentMetadata() - Method in class HtmlGroupBaseTag
Get a metadata object for the current item.
getCurrentMetadata() - Method in class Select
Get a metadata object for the current item.
getCurrentPage(ServletRequest, String) - Static method in class DivPanel
 
getCurrentPageFlow(HttpServletRequest, ServletContext) - Static method in class PageFlowUtils
Get the current PageFlowController.
getCurrentPageFlow(HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getCurrentPageFlow(HttpServletRequest, ServletContext) instead.
getCurrentPageInfo() - Method in class PageFlowController
Get information about the most recent page (in this page flow) shown to the user.
getCurrentProvider(Tag) - Method in class IndexedNameInterceptor
A default method to find the "current" IDataAccessProvider.
getCurrentServiceSelectors(BeanContextServices, Class) - Method in class PageFlowServiceProvider
 
getCustomProperties() - Method in class HandlerConfig
 
getCustomProperties() - Method in class InterceptorConfig
 
getCustomProperties() - Method in class HandlerConfig
 
getCustomProperties() - Method in class InterceptorConfig
 
getCustomProperties() - Method in class PageFlowFactoryConfig
 
getCustomProperty(String) - Method in class FactoryConfig
 
getCustomProperty(String) - Method in class HandlerConfig
 
getCustomProperty(String) - Method in class InterceptorConfig
 
GetData - Class in org.apache.beehive.netui.tags.databinding.script
This tag evaluates an expression and places the result in the PageContext object, where the data is available to the JSP EL and JSP scriptlet.
GetData() - Constructor for class GetData
 
getDataCellClass() - Method in class StyleModel
Get the style class for an HTML td tag rendered for a grid cell.
getDataCellClass() - Method in class DefaultStyleModel
 
getDataCellFilteredClass() - Method in class StyleModel
Get the style class for an HTML td tag for a grid cell that is filtered.
getDataCellFilteredClass() - Method in class DefaultStyleModel
 
getDataCellSortedClass() - Method in class StyleModel
Get the style class for an HTML td tag for a grid cell that is sorted.
getDataCellSortedClass() - Method in class DefaultStyleModel
 
getDataGridState() - Method in class DataGridStateCodec
Get the DataGridState for a data grid.
getDataGridState(String) - Method in class DataGridStateFactory
Lookup a DataGridState object given a data grid identifier.
getDataGridState(String, DataGridConfig) - Method in class DataGridStateFactory
Lookup a DataGridState object given a data grid identifier and a specific DataGridConfig object.
GetDataGridState - Class in org.apache.beehive.netui.tags.databinding.datagrid
Utility data grid tag that allows the page author to gain access to the DataGridState object outside of the body of a <netui-data:dataGrid> tag.
GetDataGridState() - Constructor for class GetDataGridState
 
getDataGridTagModel() - Method in class CellModel
Get the DataGridTagModel which is associated with the data grid tag that contains this cell.
getDataGridTagModel() - Method in class PagerRenderer
Get the DataGridTagModel to which this pager is associated.
getDataGridURLBuilder() - Method in class DataGridStateCodec
Get a DataGridURLBuilder which can build be used to build URLs for a data grid's current state.
getDataGridURLBuilder(String) - Method in class DataGridStateFactory
Lookup a DataGridURLBuilder object given a data grid identifier.
getDataGridURLBuilder(String, DataGridConfig) - Method in class DataGridStateFactory
Lookup a DataGridURLBuilder object given a data grid identifier and a specific DataGridConfig object.
getDataSet() - Method in class DataGridTagModel
Accessor for the PagedDataSet that is used to render a data set in the grid.
getDataSetSize() - Method in class PagerModel
Set the data set size.
getDataSource() - Method in class DataGridTagModel
Accessor for obtaining the data source expression that was used to data bind to the data set.
getDataSource() - Method in class PagedDataSet
 
getDataSource(HttpServletRequest) - Method in class FlowController
Return the default data source for the Struts module associated with this FlowController.
getDataSource(HttpServletRequest, String) - Method in class FlowController
Return the specified data source for the current Struts module.
getDataSource() - Method in interface IDataAccessProvider
Get the expression that references the data item to which the IDataAccessProvider is bound.
getDataSource() - Method in class CellRepeater
Gets the tag's data source (can be an expression).
getDataSource() - Method in class DataGrid
Get the data source for the data grid.
getDataSource() - Method in class Repeater
Gets the tag's data source (can be an expression).
getDataSource() - Method in class HtmlGroupBaseTag
Gets the tag's data source (can be an expression).
getDataSource() - Method in class Select
 
getDeclaredField(Class, String) - Method in class FieldCache
 
getDecodedServletPath(HttpServletRequest) - Static method in class InternalUtils
 
getDecodedURI(HttpServletRequest) - Static method in class InternalUtils
 
getDefault() - Static method in class FilterTypeHint
Get the default filter type hint.
getDefaultContext() - Static method in class MutableURI
Returns a default URIContext.
getDefaultDirection() - Method in class SortStrategy
Get the default SortDirection.
getDefaultDocType() - Static method in class TagRenderingBase
 
getDefaultForward() - Method in class PageFlowActionMapping
 
getDefaultLanguage() - Method in class ExpressionLanguagesConfig
 
getDefaultLocale() - Method in class PageFlowApplication
 
getDefaultLocale() - Static method in class FlowController
Get the system default locale.
getDefaultMessage() - Method in class PageFlowExceptionConfig
 
getDefaultModuleConfigLocators() - Method in class AutoRegisterActionServlet
Get the base list of ModuleConfigLocators, to specify locations for auto-registered Struts modules.
getDefaultModuleConfigLocators() - Method in class PageFlowActionServlet
Get the base list of ModuleConfigLocators, to specify locations for auto-registered Struts modules.
getDefaultPagerRenderer() - Method in class DataGridConfig
Create a concrete PagerRenderer implementation that will be used to render the pager in the absence of an alternate pager renderer.
getDefaultPagerRenderer() - Method in class DefaultDataGridConfig
Get the default PagerRenderer.
getDefaultPageSize() - Method in class PagerModel
Get the default page size.
getDefaultRenderKitId() - Method in class PageFlowApplication
 
getDefaultResourceProvider() - Method in class DataGridConfig
Create the default DataGridResourceProvider.
getDefaultResourceProvider() - Method in class DefaultDataGridConfig
Get a DataGridResourceProvider.
getDefaultSortImagePath() - Method in class DataGridTagModel
Get the default image path used when constructing links to sort images.
getDelim() - Static method in class ReturnActionViewRenderer
 
getDescription() - Method in class ModuleConfigLocatorConfig
 
getDirection() - Method in class Sort
Get the SortDirection
getDirName(String) - Static method in class ServletUtils
Get the directory path of the given URI.
getDisabled() - Method in class SelectOption
Gets if this option is disabled or not.
getDisplayName() - Method in class FacesBackingBean
Get the display name for the bean.
getDisplayName() - Method in class GlobalApp
Deprecated.  
getDisplayName() - Method in class PageFlowController
Get the display name of this page flow.
getDisplayName() - Method in class PageFlowManagedObject
Get the display name for this managed object.
getDisplayName() - Method in class SharedFlowController
Get the display name.
getDocType() - Method in class JspTagConfig
 
getEffect() - Method in exception SessionExpiredException
Get the effect of the session expiration; this is the exception that was most likely caused by the session expiring.
getElementText(Element) - Static method in class DomUtils
Returns the text value of a child element.
getEncoding() - Method in class MutableURI
Returns the character encoding that is used when adding unencoded parameters.
getEndColumn() - Method in class SimpleCharStream
 
getEndLine() - Method in class SimpleCharStream
 
getErrorMessage(ActionMessage, String) - Method in class ErrorBaseTag
 
getErrorMessage() - Method in class FormatTag.Formatter
 
getErrorsReport() - Method in class AbstractClassicTag
This method will return a String that represents all of the errors that were registered for the tag.
getErrorsReport(String) - Method in class ErrorHandling
This method will return a String that represents all of the errors that were registered for the tag.
getErrorString(String, Object[]) - Static method in class Bundle
 
getErrorString(String) - Static method in class Bundle
 
getEventMap() - Method in class AbstractHtmlState
Return the Map Containing the JavaScript entries.
getEventReporter() - Method in class DefaultServletContainerAdapter
Get an event reporter, which will be notified of events like "page flow created", "action raised", etc.
getEventReporter() - Method in interface ServletContainerAdapter
Get an event reporter, which will be notified of events like "page flow created", "action raised", etc.
getExceptionBeingHandled() - Method in class PageFlowRequestWrapper
 
getExceptionConfig(Class, ModuleConfig) - Method in class DefaultExceptionsHandler
 
getExceptionHandlerMethod(FlowControllerHandlerContext, String, Throwable, Object) - Method in class DefaultExceptionsHandler
Get an Exception handler method.
getExceptionsHandler() - Method in class Handlers
 
getExceptionsHandlers() - Method in class PageFlowHandlersConfig
 
getExpansionAction() - Method in class InheritableState
 
getExpectedType() - Method in exception MismatchedActionOutputException
 
getExpression() - Method in class BindingUpdateError
Get the expression associated with this error.
getExpression(int) - Method in class ExpressionTerm
 
getExpression(int) - Method in class Expression
Return an expression that is created starting with the token at the given index.
getExpression() - Method in exception ExpressionEvaluationException
Get the expression whose failed evaluation cause this exception to be thrown.
getExpression() - Method in exception IllegalExpressionException
Get the malformed expression.
getExpressionEvaluator() - Method in class IndexedNameInterceptor
 
getExpressionLanguages() - Method in class ExpressionLanguagesConfig
 
getExpressionLanguages() - Method in class NetUIConfig
 
getExpressionString() - Method in class BackingClassMethodBinding
 
getExpressionString() - Method in class ExpressionTerm
 
getExpressionString() - Method in class LiteralTerm
 
getExpressionString() - Method in class ParsedExpression
 
getExpressionString() - Method in interface Term
 
getExpressionTokens() - Method in class ExpressionTerm
 
getExternalContext() - Method in class AdapterContext
 
getFacesBackingBean(ServletRequest, ServletContext) - Static method in class InternalUtils
 
getFacesBackingBeanClass(String) - Method in class FacesBackingBeanFactory
Get a FacesBackingBean class.
getFacesBackingBeanFactory() - Method in class PageFlowFactoriesConfig
 
getFacesBackingBeanForRequest(RequestContext) - Method in class FacesBackingBeanFactory
Get the "backing bean" associated with the JavaServer Faces page for a request.
getFacesBackingBeanInstance(Class) - Method in class FacesBackingBeanFactory
Get a FacesBackingBean instance, given a FacesBackingBean class.
getFactory(ServletContext, PageFlowFactoryConfig, Class) - Static method in class FactoryUtils
 
getFactory(ServletContext, Class, FactoryConfig) - Static method in class FactoryUtils
 
getFactory(Class, String, FactoryConfig) - Method in class DefaultServletContainerAdapter
Generic method to get a Factory class that may be container dependent.
getFactory(Class, String, FactoryConfig) - Method in interface ServletContainerAdapter
Generic method to get a Factory class that may be container dependent.
getFactoryClass() - Method in class BindingContextConfig
 
getFactoryClass() - Method in class ExpressionLanguageConfig
 
getFactoryClass() - Method in class IteratorFactoryConfig
 
getFactoryClass() - Method in class PageFlowFactoryConfig
 
getFallbackFlowController(FlowController, Class, ServletRequest, ServletResponse, ServletContext) - Method in class DefaultExceptionsHandler
 
getField(Class, String) - Method in class FieldCache
 
getFileExtension(String) - Static method in class PageFlowUtils
Deprecated. Use FileUtils.getFileExtension(java.lang.String) instead.
getFileExtension(String) - Static method in class FileUtils
Get the file extension from a file name.
getFilterAction() - Method in class HeaderCellModel
 
getFilterExpression() - Method in class Filter
Get the filter expression for this filter
getFilterExpression() - Method in class HeaderCellModel
 
getFilterHref() - Method in class HeaderCellModel
 
getFilterModel() - Method in class DataGridState
Set the FilterModel for the data grid
getFilters() - Method in class FilterModel
Get the List of filters for a data grid.
getFilters(String) - Method in class FilterModel
Get a List of Filter objects.
getFirstHeader(String) - Method in class ScopedResponseImpl
Gets the first header with the given name.
getFirstHeader(String) - Method in interface ScopedResponse
Get the first header with the given name.
getFirstOutputForm(HttpServletRequest) - Method in class Forward
Get the first output form bean that was added to this Forward.
getFirstPage() - Method in class PagerModel
Get the page number of the first page.
getFirstPage() - Method in class DivPanelState
 
getFlowController() - Method in class FlowControllerHandlerContext
 
getFlowController() - Method in class FlowControllerAction
 
getFlowController() - Method in exception PageFlowException
Get the related FlowController.
getFlowControllerClass(String) - Method in class FlowControllerFactory
Get a FlowController class.
getFlowControllerClassName(String, ServletRequest, ServletContext) - Static method in class InternalUtils
 
getFlowControllerClassName(ModuleConfig) - Static method in class InternalUtils
 
getFlowControllerInstance(Class) - Method in class FlowControllerFactory
Get a FlowController instance, given a FlowController class.
getFlowControllerURI() - Method in exception PageFlowException
Get the name of the related FlowController.
getFooterRowClass() - Method in class StyleModel
Get the style class for an HTML tr tag rendered in the grid's footer.
getFooterRowClass() - Method in class DefaultStyleModel
 
getForm() - Method in exception ActionNotFoundException
 
getForm() - Method in class PreviousInfo
Get the form bean that was used to initialize the previous page or action.
getFormBean(ActionMapping) - Method in class FlowController
Get the flow-scoped form bean member associated with the given ActionMapping.
getFormBean(ActionMapping, ServletRequest) - Static method in class InternalUtils
 
getFormBeanMessageResourcesKey() - Method in class PageFlowActionMapping
 
getFormBeanName(ActionForm, HttpServletRequest) - Static method in class PageFlowUtils
Get the name for the type of a ActionForm instance.
getFormBeanName(Class, HttpServletRequest) - Static method in class PageFlowUtils
Get the name for an ActionForm type.
getFormBeanType(FormBeanConfig) - Static method in class InternalUtils
 
getFormClass() - Method in class PageFlowActionMapping
 
getFormClassName() - Method in exception NoMatchingActionMethodException
 
getFormMember() - Method in class PageFlowActionMapping
 
getForward() - Method in class PreviousPageInfo
Get the object that was used to forward to the page.
getForwardedFormBean(ServletRequest, boolean) - Static method in class InternalUtils
 
getForwardedRequestCount() - Method in class PageFlowRequestWrapper
 
getForwardedURI() - Method in class ScopedRequestImpl
 
getForwardedURI() - Method in interface ScopedRequest
 
getForwardingModule(ServletRequest) - Static method in class InternalUtils
Set the module prefix for the ModuleConfig that is performing a forward in this request.
getForwardName() - Method in exception IllegalActionOutputException
Get the name of the relevant Forward.
getForwardName() - Method in exception IllegalOutputFormException
Get the name of the relevant Forward.
getForwardName() - Method in exception MismatchedActionOutputException
 
getForwardName() - Method in exception MissingActionOutputException
 
getForwardName() - Method in exception UnresolvableForwardException
Get the name of the unresolvable Forward.
getForwardOverflowCount() - Method in class LegacySettings
 
getForwardRedirectHandler() - Method in class Handlers
 
getForwardRedirectHandlers() - Method in class PageFlowHandlersConfig
 
getFragment() - Method in class MutableURI
Returns the fragment.
getFullContextPath(HttpServletRequest) - Method in class DefaultServletContainerAdapter
Return the webapp context path for the given request.
getFullContextPath(HttpServletRequest) - Method in interface ServletContainerAdapter
Return the webapp context path for the given request.
getGenDir() - Method in class PageFlowActionServlet.DefaultModuleConfigLocator
 
getGenDir() - Method in class PageFlowActionServlet.LegacyModuleConfigLocator
 
getGeneralAttributeMap() - Method in class AbstractAttributeState
 
getGlobalApp(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class FlowControllerFactory
Deprecated. Global.app is deprecated; use shared flows and FlowControllerFactory.getSharedFlowsForRequest(RequestContext).
getGlobalApp(HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getSharedFlow(java.lang.String, javax.servlet.http.HttpServletRequest) instead.
getGlobalApp(ServletRequest, ServletResponse) - Static method in class ImplicitObjectUtil
 
getGlobalAppConfig(ServletContext) - Static method in class PageFlowUtils
Deprecated. This will be removed with no replacement in a future release.
getGlobalPageFlowActionInterceptors() - Method in class PageFlowActionInterceptorsConfig
 
getGlobalRequestInterceptors() - Method in class RequestInterceptorsConfig
 
getGridName() - Method in class DataGridStateCodec
Get the data grid name with which this DataGridStateCodec is associated.
getHandlerClass() - Method in class HandlerConfig
 
getHandlerClass() - Method in class HandlerConfig
 
getHandlerClass() - Method in class PrefixHandlerConfig
 
getHeaderCellClass() - Method in class StyleModel
Get the style class for an HTML th tag rendered for a grid's header cell.
getHeaderCellClass() - Method in class DefaultStyleModel
 
getHeaderCellFilteredClass() - Method in class StyleModel
Get the style class for an HTML th tag for a grid's header cell that is filtered.
getHeaderCellFilteredClass() - Method in class DefaultStyleModel
 
getHeaderCellSortableClass() - Method in class StyleModel
Get the style class for an HTML th tag for a grid's header cell that is sortable.
getHeaderCellSortableClass() - Method in class DefaultStyleModel
 
getHeaderCellSortedClass() - Method in class StyleModel
Get the style class for an HTML th tag for a grid's header cell whose data is sorted.
getHeaderCellSortedClass() - Method in class DefaultStyleModel
 
getHeaderRowClass() - Method in class StyleModel
Get the style class for an HTML tr tag rendered in the grid's header.
getHeaderRowClass() - Method in class DefaultStyleModel
 
getHeaders() - Method in class ScopedResponseImpl
Gets all headers.
getHeaders(String) - Method in class ScopedResponseImpl
Gets all headers with the given name.
getHeaders() - Method in interface ScopedResponse
Get all headers.
getHeaders(String) - Method in interface ScopedResponse
Get all headers with the given name.
getHint() - Method in class FilterTypeHint
Get the type hint string.
getHost() - Method in class MutableURI
Returns the host.
getHref() - Method in class AnchorCellModel
 
getHref() - Method in class TreeElement
Gets the hyperlink to which control will be directed if this node is selected by the user.
getHtmlTag(ServletRequest) - Method in class AbstractSimpleTag
This method will return the scriptReporter that is represented by the HTML tag.
getHttpRequest() - Method in class PageFlowRequestWrapper
 
getHttpSession(ServletRequest, boolean) - Static method in class InternalUtils
 
getIcon() - Method in class TreeElement
Gets the pathname to the icon file displayed when this node is visible, relative to the image directory for the images.
getIconRoot() - Method in class InheritableState
This will return the location of the icon images.
getId() - Method in class FilterOperation
Get the filter operation's id.
getId() - Method in class ScopedSession
 
getIdForTagId(String) - Method in class AbstractClassicTag
This method will generate a real id based upon the passed in tagId.
getIdForTagId(String) - Method in class AbstractSimpleTag
This method will generate a real id based upon the passed in tagId.
getIdJavascript() - Method in class JspTagConfig
 
getIdScope() - Method in class ScriptContainer
return the scopeId associated with the ScriptContainer
GetImage() - Method in class SimpleCharStream
 
getImageRoot() - Method in class InheritableState
Return the default location of all images.
getImageSpacer() - Method in class InheritableState
 
getImageState() - Method in class ImageAnchorCellModel
 
getImageState() - Method in class ImageCellModel
 
getImplementorClasses(Class) - Static method in class DiscoveryUtils
Get all implementor classes (on the context classpath) that implement a given interface.
getIndex() - Method in class DataAccessProviderBean
 
getInheritableState() - Method in interface ITreeRootElement
Property that returns the InheritableState that was set on the Tree.
getInheritableState() - Method in class TreeElement
 
getInheritableState() - Method in class TreeRootElement
Property that returns the InheritableState that was set on the Tree.
getInitParameter(String) - Method in class AutoRegisterActionServlet
 
getInitParameter(String) - Method in class ScopedServletConfig
 
getInitParameterNames() - Method in class AutoRegisterActionServlet
 
getInitParameterNames() - Method in class ScopedServletConfig
 
getInlineError() - Method in class AbstractSimpleTag
 
getInlineError(String) - Method in class ErrorHandling
 
getInputStream() - Method in class XmlInputStreamResolver
 
getInstance() - Static method in class URLTemplateDescriptor
Deprecated. Returns an instance of URLTemplateDescriptor.
getInstance() - Static method in class DataGridConfigFactory
Create an instance of the default DataGridConfig object.
getInstance(Class) - Static method in class DataGridConfigFactory
Create an instance of a DataGridConfig object given a Class object.
getInstance(JspContext) - Static method in class DataGridStateFactory
Get an instance of a DataGridStateFactory given a JspContext.
getInstance(ServletRequest) - Static method in class DataGridStateFactory
Get an instance of a DataGridStateFactory given a ServletRequest.
getInstance() - Static method in class SQLSupport
Get an instance of this class configured using a default SQLSupportConfig.
getInstance(DatabaseMetaData) - Static method in class SQLSupport
Get an instance of this class configured using a SQLSupportConfig that has been configured using the provided DatabaseMetaData.
getInstance(SQLSupportConfig) - Static method in class SQLSupport
Get an instance of this class configured using the provided SQLSupportConfig.
getInstance() - Static method in class SQLSupportConfigFactory
Create a default SQLSupportConfig JavaBean.
getInstance(DatabaseMetaData) - Static method in class SQLSupportConfigFactory
Create an instance of a SQLSupportConfig JavaBean that is created from a DatabaseMetaData object.
getInstance() - Static method in class URIContextFactory
Get a URIContext.
getInstance(boolean) - Static method in class URIContextFactory
Get a URIContext.
getInstance() - Static method in class BundleNodeFactory
 
getInstance() - Method in class ExpressionEvaluatorImpl.NetUIELEngineFactory
 
getInstance() - Method in class ExpressionEngineFactory
 
getInstance() - Static method in class ExpressionEvaluatorFactory
Get the default instance of an expression evaluator.
getInstance(String) - Static method in class ExpressionEvaluatorFactory
Get an ExpressionEvaluator named name.
getInstance(Class) - Static method in class Log4JLogger
Deprecated.  
getInstance(Class) - Static method in class Logger
Factory method for creating NetUI Logger instances.
getInterceptedActionName() - Method in class PageFlowStack.PushedPageFlow
 
getInterceptedForward() - Method in class PageFlowStack.PushedPageFlow
 
getInterceptor() - Method in class PageFlowStack.PushedPageFlow
 
getInterceptorClass() - Method in class InterceptorConfig
 
getInterceptorClass() - Method in class InterceptorConfig
 
getInterceptorForward() - Method in class ActionInterceptorContext
 
getInterceptPath() - Method in class SimpleActionInterceptorConfig
 
getIntValue() - Method in class CoreScriptFeature
 
getItem() - Method in class DataAccessProviderBean
 
getItemIcon() - Method in class InheritableState
 
getIteratorFactories() - Method in class NetUIConfig
 
getJavascript() - Method in class AnchorCellModel
 
getJavascript() - Method in class ImageCellModel
 
getJavascript() - Method in class SpanCellModel
 
getJavaScriptAttribute(String) - Method in class HtmlBaseTag
 
getJpfAnnotation(Member, String) - Method in class AnnotationReader
 
getJpfAnnotation(Class, String) - Method in class AnnotationReader
 
getJpfClassName(String) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getPageFlowClassName(String) instead.
getJspContext() - Method in class DataGridTagModel
Accessor for the JspContext for the JSP in which the grid started to render.
getJspTagConfig() - Method in class NetUIConfig
 
getKeys() - Method in class BundleNode
 
getKeysEnumeration() - Method in class AbstractAttributeMap
 
getKeysEnumeration() - Method in class RequestAttributeMap
 
getKeysEnumeration() - Method in class SessionAttributeMap
 
getKnownTokens() - Method in class TemplatedURLFormatter
Returns the list of the known tokens (strings) that this URL template formatter handles.
getLabel() - Method in class TreeElement
Gets the label that will be displayed when this node is visible.
getLabelStyle() - Method in class HtmlGroupBaseTag
Return the label style for each contained CheckBoxOption..
getLabelStyleClass() - Method in class HtmlGroupBaseTag
Return the label style class for each contained CheckBoxOption..
getLastAccessedTime() - Method in class ScopedSession
 
getLastLineJoinImage() - Method in class InheritableState
 
getLastNodeCollapsedImage() - Method in class InheritableState
 
getLastNodeExpandedImage() - Method in class InheritableState
 
getLastPage() - Method in class PagerModel
Get the page number for the last page.
getLastRowForPage() - Method in class PagerModel
Get the last row for the current page of data.
getLevel() - Method in class TreeElement
 
getLine() - Method in class SimpleCharStream
Deprecated.  
getLineJoinImage() - Method in class InheritableState
 
getLinkName() - Method in class AnchorCellModel
 
getListenPort(HttpServletRequest) - Method in class DefaultServletContainerAdapter
Get the port on which the server is listening for unsecure connections.
getListenPort(HttpServletRequest) - Method in interface ServletContainerAdapter
Get the port on which the server is listening for unsecure connections.
getListenScopeParameter(String) - Method in class ScopedRequestImpl
Get the parameter from the listen scoped requests
getListenScopeParameter(String) - Method in interface ScopedRequest
 
getLocale() - Method in class DataGridResourceProvider
Accessor for obtaining the Locale used when looking up messages.
getLocale(JspContext) - Static method in class JspUtil
Get the Locale from the JspContext
getLocale(HttpServletRequest) - Method in class FlowController
Deprecated. Use FlowController.getLocale(javax.servlet.http.HttpServletRequest) or FlowController.retrieveUserLocale(javax.servlet.http.HttpServletRequest, java.lang.String).
getLocale() - Method in class FlowController
Get the user's currently selected Locale.
getLocale() - Method in class FormatTag
Returns the locale based on the country and language.
getLocalizedMessage() - Method in exception PageFlowManagedObjectException
 
getLocalizedMessage() - Method in exception ExpressionEvaluationException
 
getLocalizedMessage() - Method in exception RuntimeExpressionException
 
getLocalizedMessage() - Method in exception LocalizedIllegalArgumentException
 
getLocalizedMessage() - Method in exception LocalizedIllegalStateException
 
getLocalizedMessage() - Method in exception LocalizedUnsupportedOperationException
 
getLocalizedMessage() - Method in exception TypeConversionException
Get a localized message describing the cause of this exception.
getLocalizedMessage() - Method in exception TypeConverterNotFoundException
 
getLocalParameter(String) - Method in class ScopedRequestImpl
Get the parameter from the scoped request only (don't check in listen scoped requests)
getLocalParameter(String) - Method in interface ScopedRequest
 
getLocation() - Method in class Form
Return the value of the location.
getLocatorClass() - Method in class ModuleConfigLocatorConfig
 
getLoginHandler() - Method in class Handlers
 
getLoginHandlers() - Method in class PageFlowHandlersConfig
 
getLongLivedFlowAttr(String) - Static method in class InternalUtils
 
getLongLivedPageFlow(String, HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getLongLivedPageFlow(String, HttpServletRequest, ServletContext) instead.
getLongLivedPageFlow(String, HttpServletRequest, ServletContext) - Static method in class PageFlowUtils
Get the long-lived page flow instance associated with the given module (directory) path.
getManagedObject() - Method in exception PageFlowManagedObjectException
Get the related PageFlowManagedObject.
getMapItemParamName() - Static method in class ReturnActionViewRenderer
 
getMapping() - Method in class FlowController
Deprecated. Use FlowController.getActionMapping() instead.
getMapping() - Method in class PreviousPageInfo
Get information about the action that forwarded to the page.
getMaxForwardsPerRequest() - Method in class PageFlowConfig
 
getMaxInactiveInterval() - Method in class ScopedSession
 
getMaxNestingStackDepth() - Method in class PageFlowConfig
 
getMaxRepeat() - Method in class PadContext
Get the maximum number of times to render items in the repeater's body.
getMemFileSize() - Method in class PageFlowControllerConfig
 
getMessage(String) - Method in class DataGridResourceProvider
Abstract method used to obtain a message String given a key
getMessage(String) - Method in class DataGridTagModel
Get a message given a resource string name key.
getMessage() - Method in class BindingUpdateError
Get the error message.
getMessage(FlowControllerHandlerContext, String, String, Object[]) - Method in class DefaultExceptionsHandler
 
getMessage(Locale, String) - Method in class ExpressionAwareMessageResources
 
getMessage(Locale, String, Object[]) - Method in class ExpressionAwareMessageResources
 
getMessage() - Method in exception PageFlowManagedObjectException
 
getMessage() - Method in exception ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessageArgs() - Method in exception ActionNotFoundException
 
getMessageArgs() - Method in exception ControlFieldInitializationException
 
getMessageArgs() - Method in exception DoubleSubmitException
 
getMessageArgs() - Method in exception EmptyNestingStackException
 
getMessageArgs() - Method in exception IllegalActionOutputException
 
getMessageArgs() - Method in exception IllegalOutputFormTypeException
 
getMessageArgs() - Method in exception IllegalRedirectOutputFormException
 
getMessageArgs() - Method in exception InfiniteReturnToActionException
 
getMessageArgs() - Method in exception ReturnToException
 
getMessageArgs() - Method in exception MismatchedActionOutputException
 
getMessageArgs() - Method in exception MissingActionOutputException
 
getMessageArgs() - Method in exception NoMatchingActionMethodException
 
getMessageArgs() - Method in exception NotLoggedInException
 
getMessageArgs() - Method in exception PageFlowManagedObjectException
 
getMessageArgs() - Method in exception SessionExpiredException
 
getMessageArgs() - Method in exception UnfulfilledRolesException
 
getMessageArgs() - Method in exception UnresolvableForwardException
 
getMessageBundle() - Method in class PageFlowApplication
 
getMessageParts() - Method in exception ActionNotFoundException
 
getMessageParts() - Method in exception ControlFieldInitializationException
 
getMessageParts() - Method in exception DoubleSubmitException
 
getMessageParts() - Method in exception EmptyNestingStackException
 
getMessageParts() - Method in exception IllegalActionOutputException
 
getMessageParts() - Method in exception IllegalOutputFormTypeException
 
getMessageParts() - Method in exception IllegalRedirectOutputFormException
 
getMessageParts() - Method in exception InfiniteReturnToActionException
 
getMessageParts() - Method in exception ReturnToException
 
getMessageParts() - Method in exception LoginExpiredException
 
getMessageParts() - Method in exception MismatchedActionOutputException
 
getMessageParts() - Method in exception MissingActionOutputException
 
getMessageParts() - Method in exception NoCurrentPageFlowException
 
getMessageParts() - Method in exception NoMatchingActionMethodException
 
getMessageParts() - Method in exception NoPreviousActionException
 
getMessageParts() - Method in exception NoPreviousPageException
 
getMessageParts() - Method in exception NotLoggedInException
 
getMessageParts() - Method in exception PageFlowManagedObjectException
 
getMessageParts() - Method in exception SessionExpiredException
 
getMessageParts() - Method in exception UnfulfilledRolesException
 
getMessageParts() - Method in exception UnresolvableForwardException
 
getMessageResources() - Method in class FlowController
Get the default message resources for this FlowController.
getMessageResources(String) - Method in class FlowController
Get the specified message resources for this FlowController.
getMessageResources(String, ServletRequest, ServletContext) - Static method in class InternalUtils
 
getMetadata() - Method in class DataAccessProviderBean
 
getMethod(Class, String, int) - Method in class MethodCache
 
getMethod(Class, String, String[]) - Method in class MethodCache
 
getMethod(Class, String, Class[]) - Method in class MethodCache
 
getMethods(Class) - Method in class MethodCache
 
getMinRepeat() - Method in class PadContext
Get the minimum number of times to render an item in the repeater's body.
getModuleConfig(String, ServletRequest, ServletResponse) - Method in class AutoRegisterActionServlet
Get the Struts ModuleConfig for the given module path.
getModuleConfig() - Method in class FlowController
Get the Struts ModuleConfig object associated with this FlowController.
getModuleConfig(ServletContext, HttpServletRequest) - Method in class FlowController
Gets the Struts module configuration associated with this controller.
getModuleConfig(String, ServletContext) - Static method in class InternalUtils
Get the Struts ModuleConfig for the given module path.
getModuleConfig(String, ServletContext) - Static method in class PageFlowUtils
Deprecated. This is an internal utility. InternalUtils.getModuleConfig(java.lang.String, javax.servlet.ServletContext) can be used, but it is not guaranteed to be supported in the future.
getModuleConfigLocators() - Method in class AutoRegisterActionServlet
Get the current list of registered ModuleConfigLocators.
getModuleConfigLocators() - Method in class PageFlowConfig
 
getModuleConfigPath(String) - Method in interface AutoRegisterActionServlet.ModuleConfigLocator
Get the webapp-relative path to a Struts module config file, based on the module name.
getModuleConfigPath(String) - Method in class PageFlowActionServlet.DefaultModuleConfigLocator
 
getModuleConfPath(String) - Method in class AutoRegisterActionServlet
Get the webapp-relative path to the Struts module configration file for a given module path, based on registered ModuleConfigLocators.
getModuleConfPath(String) - Method in class PageFlowActionServlet
Get the webapp-relative path to the Struts module configration file for a given module path.
getModuleConfPath(String) - Static method in class PageFlowUtils
Deprecated. Use PageFlowActionServlet.getModuleConfPath(java.lang.String) instead. Get the path to the Struts module configration file (e.g., "/WEB-INF/classes/_pageflow/struts-config-someModule") for a given module path (e.g., "someModule"), according to the PageFlow convention.
getModulePath() - Method in interface ActionResolver
Get the Struts module path associated with this ActionResolver.
getModulePath() - Method in class FlowController
Get the Struts module path for this controller.
getModulePath() - Method in class CachedPageFlowInfo
 
getModulePath() - Method in class PageFlowController
Get the Struts module path for this page flow.
getModulePath(HttpServletRequest, String) - Static method in class PageFlowUtils
Get the Struts module path for a URI.
getModulePath(HttpServletRequest) - Static method in class PageFlowUtils
Get the Struts module path for the current request URI.
getModulePath() - Method in class SharedFlowController
Get the Struts module path for actions in this shared flow.
getModulePath() - Method in class StrutsModule
 
getModulePathForRelativeURI(String) - Static method in class PageFlowUtils
Get the Struts module path for a URI that is relative to the web application root.
getModulePathFromReqAttr(HttpServletRequest) - Static method in class InternalUtils
Gets the Struts module path from the input request.
getMultipartClass() - Method in class PageFlowControllerConfig
This gets the multipart class.
getMultipartHandler() - Method in class PageFlowConfig
 
getMultipartHandlerType() - Static method in class InternalUtils
 
getMultipartRequestWrapper() - Method in class PageFlowRequestWrapper
 
getName() - Method in class DataGridTagModel
Accessor for the name of the data grid.
getName() - Method in class PageFlowActionForward.ActionOutput
 
getName() - Method in class ContextToken
 
getName() - Method in class TreeElement
Returns the unique name of the node.
getName() - Method in class BindingContextConfig
 
getName() - Method in class CustomPropertyConfig
 
getName() - Method in class ExpressionLanguageConfig
 
getName() - Method in class IteratorFactoryConfig
 
getName() - Method in class PrefixHandlerConfig
 
getName() - Method in class SharedFlowRefConfig
 
getName() - Method in class GroupOption
Get the name of the option.
getNamePrefix(ServletContext, ServletRequest, String) - Method in class URLRewriter
Get the prefix to use when rewriting a query parameter name.
getNamePrefix(ServletContext, ServletRequest, String) - Static method in class URLRewriterService
Get the prefix to use when rewriting a query parameter name.
getNamePrefix(ServletContext, ServletRequest, String) - Method in class DefaultURLRewriter
 
getNamingChain() - Method in class AbstractClassicTag
Return an List which represents a chain of INameInterceptor objects.
getNamingChain() - Method in class CellRepeater
Return an ArrayList which represents a chain of INameInterceptor objects.
getNamingChain() - Method in class Repeater
Return an ArrayList which represents a chain of INameInterceptor objects.
getNamingChain() - Method in class CheckBox
Return an ArrayList which represents a chain of INameInterceptor objects.
getNamingChain() - Method in class CheckBoxGroup
Return an ArrayList which represents a chain of INameInterceptor objects.
getNamingChain() - Method in class HtmlDataSourceTag
Return an ArrayList which represents a chain of INameInterceptor objects.
getNamingChain() - Method in class HtmlGroupBaseTag
Return an ArrayList which represents a chain of INameInterceptor objects.
getNamingChain() - Method in class RadioButtonGroup
Return an ArrayList which represents a chain of INameInterceptor objects.
getNamingChain() - Method in class Select
Return an ArrayList which represents a chain of INameInterceptor objects.
getNavigationHandler() - Method in class PageFlowApplication
 
getNearestForm() - Method in class HtmlBaseTag
Returns the closest parent form tag, or null if there is none.
getNestedDecorator() - Method in class CellDecorator
Get the nested decorator.
getNestingOverflowCount() - Method in class LegacySettings
 
getNestingPageFlow(HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getNestingPageFlow(HttpServletRequest, ServletContext) instead.
getNestingPageFlow(HttpServletRequest, ServletContext) - Static method in class PageFlowUtils
Get the PageFlowController that is nesting the current one.
getNextId(ServletRequest) - Method in class AbstractClassicTag
This method will generate the next unique int within the HTML tag.
getNextPage() - Method in class PagerModel
Get the page number for the next page.
getNextToken() - Method in class NetUIELParser
 
getNextToken() - Method in class NetUIELParserTokenManager
 
getNode() - Method in class TreeItem
 
getNodeCollapsedImage() - Method in class InheritableState
 
getNodeExpandedImage() - Method in class InheritableState
 
getNullable() - Method in class PageFlowActionForward.ActionOutput
 
getObjectName() - Method in interface INameable
Returns the ObjectName of the INameable object.
getObjectName() - Method in class AbstractCallMethod
Get the name of the object that is the target of the invocation.
getObjectName() - Method in class CallMethod
 
getObjectName() - Method in class CallPageFlow
Get the name of the object that is the target of the invocation.
getObjectName() - Method in exception ObjectNotFoundException
Get the name of the object whose lookup failed.
getObjectName() - Method in class DivPanelState
Returns the ObjectName of the INameable object.
getObjectName() - Method in class TreeRootElement
Returns the ObjectName of the INameable object.
getOnClick() - Method in class HtmlBaseTag
Gets the onClick javascript event.
getOperation() - Method in class Filter
Get the filter operation for this filter
getOperationHint() - Method in class Filter
Get the operation hint for this filter
getOperationHint() - Method in class FilterOperation
Get the filter operation's FilterOperationHint.
getOptionsDataSource() - Method in class HtmlGroupBaseTag
Gets the options datasource value (an expression).
getOptionsDataSource() - Method in class Select
Gets the options datasource value (an expression).
getOriginalForward() - Method in class ActionInterceptorContext
Get a wrapper for the original URI from the action that was intercepted.
getOriginalServletPath() - Method in class PageFlowRequestWrapper
 
getOuterAttribute(HttpServletRequest, String) - Static method in class RequestUtils
 
getOuterRequest() - Method in class ScopedRequestImpl
 
getOuterRequest() - Method in interface ScopedRequest
 
getOuterRequest(HttpServletRequest) - Static method in class ScopedServletUtils
Get the outer (unwrapped) request.
getOuterResponse() - Method in class ScopedResponseImpl
 
getOuterResponse() - Method in interface ScopedResponse
 
getOuterServletRequest(ServletRequest) - Static method in class ScopedServletUtils
Get the outer (unwrapped) request.
getOuterSession() - Method in class ScopedSession
Returns the real (outer) HttpSession.
getOutputForms() - Method in class Forward
Get all form-beans attached to this forward through Forward.addOutputForm(java.lang.Object) or Forward.Forward(String, Object).
getOutputFormType() - Method in exception IllegalOutputFormException
Get the type name of the relevant output form.
getOverridingActionInterceptor() - Method in class ActionInterceptorContext
 
getOverridingInterceptor() - Method in class InterceptorContext
 
getPadText() - Method in class PadContext
Get the text to use when padding the Repeater
getPage() - Method in class PagerModel
Get the page number given the current page size and current row.
getPageAction() - Method in class PagerModel
Get the action used when building URLs for navigating to another page.
getPageContext(JspContext) - Static method in class JspUtil
Attempt to convert a JspContext into a PageContext.
getPageContext() - Method in class AbstractSimpleTag
This method will attempt to cast the JspContext into a PageContext.
getPageCount() - Method in class PagerModel
Get the total number of pages.
getPageFlow(String, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class FlowControllerFactory
Deprecated. Use FlowControllerFactory.createPageFlow(RequestContext, String) instead.
getPageFlow(Class, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class FlowControllerFactory
Deprecated. Use FlowControllerFactory.createPageFlow(RequestContext, Class) instead.
getPageFlow() - Method in class ActionInterceptorContext
Get the page flow on which the action is being raised.
getPageFlow() - Method in class PageFlowStack.PushedPageFlow
 
getPageFlow(ServletRequest, ServletResponse) - Static method in class ImplicitObjectUtil
 
getPageFlowActionInterceptors() - Method in class NetUIConfig
 
getPageFlowClassName(String) - Static method in class PageFlowUtils
Get the class name of a PageFlowController, given the URI to it.
getPageFlowClassName(String, ServletRequest, ServletContext) - Static method in class PageFlowUtils
Deprecated. This is an internal utility. InternalUtils.getFlowControllerClassName(java.lang.String, javax.servlet.ServletRequest, javax.servlet.ServletContext) can be used, but it is not guaranteed to be supported in the future.
getPageFlowConfig() - Method in class NetUIConfig
 
getPageFlowFactories() - Method in class NetUIConfig
 
getPageFlowFactory() - Method in class PageFlowFactoriesConfig
 
getPageFlowForPath(RequestContext, String) - Method in class FlowControllerFactory
Get the page flow instance that should be associated with the given path.
getPageFlowForRelativeURI(HttpServletRequest, HttpServletResponse, String, ServletContext) - Static method in class FlowControllerFactory
Deprecated. Use FlowControllerFactory.getPageFlowForPath(RequestContext, String) instead.
getPageFlowForRequest(RequestContext) - Method in class FlowControllerFactory
Get the page flow instance that should be associated with the given request.
getPageFlowForRequest(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class FlowControllerFactory
Deprecated. Use FlowControllerFactory.getPageFlowForRequest(RequestContext) instead.
getPageFlowForURI(HttpServletRequest, HttpServletResponse, String, ServletContext) - Static method in class FlowControllerFactory
Deprecated. Use FlowControllerFactory.getPageFlowForPath(RequestContext, String) instead. The URI must be stripped of the webapp context path before being passed.
getPageFlowHandlers() - Method in class NetUIConfig
 
getPageFlowMemberField() - Method in class CachedFacesBackingInfo
 
getPageFlowScopedFormName() - Method in class PageFlowRequestWrapper
 
getPageFlowStack(HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowStack.get(HttpServletRequest, ServletContext) instead.
getPageFlowURI(String) - Static method in class PageFlowUtils
Get the URI for a PageFlowController, given its class name.
getPageFlowUri() - Method in class PerPageFlowActionInterceptorConfig
 
getPageHref() - Method in class PagerModel
Get the href used when building URLs for navigating to another page.
getPageInput(String) - Method in class FacesBackingBean
Get a page input that was passed from a Page Flow action as an "action output".
getPageInput(String, ServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getActionOutput(java.lang.String, javax.servlet.ServletRequest) instead.
getPageInputMap() - Method in class FacesBackingBean
Get the map of all page inputs that was passed from a Page Flow action as "action outputs".
getPageInputMap(ServletRequest, ServletContext) - Static method in class InternalUtils
 
getPageInputMap(ServletRequest) - Static method in class InternalUtils
 
getPageInputName() - Method in exception IllegalPageInputException
Deprecated. Get the name of the relevant action output.
getPageInputName() - Method in exception MismatchedPageInputException
Deprecated.  
getPageInputName() - Method in exception MissingPageInputException
Deprecated.  
getPageInputs() - Method in class Forward
Deprecated. Use Forward.getActionOutputs() instead.
getPagerModel() - Method in class DataGridState
Get the PagerModel for the data grid
getPagerModel() - Method in class PagerRenderer
Get the PagerModel that contains the current pager state.
getPagerParamValues() - Method in class DataGridURLBuilder
Get a String array that contains the values which can be used to reach any page in the data grid.
getPagerRenderer() - Method in class DataGridTagModel
Accessor for the PagerRenderer.
getPagerRowQueryParamKey() - Method in class DataGridURLBuilder
Get the String for the pager query parameter key.
getPageSize() - Method in class PagerModel
Get the current page size.
getParameter(String) - Method in class MutableURI
Returns the value of the parameter.
getParameter(String) - Method in class ScopedRequestImpl
 
getParameterMap() - Method in class ScopedRequestImpl
 
getParameterNames() - Method in class ScopedRequestImpl
 
getParameterNodes() - Method in class AbstractCallMethod
Internal, read-only property used by subclasses to get the list of parameters to be used when reflectively invoking a method.
getParameters(String) - Method in class MutableURI
Returns the values of the given parameter.
getParameters() - Method in class MutableURI
Returns an unmodifiable Map of all parameters.
getParameterValues(String) - Method in class ScopedRequestImpl
 
getParams() - Method in class AnchorCellModel
 
getParams() - Method in class TreeElement
 
getParent() - Method in class InheritableState
 
getParent() - Method in class TreeElement
Gets the parent node of this node, or null if this is the root node.
getParent() - Method in class TreeHtmlAttributeInfo
Return the parent node of the HtmlAttributeInfo item.
getPassword() - Method in class TextBox
Get the password state.
getPath() - Method in class MutableURI
Returns the path.
getPath() - Method in class Forward
Get the URI path associated with this object.
getPathInfo() - Method in class ScopedRequestImpl
 
getPattern() - Method in class FormatTag.Formatter
 
getPerActionInterceptors() - Method in class PerPageFlowActionInterceptorConfig
 
getPerPageFlowActionInterceptors() - Method in class PageFlowActionInterceptorsConfig
 
getPlatformName() - Method in class DefaultServletContainerAdapter
Get the name of the platform, which may be used to find platform-specific configuration files.
getPlatformName() - Method in interface ServletContainerAdapter
Get the name of the platform, which may be used to find platform-specific configuration files.
getPopupSupport() - Method in class AnchorBase
 
getPopupSupport() - Method in class Button
 
getPort() - Method in class MutableURI
Returns the port.
getPrefixHandlers() - Method in class NetUIConfig
 
getPreventCache() - Method in class PageFlowConfig
 
getPreviousActionInfo() - Method in class PageFlowController
Get information about the most recent action run in this page flow.
getPreviousActionURI() - Method in class PageFlowController
Get the URI for the most recent action in this PageFlowController.
getPreviousForm() - Method in class PageFlowController
Deprecated. This method may return an ActionForm wrapper when the form bean type does not extend ActionForm. Use PageFlowController.getPreviousFormBean() instead.
getPreviousFormBean() - Method in class PageFlowController
Get the submitted form bean from the most recent action execution in this PageFlowController.
getPreviousForwardPath() - Method in class PageFlowController
Get the webapp-relative URI for the previous page (in this page flow) shown to the user.
getPreviousHandler() - Method in class BaseHandler
 
getPreviousPage() - Method in class PagerModel
Get the page number of the previous page.
getPreviousPageInfo(boolean) - Method in class PageFlowRequestWrapper
 
getPreviousPageInfo() - Method in class PageFlowController
Get information about the previous page (in this page flow) shown to the user.
getPreviousPageInfoLegacy(PageFlowController, HttpServletRequest) - Method in class FlowController
Deprecated. This method will be removed without replacement in a future release.
getPreviousPageInfoLegacy(PageFlowController, HttpServletRequest) - Method in class PageFlowController
Deprecated. This method will be removed without replacement in a future release.
getPreviousPageInfoLegacy(PageFlowController, HttpServletRequest) - Method in class SharedFlowController
Deprecated. This method will be removed without replacement in a future release.
getProperty(Object, String, PropertyCache) - Static method in class ParseUtils
 
getPropertyDescriptors(Class) - Method in class PropertyCache
Get an array of PropertyDescriptor objects that describe JavaBean properties of the given _type.
getPropertyGetter(Class, String) - Method in class PropertyCache
 
getPropertyResolver() - Method in class PageFlowApplication
 
getPropertySetter(Class, String) - Method in class PropertyCache
 
getPropertyType(Object, String, PropertyCache) - Static method in class ParseUtils
 
getPropertyType(Class, String) - Method in class PropertyCache
 
getProvider() - Static method in class PageFlowServiceProvider
 
getProviderParent() - Method in interface IDataAccessProvider
Get the parent IDataAccessProvider of a DataAccessProvider.
getProviderParent() - Method in class CellRepeater
Get the parent IDataAccessProvider for this tag.
getProviderParent() - Method in class DataGrid
Get the parent data access provider.
getProviderParent() - Method in class Repeater
Get the parent IDataAccessProvider for this tag.
getProviderParent() - Method in class HtmlGroupBaseTag
Get the parent IDataAccessProvider of a IDataAccessProvider.
getProviderParent() - Method in class Select
Get the parent IDataAccessProvider of a IDataAccessProvider.
getQualifiedBundleName(String, ServletRequest) - Static method in class InternalUtils
Qualify the given bundle name with the current module path to return a full bundle name.
getQualifiedDataSourceName() - Method in class HtmlGroupBaseTag
Return the qualified name of the checkBoxGroup.
getQuery(URIContext) - Method in class MutableURI
Returns the query string (encoded/escaped).
getQueryParams() - Method in class DataGridURLBuilder
Get a Map containing the current state of the data grid.
getQueryParamsForFirstPage() - Method in class DataGridURLBuilder
Get a parameter map that contains the grid's current state with a value that will set the current to the first page.
getQueryParamsForLastPage() - Method in class DataGridURLBuilder
Get a parameter map that contains the grid's current state with a value that will set the current page to the last page.
getQueryParamsForNextPage() - Method in class DataGridURLBuilder
Get a parameter map that contains the grid's current state with a value that will set the current page to the next page.
getQueryParamsForPreviousPage() - Method in class DataGridURLBuilder
Get a parameter map that contains the grid's current state with a value that will set the current page to the previous page.
getQueryString() - Method in class Forward
Get the query string that will be appended to the URI returned by Forward.getPath().
getQueryString() - Method in class PreviousInfo
Get the query string from the previous page or action request.
getQuoteChar() - Method in class SQLSupportConfig
Get the quote character used to wrap string types inside of SQL statements.
getReadVariableResolver(PageContext) - Static method in class ImplicitObjectUtil
 
getRealFormId() - Method in class Form
This method will return the real id that will be written out by the form.
getRealIdScope() - Method in class ScriptContainer
This method will return the real scope id for the script container.
getRedirectURI() - Method in class ScopedResponseImpl
 
getRedirectURI() - Method in interface ScopedResponse
Get the redirect URI.
getRef() - Method in class ByRef
 
getRegisteredActionForwardHandler() - Method in class DefaultActionForwardHandler
 
getRegisteredExceptionsHandler() - Method in class DefaultExceptionsHandler
 
getRegisteredHandler() - Method in class DefaultHandler
 
getRegisteredReloadableClassHandler() - Method in class DefaultReloadableClassHandler
 
getRelativeURI(HttpServletRequest, PageFlowController) - Static method in class PageFlowUtils
Get the request URI, relative to the URI of the given PageFlowController.
getRelativeURI(HttpServletRequest, String, PageFlowController) - Static method in class PageFlowUtils
Get a URI relative to the URI of the given PageFlowController.
getRelativeURI(HttpServletRequest) - Static method in class ScopedServletUtils
Get the request URI, relative to the webapp root.
getRelativeURI(HttpServletRequest, String) - Static method in class ScopedServletUtils
Get a URI relative to the webapp root.
getRelativeURI(String, String) - Static method in class ScopedServletUtils
Get a URI relative to a given webapp root.
getReloadableClass(String, ServletContext) - Static method in class InternalUtils
 
getReloadableClassHandler() - Method in class Handlers
 
getReloadableClassHandlers() - Method in class PageFlowHandlersConfig
 
getRendering(int) - Static method in class ConstantRendering
 
getRendering(Object, ServletRequest) - Static method in class TagRenderingBase.Factory
Factory method for getting a TagRenderingBase for a tag.
getRenderState() - Method in class DataGridTagModel
Accessor for the current render state.
getRenderState() - Method in class Repeater
Get the current render state for the repeater.
getRepeater() - Method in class RepeaterComponent
Get the Repeater parent of this tag.
getRepeatingStage() - Method in class Select
Return the enum value of the currently repeating stage.
getRequest(JspContext) - Static method in class JspUtil
Attempt to obtain a HttpServletRequest from a JspContext.
getRequest() - Method in class FlowController
Get the current HttpServletRequest.
getRequest() - Method in class RequestInterceptorContext
 
getRequest() - Method in class RequestContext
 
getRequestDispatcher(String) - Method in class ScopedRequestImpl
 
getRequestedSessionId() - Method in class ScopedRequestImpl
 
getRequestInterceptors() - Method in class RequestInterceptorContext
 
getRequestInterceptors() - Method in class NetUIConfig
 
getRequestURI() - Method in class ScopedRequestImpl
 
getRequestURL() - Method in class ScopedRequestImpl
 
getRequiredTokens() - Method in class TemplatedURLFormatter
Returns the list of the tokens (strings) that this URL template requires when formatting a URL with a template.
getRequiredType() - Method in exception IllegalOutputFormTypeException
Get the name of the required form type.
getResourceBundleNode(String, ResourceBundle, Locale) - Method in class BundleNodeFactory
 
getResourceBundlePath() - Method in class DataGridResourceProvider
Accessor for obtaining the path to the resource bundle used by a DataGridResourceProvider implementation.
getResourceKey() - Method in class FilterOperation
Get the filter operation's resource key.
getResourcePath() - Method in class DataGridTagModel
Get the resourrce path used when creating HTML image links during data grid rendering.
getResourcePath() - Method in class XmlInputStreamResolver
 
getResourceProvider(String) - Method in class DataGridConfig
Create a DataGridConfig-specific implementation of a DataGridResourceProvider.
getResourceProvider() - Method in class DataGridTagModel
Get the DataGridResourceProvider used to provide string messages, paths, etc during data grid rendering.
getResourceProvider(String) - Method in class DefaultDataGridConfig
Get a DataGridResourceProvider for the given resource bundle path.
getResources() - Method in class FlowController
Deprecated. This method can only return the resources for the default module. Use FlowController.getMessageResources() to get the resources for this FlowController.
getResources(HttpServletRequest) - Method in class FlowController
Deprecated. Use FlowController.getMessageResources() instead.
getResources(HttpServletRequest, String) - Method in class FlowController
Deprecated. Use FlowController.getMessageResources(String) instead.
getResponse() - Method in class FlowController
Get the current HttpServletResponse.
getResponse() - Method in class RequestInterceptorContext
 
getResponse() - Method in class RequestContext
 
getResultOverride() - Method in class InterceptorContext
 
getReturnAction() - Method in class AfterNestedInterceptContext
Get the return action from the nested page flow that intercepted the original page flow's action.
getReturnFormMember() - Method in class PageFlowActionForward
 
getReturnFormType() - Method in class PageFlowActionForward
 
getReturnToType() - Method in class Forward
Get the type of return, if this is a return-to type.
getReturnToType() - Method in exception ReturnToException
 
getReturnToTypeAsString() - Method in class Forward
Get the type of return as a String, if this is a return-to type.
getRewrittenActionURI(String, Map, boolean) - Method in class FlowController
Create a fully-rewritten URI given an action and parameters.
getRewrittenActionURI(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, String, boolean) - Static method in class PageFlowUtils
Create a fully-rewritten URI given an action name and parameters.
getRewrittenHrefURI(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, String, boolean) - Static method in class PageFlowUtils
Create a fully-rewritten URI given a path and parameters.
getRewrittenResourceURI(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, String, boolean) - Static method in class PageFlowUtils
Create a fully-rewritten URI given a path and parameters.
getRoleNames() - Method in exception UnfulfilledRolesException
Get the names of the roles that were allowed access to the action.
getRoot(TreeElement) - Static method in class TreeElement
Gets the root node of this tree.
getRootCause(Throwable) - Static method in class ParseUtils
 
getRootNode() - Method in class Tree
Return the root node of the tree.
getRootNodeCollapsedImage() - Method in interface ITreeRootElement
 
getRootNodeCollapsedImage() - Method in class TreeRootElement
Returns the collapsed image for the root node.
getRootNodeExpandedImage() - Method in interface ITreeRootElement
 
getRootNodeExpandedImage() - Method in class TreeRootElement
Returns the expanded image for the root node.
getRow() - Method in class PagerModel
Get the current row.
getRowClass() - Method in class StyleModel
Get the style class for an HTML tr tag rendered in a grid row.
getRowClass() - Method in class DefaultStyleModel
 
getRowForFirstPage() - Method in class PagerModel
Get the row used to display the first page.
getRowForLastPage() - Method in class PagerModel
Get the row used to display the last page.
getRowForNextPage() - Method in class PagerModel
Get the row used to display the next page.
getRowForPreviousPage() - Method in class PagerModel
Get the row used to display the previous page.
getScheme() - Method in class MutableURI
Returns the protocol/scheme.
getScope() - Method in class TreeElement
Get the target scope for this node's URI.
getScopedName(String) - Method in class ScopedAttributeContainer
 
getScopedName(String) - Method in class ScopedRequestImpl
 
getScopedName(String) - Method in interface ScopedRequest
 
getScopedName(String, Object) - Static method in class ScopedServletUtils
Get a scoped version of a given name.
getScopedRequest(HttpServletRequest, String, ServletContext, Object) - Static method in class ScopedServletUtils
Deprecated. Use ScopedServletUtils.getScopedRequest(HttpServletRequest, String, ServletContext, Object, boolean).
getScopedRequest(HttpServletRequest, String, ServletContext, Object, boolean) - Static method in class ScopedServletUtils
Get the cached ScopedRequest wrapper.
getScopedRequestAttribute(String, ServletRequest) - Static method in class ScopedServletUtils
Get an attribute from the given request, and if it is a ScopedRequest, ensure that the attribute is not "showing through" from the outer request, even if the ScopedRequest allows that by default.
getScopedResponse(HttpServletResponse, ScopedRequest) - Static method in class ScopedServletUtils
Get the cached wrapper servlet response.
getScopedSessionAttr(String, HttpServletRequest) - Static method in class ScopedServletUtils
If the request is a ScopedRequest, this returns an attribute whose name is scoped to that request's scope-ID; otherwise, it is a straight passthrough to HttpSession.getAttribute(java.lang.String).
getScopedSessionAttrName(String, HttpServletRequest) - Static method in class ScopedServletUtils
If the request is a ScopedRequest, this returns an attribute name scoped to that request's scope-ID; otherwise, it returns the given attribute name.
getScopeId() - Method in class AnchorCellModel
 
getScopeId() - Method in class HeaderCellModel
 
getScopeKey() - Method in class ScopedAttributeContainer
 
getScopeKey() - Method in class ScopedRequestImpl
 
getScopeKey() - Method in interface ScopedRequest
 
getScriptReporter() - Method in class AbstractClassicTag
Return the closest ScriptReporter in the parental chain.
getScriptReporter() - Method in class AbstractSimpleTag
Return the closest ScriptReporter in the parental chain.
getScriptRequestState(HttpServletRequest) - Static method in class ScriptRequestState
This method will return the javaScriptUtils that is assocated with this request.
getSecureListenPort(HttpServletRequest) - Method in class DefaultServletContainerAdapter
Get the port on which the server is listening for secure connections.
getSecureListenPort(HttpServletRequest) - Method in interface ServletContainerAdapter
Get the port on which the server is listening for secure connections.
getSecurityProtocol(String, HttpServletRequest) - Method in class DefaultServletContainerAdapter
Tell whether a web application resource requires a secure transport protocol.
getSecurityProtocol(String, ServletContext, HttpServletRequest) - Static method in class PageFlowUtils
Tell whether a web application resource requires a secure transport protocol.
getSecurityProtocol(String, HttpServletRequest) - Method in interface ServletContainerAdapter
Tell whether a web application resource requires a secure transport protocol.
getSelectedNode() - Method in interface ITreeRootElement
Return the currently selected TreeElement.
getSelectedNode() - Method in class TreeRootElement
Return the currently selected TreeElement.
getSelectionAction() - Method in class InheritableState
 
getSelectionAction() - Method in class Tree
Return the action for selection action on the tree.
getSelectionTarget() - Method in class InheritableState
 
getSerializableAttrs() - Method in class AttributeContainer
 
getService(BeanContextServices, Object, Class, Object) - Method in class PageFlowServiceProvider
 
getServlet() - Method in class FlowController
Deprecated. This method will be removed with no replacement. In most cases, PageFlowManagedObject.getServletContext() is sufficient; for other cases, the ActionServlet itself is in the ServletContext attribute Globals.ACTION_SERVLET_KEY.
getServletContainerAdapter(ServletContext) - Static method in class AdapterManager
 
getServletContext() - Method in class Factory
Get the current ServletContext.
getServletContext() - Method in class DefaultServletContainerAdapter
Get the current ServletContext.
getServletContext() - Method in class BaseHandler
 
getServletContext() - Method in class RequestInterceptorContext
 
getServletContext(ServletRequest) - Static method in class InternalUtils
 
getServletContext() - Method in class PageFlowEventReporter
 
getServletContext() - Method in class PageFlowManagedObject
Get the current ServletContext.
getServletContext() - Method in class ScopedServletConfig
 
getServletContext() - Method in class ScopedSession
 
getServletName() - Method in class ScopedServletConfig
 
getServletPath() - Method in class ScopedRequestImpl
 
getServletRequest() - Method in class DataGridStateCodec
Get the current servlet request with which this DataGridStateCodec is associated.
getServletRequest() - Method in class PageFlowBeanContext
 
getServletRequest() - Method in interface PageFlowServiceProvider.HasServletRequest
 
getSession() - Method in class FlowController
Get the current user session.
getSessionContext() - Method in class ScopedSession
 
getSharedFlow(String) - Method in class PageFlowController
Get a shared flow, based on its name as defined in this page flow's sharedFlowRefs attribute on @Jpf.Controller.
getSharedFlow(String, HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getSharedFlow(String, HttpServletRequest, ServletContext) instead.
getSharedFlow(String, HttpServletRequest, ServletContext) - Static method in class PageFlowUtils
Get the shared flow with the given class name.
getSharedFlow(ServletRequest) - Static method in class ImplicitObjectUtil
 
getSharedFlowMemberFields() - Method in class CachedSharedFlowRefInfo
 
getSharedFlowRefs() - Method in class NetUIConfig
 
getSharedFlows() - Method in class PageFlowControllerConfig
 
getSharedFlows() - Method in class PageFlowController
Get the a map of shared flow name to shared flow instance.
getSharedFlows(HttpServletRequest) - Static method in class PageFlowUtils
Get the a map of shared flow name to shared flow instance, based on the names defined in the sharedFlowRefs attribute of the @Jpf.Controller annotation on the current page flow.
getSharedFlowsForPath(RequestContext, String) - Method in class FlowControllerFactory
Get the map of shared flows for the given path.
getSharedFlowsForRequest(RequestContext) - Method in class FlowControllerFactory
Get the map of shared flows for the given request.
getSharedFlowTypes() - Method in class PageFlowControllerConfig
 
getSimpleActionInterceptors() - Method in class GlobalPageFlowActionInterceptorConfig
 
getSimpleActionInterceptors() - Method in class PerActionInterceptorConfig
 
getSimpleActionInterceptors() - Method in class PerPageFlowActionInterceptorConfig
 
getSize() - Method in class PagedDataSet
 
getSortAction() - Method in class HeaderCellModel
 
getSortDirection(String) - Method in class SortModel
Get the SortDirection for a Sort given a sort expression.
getSortExpression() - Method in class Sort
Get the sort expression
getSortExpression() - Method in class HeaderCellModel
 
getSortHref() - Method in class HeaderCellModel
 
getSortImagePath(SortDirection) - Method in class DataGridTagModel
Get the image paths used for the given SortDirection.
getSortModel() - Method in class DataGridState
Get the SortModel for a data grid.
getSorts() - Method in class SortModel
 
getSortStrategy() - Method in class SortModel
Get the SortStrategy used to cycle these Sort objects through various SortDirections.
getSpanState() - Method in class SpanCellModel
 
getState() - Method in class DataGridTagModel
Accessor for obtaining the DataGridState object.
getState(ExpressionHandling) - Method in class DivPanel
 
getState() - Method in class Anchor
This method will return the state associated with the tag.
getState() - Method in class Area
This method will return the state associated with the tag.
getState() - Method in class Body
This method will return the state associated with the tag.
getState() - Method in class Button
This method will return the state associated with the tag.
getState() - Method in class CheckBox
This method will return the state associated with the tag.
getState() - Method in class CheckBoxOption
This method will return the state associated with the tag.
getState() - Method in class FileUpload
This method will return the state associated with the tag.
getState() - Method in class Form
This method will return the state associated with the tag.
getState() - Method in class Hidden
This method will return the state associated with the tag.
getState() - Method in class HtmlBaseTag
This method will return the state associated with the tag.
getState() - Method in class Image
This method will return the state associated with the tag.
getState() - Method in class ImageButton
This method will return the state associated with the tag.
getState() - Method in class Label
This method will return the state associated with the tag.
getState() - Method in class RadioButtonOption
This method will return the state associated with the tag.
getState() - Method in class Select
This method will return the state associated with the tag.
getState() - Method in class SelectOption
This method will return the state associated with the tag.
getState() - Method in class Span
This method will return the state associated with the tag.
getState() - Method in class TextArea
This method will return the state associated with the tag.
getState() - Method in class TextBox
This method will return the state associated with the tag.
getStateManager() - Method in class PageFlowApplication
 
getStatusCode() - Method in interface ActionResult
 
getStatusCode() - Method in class ActionResultImpl
 
getStatusCode() - Method in class ScopedResponseImpl
 
getStatusCode() - Method in interface ScopedResponse
Get the status code on the response.
getStatusMessage() - Method in interface ActionResult
 
getStatusMessage() - Method in class ActionResultImpl
 
getStatusMessage() - Method in class ScopedResponseImpl
 
getStatusMessage() - Method in interface ScopedResponse
Get the status message on the response.
getStorageHandler() - Method in class Handlers
 
getStorageHandlers() - Method in class PageFlowHandlersConfig
 
getString(String) - Method in class BundleNode
 
getString(String, Object[]) - Static method in class ScriptRequestState
Returns the string specified by aKey from the errors.properties bundle.
getString(String) - Static method in class Bundle
Returns the string specified by aKey from the errors.properties bundle.
getString(String, Object) - Static method in class Bundle
Returns the string specified by aKey from the errors.properties bundle.
getString(String, Object[]) - Static method in class Bundle
Returns the string specified by aKey from the errors.properties bundle.
getStringAttribute(ProcessedAnnotation, String) - Static method in class AnnotationReader
 
getStringValue() - Method in class AnnotationAttribute
 
getStrutsBundleNode(String, MessageResources, Locale) - Method in class BundleNodeFactory
 
getStrutsModule(String, HttpServletRequest) - Static method in class StrutsModuleFactory
Deprecated.  
getStyleModel(String, String) - Method in class DataGridConfig
Create a StyleModel used by a data grid to render styles onto various HTML markup elements generated by a data grid.
getStyleModel() - Method in class DataGridTagModel
Get the StyleModel used to create style classes during data grid rendering.
getStyleModel(String, String) - Method in class DefaultDataGridConfig
Get a StyleModel given a model name and a style class prefix.
getStylePrefix() - Method in class StyleModel
Get the style prefix
GetSuffix(int) - Method in class SimpleCharStream
 
getSupportedLocales() - Method in class PageFlowApplication
 
getSupportsLikeEscapeClause() - Method in class SQLSupportConfig
Get a boolean that enables or disables an ESCAPE clause when generating a LIKE clause in a SQL statement.
getTableClass() - Method in class StyleModel
Get the style class for an HTML table tag.
getTableClass() - Method in class DefaultStyleModel
 
getTableFootClass() - Method in class StyleModel
Get the style class for an HTML tfoot tag.
getTableFootClass() - Method in class DefaultStyleModel
 
getTableHeadClass() - Method in class StyleModel
Get the style class for an HTML thead tag.
getTableHeadClass() - Method in class DefaultStyleModel
 
getTableRenderer() - Method in class DataGridTagModel
Get the instance of TableRenderer that is used to render HTML table markup for a data grid.
getTagId() - Method in class HtmlBaseTag
Return the ID of the tag.
getTagId() - Method in class TreeElement
Return the ID of the tag.
getTagName() - Method in class AbstractClassicTag
Return the name of the tag.
getTagName() - Method in class AbstractSimpleTag
Return the name of the tag.
getTagName() - Method in class DeclareBundle
Get the name of this tag.
getTagName() - Method in class CellRepeater
Get the name of this tag.
getTagName() - Method in class AnchorCell
The name of this tag; this value is used for error reporting.
getTagName() - Method in class Caption
The name of this tag; this value is used for error reporting.
getTagName() - Method in class ConfigurePager
The name of this tag; this value is used for error reporting.
getTagName() - Method in class DataGrid
The name of this tag; this value is used for error reporting.
getTagName() - Method in class Footer
The name of this tag; this value is used for error reporting.
getTagName() - Method in class GetDataGridState
The name of this tag; this value is used for error reporting.
getTagName() - Method in class Header
The name of this tag; this value is used for error reporting.
getTagName() - Method in class HeaderCell
The name of this tag; this value is used for error reporting.
getTagName() - Method in class ImageAnchorCell
The name of this tag; this value is used for error reporting.
getTagName() - Method in class ImageCell
The name of this tag; this value is used for error reporting.
getTagName() - Method in class RenderPager
The tag's name; this is used for NetUI tag error reporting.
getTagName() - Method in class Row
The name of this tag; this value is used for error reporting.
getTagName() - Method in class Rows
The name of this tag; this value is used for error reporting.
getTagName() - Method in class SpanCell
The name of this tag; this value is used for error reporting.
getTagName() - Method in class TemplateCell
The name of this tag; this value is used for error reporting.
getTagName() - Method in class CallMethod
Get the name of this tag.
getTagName() - Method in class CallPageFlow
Get the name of this tag.
getTagName() - Method in class MethodParameter
Get the name of this tag.
getTagName() - Method in class Message
Deprecated.  
getTagName() - Method in class MessageArg
Deprecated.  
getTagName() - Method in class DeclarePageInput
Get the name of this tag.
getTagName() - Method in class Pad
Get the name of this tag.
getTagName() - Method in class Repeater
Get the name of this tag.
getTagName() - Method in class RepeaterFooter
Get the name of this tag.
getTagName() - Method in class RepeaterHeader
Get the name of this tag.
getTagName() - Method in class RepeaterItem
Get the name of this tag.
getTagName() - Method in class GetData
Get the name of this tag.
getTagName() - Method in class SerializeXML
The name of this tag; this value is used for error reporting.
getTagName() - Method in class DivPanel
Returns the name of the Tag.
getTagName() - Method in class Anchor
Returns the name of the Tag.
getTagName() - Method in class Area
Returns the name of the Tag.
getTagName() - Method in class Attribute
Return the name of the Tag.
getTagName() - Method in class Base
Returns the name of the Tag.
getTagName() - Method in class Behavior
Return the name of the Tag.
getTagName() - Method in class BindingUpdateErrors
Return the name of the Tag.
getTagName() - Method in class Body
Return the name of the Tag.
getTagName() - Method in class Button
Return the name of the Tag.
getTagName() - Method in class CheckBox
Return the name of the Tag.
getTagName() - Method in class CheckBoxGroup
Return the name of the Tag.
getTagName() - Method in class CheckBoxOption
Return the name of the Tag.
getTagName() - Method in class ConfigurePopup
Return the name of the Tag.
getTagName() - Method in class Content
Return the name of the Tag.
getTagName() - Method in class Error
Return the name of the Tag.
getTagName() - Method in class Errors
Return the name of the Tag.
getTagName() - Method in class Exceptions
Return the name of the Tag.
getTagName() - Method in class FileUpload
Return the name of the Tag.
getTagName() - Method in class Form
Return the name of the Tag.
getTagName() - Method in class FormatDate
Return the name of the Tag.
getTagName() - Method in class FormatNumber
Return the name of the Tag.
getTagName() - Method in class FormatString
Return the name of the Tag.
getTagName() - Method in class Hidden
Return the name of the Tag.
getTagName() - Method in class Html
Returns the name of the Tag.
getTagName() - Method in class Image
Return the name of the Tag.
getTagName() - Method in class ImageAnchor
Return the name of the Tag.
getTagName() - Method in class ImageButton
Return the name of the Tag.
getTagName() - Method in class Label
Return the name of the Tag.
getTagName() - Method in class Parameter
Return the name of the Tag.
getTagName() - Method in class ParameterMap
Return the name of the Tag.
getTagName() - Method in class RadioButtonGroup
Return the name of the Tag.
getTagName() - Method in class RadioButtonOption
Return the name of the Tag.
getTagName() - Method in class RetrievePopupOutput
Return the name of the Tag.
getTagName() - Method in class RewriteName
Return the name of the Tag.
getTagName() - Method in class RewriteURL
Return the name of the Tag.
getTagName() - Method in class Select
Return the name of the Tag.
getTagName() - Method in class SelectOption
Return the name of the Tag.
getTagName() - Method in class Span
Return the name of the Tag.
getTagName() - Method in class TextArea
Return the name of the Tag.
getTagName() - Method in class TextBox
Return the name of the Tag.
getTagName() - Method in interface INetuiTag
 
getTagName() - Method in class ScriptBlock
Return the name of the Tag.
getTagName() - Method in class ScriptContainer
Returns the name of the Tag.
getTagName() - Method in class ScriptHeader
Returns the name of the Tag.
getTagName() - Method in class IncludeSection
Returns the name of the Tag.
getTagName() - Method in class Section
Returns the name of the Tag.
getTagName() - Method in class SetAttribute
Return the name of the tag.
getTagName() - Method in class Template
Returns the name of the Tag.
getTagName() - Method in class Tree
Return the name of the Tag.
getTagName() - Method in class TreeContent
Return the name of the Tag.
getTagName() - Method in class TreeHtmlAttribute
Return the name of the Tag.
getTagName() - Method in class TreeItem
Return the name of the Tag.
getTagName() - Method in class TreeLabel
Return the name of the Tag.
getTagName() - Method in class TreePropertyOverride
Return the name of the Tag.
getTarget() - Method in class TreeElement
Gets the window target for the hyperlink identified by the action property, if this node is selected.
getTargetDocumentType() - Method in class Html
This method will return the TagRenderBase enum value for the document type.
getTaxonomy() - Method in class PageFlowController
Get the "resource taxonomy": a period-separated list that starts with the current web application name, continues through all of this PageFlowController's parent directories, and ends with this PageFlowController's class name.
getTemplate() - Method in class URLTemplate
Retrieve the String form of the template.
getTemplate(String) - Method in class URLTemplates
Retrieve a template from url-template-config by name.
getTemplatedURL(ServletContext, ServletRequest, MutableURI, String, URIContext) - Method in class TemplatedURLFormatter
Format the given URL using a URL template, if defined in a URL template config file.
getTemplatedURL(ServletContext, ServletRequest, MutableURI, String, URIContext) - Static method in class URLRewriterService
Format the given URI using a URL template, if defined in the URL template config file, WEB-INF/url-template-config.xml.
getTemplatedURL(ServletContext, ServletRequest, MutableURI, String, URIContext) - Method in class DefaultTemplatedURLFormatter
Format the given URL using a URL template, if defined in a URL template config file.
getTemplatedURLFormatter(ServletContext) - Static method in class TemplatedURLFormatter
Gets the TemplatedURLFormatter instance attribute of the ServletContext.
getTemplatedUrlFormatterClass() - Method in class UrlConfig
 
getTemplateNameByRef(String, String) - Method in class URLTemplates
Retrieve a template name from a reference group in url-template-config.
getTemplateNameByRef(String, String) - Method in class URLTemplatesFactory
Returns URL template name of the given type (by key) from the desired reference group.
getTemplateNameByRef(String, String) - Method in class DefaultURLTemplatesFactory
Returns URL template name of the given type (by key) from the desired reference group.
getTerm(int) - Method in class ParsedExpression
 
getTitle() - Method in class TreeElement
Set the title attribute for the node.
getToken(int) - Method in class ExpressionTerm
 
getToken(int) - Method in class NetUIELParser
 
getToken(HttpServletRequest, String) - Static method in class PageFlowTagUtils
Get or generate a token used to prevent double submits to an action.
getToken(HttpServletRequest, ActionMapping) - Static method in class PageFlowTagUtils
Get or generate a token used to prevent double submits to an action.
getTokenCount() - Method in class ExpressionTerm
 
getTokenCount() - Method in class ParsedExpression
 
getTokens() - Method in class ExpressionTerm
 
getTokens() - Method in class Expression
Get the expression's token list.
getTokenString() - Method in class ArrayIndexToken
 
getTokenString() - Method in class ContextToken
 
getTokenString() - Method in class ExpressionToken
 
getTokenString() - Method in class IdentifierToken
 
getTokenString() - Method in class MapKeyToken
 
getTreeImageLocation() - Static method in class TagConfig
This method returns the default location for the tree images.
getTreeImageLocation() - Method in class JspTagConfig
 
getTreeRenderState() - Method in interface ITreeRootElement
return the TreeRenderState for this tree.
getTreeRenderState() - Method in class TreeRootElement
return the TreeRenderState for this tree.
getTreeRoot(ExpressionHandling) - Method in class Tree
Return the TreeControl instance for the tree control that we are rendering.
getTruncate() - Method in class FormatString.StringFormatter
 
getType() - Method in class PageFlowActionForward.ActionOutput
 
getType(FacesContext) - Method in class BackingClassMethodBinding
 
getType() - Method in class PageFlowRequestProcessor.ExceptionHandledActionMapping
 
getType() - Method in class SharedFlowRefConfig
 
getType() - Method in class TypeConverterConfig
 
getTypeConverters() - Method in class NetUIConfig
 
getTypeHint() - Method in class Filter
Get the type hint for this filter.
getTypeHint(String) - Static method in class FilterTypeHint
Given a String, lookup a FilterTypeHint for the String.
getTypeName() - Method in class ProcessedAnnotations
 
getUnqualifiedActionName() - Method in class PageFlowActionMapping
 
getUnqualifiedActionPath() - Method in class PageFlowActionMapping
 
getUpdateValue() - Method in exception ExpressionUpdateException
Deprecated.  
getUpdateVariableResolver(ServletRequest, ServletResponse, boolean) - Static method in class ImplicitObjectUtil
 
getUpdateVariableResolver(Object, ServletRequest, ServletResponse, boolean) - Static method in class ImplicitObjectUtil
 
getURI() - Method in interface ActionResolver
Get the URI for addressing this object.
getURI() - Method in interface ActionResult
 
getURI() - Method in class GlobalApp
Deprecated. Get the URI for the webapp.
getURI() - Method in class ActionResultImpl
 
getURI() - Method in class CachedPageFlowInfo
 
getURI() - Method in class PageFlowController
Get the URI for addressing this PageFlowController.
getURI() - Method in class SharedFlowController
Get the URI.
getURI() - Method in class StrutsModule
Get the URI for this Struts module.
getURIString(URIContext) - Method in class MutableURI
Returns a string form of this URI.
getUrlBuilder() - Method in class DataGridTagModel
Accessor for obtaining the DataGridURLBuilder object.
getUrlConfig() - Method in class NetUIConfig
 
getURLRewriters(ServletRequest) - Static method in class URLRewriterService
Get the unmodifiable list of URLRewriter objects in the request that will be used if URLRewriterService.rewriteURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, org.apache.beehive.netui.core.urls.MutableURI, org.apache.beehive.netui.core.urls.URLType, boolean) is called.
getURLTemplate(String) - Method in class URLTemplateDescriptor
Deprecated. Returns URL template given the name of the template.
getURLTemplate(String) - Method in class URLTemplatesFactory
Returns URL template given the name of the template.
getURLTemplate(String) - Method in class DefaultURLTemplatesFactory
Returns URL template given the name of the template.
getURLTemplateKey(URLType, boolean) - Static method in class PageFlowUtils
Returns a key for the URL template type given the URL type and a flag indicating a secure URL or not.
getURLTemplateRef(String, String) - Method in class URLTemplateDescriptor
Deprecated. Returns URL template name of the given type (by key).
getURLTemplatesFactory(ServletContext) - Static method in class URLTemplatesFactory
Gets the URLTemplatesFactory instance attribute of the ServletContext.
getUserInfo() - Method in class MutableURI
Returns the userInfo.
getUserLocale() - Method in class AbstractClassicTag
This method will return the user local of the request.
getUserLocale() - Method in class AbstractSimpleTag
This method will return the user local of the request.
getUserPrincipal(FlowControllerHandlerContext) - Method in interface LoginHandler
Get the current user.
getUserPrincipal(FlowControllerHandlerContext) - Method in class DefaultLoginHandler
 
getValidate() - Method in class PageFlowRequestProcessor.ExceptionHandledActionMapping
 
getValidatorIds() - Method in class PageFlowApplication
 
getValidFileExtensions() - Method in class PageFlowFacesFilter
 
getValidFileExtensions() - Method in class PageFlowJspFilter
 
getValidFileExtensions() - Method in class PageFlowPageFilter
 
getValue() - Method in class URLTemplate.TemplateItem
 
getValue() - Method in class Filter
Get the value for this filter.
getValue() - Method in class FilterOperationHint
The hint's int value.
getValue() - Method in class SortDirection
The direction's int value.
getValue() - Method in class AnchorCellModel
 
getValue() - Method in class HeaderCellModel
 
getValue() - Method in class SpanCellModel
 
getValue(String) - Method in class ScopedSession
 
getValue(Object) - Method in class AbstractAttributeMap
 
getValue(Object) - Method in class RequestAttributeMap
 
getValue(Object) - Method in class SessionAttributeMap
 
getValue() - Method in class TreeHtmlAttributeInfo
Return the value of the attribute.
getValue() - Method in class CustomPropertyConfig
 
getValue() - Method in class DocType
The doc type's int value.
getValue() - Method in class IdJavascript
The id javascript's int value.
getValue() - Method in class MultipartHandler
The multipart handler's int value.
getValue() - Method in class PreventCache
The multipart handler's int value.
getValue() - Method in class GroupOption
Get the value of the option.
getValueNames() - Method in class ScopedSession
 
getVariableResolver() - Method in class PageFlowApplication
 
getVerticalLineImage() - Method in class InheritableState
 
getViewHandler() - Method in class PageFlowApplication
 
getViewRenderer() - Method in class PageFlowRequestWrapper
 
getXmlString() - Method in class XmlBeanActionForm
 
GlobalApp - Class in org.apache.beehive.netui.pageflow
Deprecated. Use a SharedFlowController instead.
GlobalApp() - Constructor for class GlobalApp
Deprecated.  
GLOBALAPP_CLASSNAME - Static variable in interface InternalConstants
 
GLOBALAPP_CLASSNAME - Static variable in interface PageFlowConstants
Deprecated. This constant will be removed with no replacement.
GLOBALAPP_MEMBER_NAME - Static variable in interface InternalConstants
 
GLOBALAPP_MODULE_CONTEXT_PATH - Static variable in interface InternalConstants
 
GLOBALAPP_SOURCEFILE_NAME - Static variable in interface PageFlowConstants
Deprecated. This constant will be removed with no replacement.
GlobalPageFlowActionInterceptorConfig - Class in org.apache.beehive.netui.util.config.bean
 
GlobalPageFlowActionInterceptorConfig(SimpleActionInterceptorConfig[], InterceptorConfig[]) - Constructor for class GlobalPageFlowActionInterceptorConfig
 
GREATER_THAN - Static variable in class FilterOperationHint
Operation representing greater than.
GREATER_THAN_OR_EQUAL - Static variable in class FilterOperationHint
Operation representing greater than or equal.
GroupOption - Class in org.apache.beehive.netui.util.tags
GroupOption is a simple JavaBean that can be used to fully specify the name, value, alt text and accesskey of either a CheckBoxGroup or a RadioButtonGroup.
GroupOption() - Constructor for class GroupOption
Default Constructor.
GroupOption(String) - Constructor for class GroupOption
Construct a GroupOption setting the name.
GroupOption(String, String) - Constructor for class GroupOption
Construct a GroupOption setting the name and value.
GroupOption(String, String, String, char) - Constructor for class GroupOption
Construct a GroupOption setting all the values.

H

hadCompileErrors() - Method in interface ActionResult
Deprecated. This method now always returns false; compilation no longer happens at runtime. It will be removed in the next major release.
hadCompileErrors() - Method in class ActionResultImpl
 
handleException(Throwable, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class FlowController
Handle the given exception - invoke user code if appropriate and return a destination URI.
handleException(FlowControllerHandlerContext, Throwable, ActionMapping, ActionForm) - Method in interface ExceptionsHandler
 
handleException(FlowControllerHandlerContext, Throwable, ActionMapping, ActionForm) - Method in class DefaultExceptionsHandler
 
handleInterceptorReturn(FlowControllerHandlerContext, PageFlowController, PageFlowStack.PushedPageFlow, String, ActionMapping, ActionForm, ActionInterceptor) - Method in interface ActionForwardHandler
 
handleInterceptorReturn(FlowControllerHandlerContext, PageFlowController, PageFlowStack.PushedPageFlow, String, ActionMapping, ActionForm, ActionInterceptor) - Method in class DefaultActionForwardHandler
 
handleNavigation(FacesContext, String, String) - Method in class PageFlowNavigationHandler
 
Handler - Interface in org.apache.beehive.netui.pageflow.handler
Base handler interface.
HandlerConfig - Class in org.apache.beehive.netui.pageflow.handler
Class for encapsulating configuration properties associated with a Handler.
HandlerConfig(String) - Constructor for class HandlerConfig
 
HandlerConfig - Class in org.apache.beehive.netui.util.config.bean
 
HandlerConfig(String, CustomPropertyConfig[]) - Constructor for class HandlerConfig
 
handleReturnValue(Object) - Method in class AbstractCallMethod

A method that allows concrete classes to handle the result of the reflective invocation in an implementation specific way.

Handlers - Class in org.apache.beehive.netui.pageflow.handler
ServletContext-scoped container for various Page Flow Handler instances.
hasError() - Method in class FormatTag.Formatter
 
hasErrors() - Method in class AbstractClassicTag
This method will return true if there have been any errors registered on this tag.
hasErrors() - Method in class AbstractSimpleTag
This method will return true if there have been any errors registered on this tag.
hasErrors() - Method in class ErrorHandling
This method will return true if there have been any errors registered on this tag.
hasExplicitRedirectValue() - Method in class PageFlowActionForward
 
hasExplicitRedirectValue() - Method in class Forward
Tell whether this Forward was configured explicitly (through @Jpf.Forward(redirect=...), Forward.setRedirect(boolean), or Forward.Forward(URI, boolean)) to perform a redirect.
hashCode() - Method in class FreezableMutableURI
 
hashCode() - Method in class MutableURI
Returns a hash code value for the object.
hashCode() - Method in class URLType
 
hashCode() - Method in class URLTemplate.TemplateItem
 
hashCode() - Method in class FilterOperationHint
Hash code.
hashCode() - Method in class SortDirection
Hash code.
hashCode() - Method in class DefaultURLRewriter
Returns a hash code value for the object.
hashCode() - Method in class SecurityProtocol
 
hashCode() - Method in class CoreScriptFeature
 
hashCode() - Method in class ScriptPlacement
 
hashCode() - Method in class DocType
Hash code.
hashCode() - Method in class IdJavascript
Hash code.
hashCode() - Method in class MultipartHandler
Hash code.
hashCode() - Method in class PreventCache
Hash code.
hasInterceptorForward() - Method in class ActionInterceptorContext
 
hasListenScopes() - Method in class ScopedRequestImpl
see if this scoped request is listening to any other scoped request
hasListenScopes() - Method in interface ScopedRequest
 
hasNext() - Method in class TemplateTokenizer
Returns true if there are more literals or tokens/delimiters.
hasNext() - Method in class PagedDataSet
 
hasNext() - Method in class ArrayIterator
 
hasNext() - Method in class AtomicObjectIterator
 
hasNext() - Method in class EnumerationIterator
 
hasNext() - Method in class MapIterator
Advance to the next value in the Map.
hasNext() - Method in class ResultSetIterator
Check for a subsequent item in the ResultSet.
hasNextDataItem() - Method in class DataGridTagModel
Accessor for determining if there is another item in the data set.
hasResultOverride() - Method in class InterceptorContext
 
Header - Class in org.apache.beehive.netui.tags.databinding.datagrid
The Header tag is used to render a table row(s) before the data grid has rendered data rows as demarcated by the Rows tag.
Header() - Constructor for class Header
 
HEADER - Static variable in class Repeater
A Repeater rendering state that signals the rendering of the HEADER.
HeaderCell - Class in org.apache.beehive.netui.tags.databinding.datagrid
This tag is used to render an HTML table header cell and should generally be used inside of the data grid's Header tag.
HeaderCell() - Constructor for class HeaderCell
 
HeaderCellDecorator - Class in org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell
 
HeaderCellDecorator() - Constructor for class HeaderCellDecorator
 
HeaderCellModel - Class in org.apache.beehive.netui.databinding.datagrid.runtime.model.cell
 
HeaderCellModel() - Constructor for class HeaderCellModel
 
HEADERS - Static variable in interface HtmlConstants
The name of the headers attribute.
HEIGHT - Static variable in interface HtmlConstants
The name of the height attribute.
Hidden - Class in org.apache.beehive.netui.tags.html
Generates a hidden tag with a given value.
Hidden() - Constructor for class Hidden
 
HIT - Static variable in interface NetUIELParserConstants
 
HORIZONTAL_VALUE - Variable in class HtmlGroupBaseTag
Constant defining a horizontal layout of the options.
HREF - Static variable in interface HtmlConstants
The name of the href attribute.
href - Variable in class AnchorTag.State
 
href - Variable in class BaseTag.State
 
HREFLANG - Static variable in interface HtmlConstants
The name of the hreflang attribute.
HSPACE - Static variable in interface HtmlConstants
The name of the hspace attribute.
Html - Class in org.apache.beehive.netui.tags.html
Generates the html element and performs error handling within its body.
Html() - Constructor for class Html
 
HTML - Static variable in interface HtmlConstants
The name of the html element.
HTML4_LOOSE - Static variable in class DocType
 
HTML4_LOOSE_QUIRKS - Static variable in class DocType
 
HTML_401 - Static variable in class Html
Constant representing the document type html 4.01
HTML_401_QUIRKS - Static variable in class Html
Constant representing the document type html 4.01
HTML_LOCATION_CNT - Static variable in class TreeHtmlAttributeInfo
 
HTML_LOCATION_DIV - Static variable in class TreeHtmlAttributeInfo
 
HTML_LOCATION_ICON - Static variable in class TreeHtmlAttributeInfo
 
HTML_LOCATION_SELECTION_LINK - Static variable in class TreeHtmlAttributeInfo
 
HTML_RENDERING - Static variable in class TagRenderingBase
Identifier for HTML 4.01 Rendering
HTML_RENDERING_QUIRKS - Static variable in class TagRenderingBase
Identifier for HTML 4.01 Rendering in Quirks mode
HTML_TAG - Static variable in class TagRenderingBase
 
HTML_TAG_ID - Static variable in class Html
The HTML tag is registered into the request with this name.
HtmlBaseTag - Class in org.apache.beehive.netui.tags.html
[Base] Anchor, Form, Image, ImageAnchor (Image), Label, SelectOption [FocusBase] Button, CheckBoxOption, ImageButton, RadioButtonOption [DataSource] FileUpload [DefaultableDatSource] CheckBox, TextArea, TextBox [OptionsDataSource] Select [GroupDataSource] CheckBoxGroup, RadioButtonGroup
HtmlBaseTag() - Constructor for class HtmlBaseTag
 
HtmlConstants - Interface in org.apache.beehive.netui.tags.html
 
HtmlDataSourceTag - Class in org.apache.beehive.netui.tags.html
Abstract Base class adding support for the dataSource attribute.
HtmlDataSourceTag() - Constructor for class HtmlDataSourceTag
 
HtmlDefaultableDataSourceTag - Class in org.apache.beehive.netui.tags.html
Abstract base class extending the HtmlDataSourceTag and adding support for the defaultValue attribute.
HtmlDefaultableDataSourceTag() - Constructor for class HtmlDefaultableDataSourceTag
 
HtmlExceptionFormatter - Class in org.apache.beehive.netui.util
Format a Throwable so that it displays well in HTML.
HtmlExceptionFormatter() - Constructor for class HtmlExceptionFormatter
 
HtmlFocusBaseTag - Class in org.apache.beehive.netui.tags.html
Abstract base class which implements support for the input tag.
HtmlFocusBaseTag() - Constructor for class HtmlFocusBaseTag
 
HtmlGroupBaseTag - Class in org.apache.beehive.netui.tags.html
Abstract base class that provides the dataSource, defaultValue, and optionsDataSource attributes.
HtmlGroupBaseTag() - Constructor for class HtmlGroupBaseTag
 
HtmlOptionsDataSourceTag - Class in org.apache.beehive.netui.tags.html
Abstract base class extending the HtmlDefaultableDataSourceTag and adding support for the optionsDataSource attribute.
HtmlOptionsDataSourceTag() - Constructor for class HtmlOptionsDataSourceTag
 
HtmlTag - Class in org.apache.beehive.netui.tags.rendering
Renderthe HTML <form> element.
HtmlTag() - Constructor for class HtmlTag
 
HtmlTag.State - Class in org.apache.beehive.netui.tags.rendering
 
HtmlTag.State() - Constructor for class HtmlTag.State
 
HtmlUtils - Class in org.apache.beehive.netui.tags
This class provides a set of static methods that provide HTML utility code.
HtmlUtils() - Constructor for class HtmlUtils
 

I

IAttributeConsumer - Interface in org.apache.beehive.netui.tags
This interfaces is implemented by tags that allow attributes to be set externally to the tag.
IBehaviorConsumer - Interface in org.apache.beehive.netui.tags
This interfaces is implemented by tags that allow a behavior to added and/or modified through an open ended set of name/value pairs.
ID - Static variable in interface HtmlConstants
The name of the id attribute.
id - Variable in class AbstractHtmlState
The HTML id attribute.
ID_LOOKUP - Static variable in class CoreScriptFeature
 
IDataAccessProvider - Interface in org.apache.beehive.netui.script.common
The IDataAccessProvider interface is implemented by objects that need to provide their children with data and wish to make it available to them with the container binding context.
IDataGridMessageKeys - Interface in org.apache.beehive.netui.databinding.datagrid.api.rendering
This interfaces exposes a set of message keys that are used by the data grid when looking-up message values for text and other strings during rendering.
IDENTIFIER - Static variable in interface NetUIELParserConstants
 
IdentifierToken - Class in org.apache.beehive.netui.script.el.tokens
 
IdentifierToken(String) - Constructor for class IdentifierToken
 
IdJavascript - Class in org.apache.beehive.netui.util.config.bean
 
IDMAP_PARAMETER_NAME - Static variable in class ProcessPopulate
This defines the name of the parameter that will contain the NetUI ID map..
IErrorCollector - Interface in org.apache.beehive.netui.tags
An IErrorCollector collects errors generated by the children and reports them.
IErrorReporter - Interface in org.apache.beehive.netui.tags
An ErrorReporter acts as a container allowing a tag to gather up all errors reported by it's children and report them as a single group.
IFormattable - Interface in org.apache.beehive.netui.tags.html
Interface that indicates whether or not a tag's output can be formatted with by a FormatTag.
ignoreIncludeServletPath(ServletRequest) - Static method in class InternalUtils
 
IHtmlAccessable - Interface in org.apache.beehive.netui.tags
This is an interface that defines the accessability properties defined by HTML accessability.
IHtmlAttrs - Interface in org.apache.beehive.netui.tags
 
IHtmlCore - Interface in org.apache.beehive.netui.tags
This interface defines the HTML 4.0 core attributes.
IHtmlEvents - Interface in org.apache.beehive.netui.tags
 
IHtmlI18n - Interface in org.apache.beehive.netui.tags
Interface which inforces that the HTML i18n attributes are found on an HTML element as defined by the HTML 4.0 specification.
IllegalActionOutputException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when an action output has been added to a Forward that resolves to a @Jpf.Forward annotation marked with redirect=true.
IllegalActionOutputException(String, String, FlowController, String) - Constructor for exception IllegalActionOutputException
Constructor.
IllegalExpressionException - Exception in org.apache.beehive.netui.script
An exception thrown when an expression is written in an illegal syntax.
IllegalExpressionException() - Constructor for exception IllegalExpressionException
Construct an IllegalExpressionException.
IllegalExpressionException(String) - Constructor for exception IllegalExpressionException
Construct an IllegalExpressionException with the given message.
IllegalExpressionException(Throwable) - Constructor for exception IllegalExpressionException
Construct an IllegalExpressionException with the given cause
IllegalExpressionException(String, Throwable) - Constructor for exception IllegalExpressionException
Construct an IllegalExpressionException with the given message and cause.
IllegalExpressionException(String, String) - Constructor for exception IllegalExpressionException
Construct an IllegalExpressionException with the given message and the malformed expression.
IllegalExpressionException(String, String, Throwable) - Constructor for exception IllegalExpressionException
Construct an IllegalExpressionException with the given message, the malformed expression, and the cause.
IllegalFilterException - Exception in org.apache.beehive.netui.databinding.datagrid.api.exceptions
Exception thrown when a Filter object is invalid while being manipulated by the data grid framework.
IllegalFilterException() - Constructor for exception IllegalFilterException
Default constructor
IllegalFilterException(String) - Constructor for exception IllegalFilterException
Constructor with cause message
IllegalFilterException(Throwable) - Constructor for exception IllegalFilterException
Constructor with cause
IllegalFilterException(String, Throwable) - Constructor for exception IllegalFilterException
Constructor with cause and message
IllegalOutputFormException - Exception in org.apache.beehive.netui.pageflow
Base type for errors related to output forms on Forwards.
IllegalOutputFormException(String, String, FlowController, String) - Constructor for exception IllegalOutputFormException
 
IllegalOutputFormTypeException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the first output form for a Forward resolves to a @Jpf.Forward annotation whose outputFormBean or outputFormBeanType attribute demands a different form type.
IllegalOutputFormTypeException(String, String, FlowController, String, String) - Constructor for exception IllegalOutputFormTypeException
 
IllegalPageInputException - Exception in org.apache.beehive.netui.pageflow
Deprecated. Use IllegalActionOutputException instead.
IllegalPageInputException(String, String, FlowController, String) - Constructor for exception IllegalPageInputException
Deprecated. Constructor.
IllegalRedirectOutputFormException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when an output form has been added to a Forward that resolves to a @Jpf.Forward annotation marked with redirect=true.
IllegalRedirectOutputFormException(String, String, FlowController, String) - Constructor for exception IllegalRedirectOutputFormException
 
image - Variable in class Token
The string image of the token.
IMAGE - Static variable in interface HtmlConstants
The name of the image element.
Image - Class in org.apache.beehive.netui.tags.html
Generates an image with the specified attributes.
Image() - Constructor for class Image
 
IMAGE_TAG - Static variable in class TagRenderingBase
 
ImageAnchor - Class in org.apache.beehive.netui.tags.html
Generates a URL-encoded hyperlink to a specified URI with an image enclosed as the body.
ImageAnchor() - Constructor for class ImageAnchor
 
ImageAnchorCell - Class in org.apache.beehive.netui.tags.databinding.datagrid
This tag is a data grid cell used to render an HTML image inside of an anchor.
ImageAnchorCell() - Constructor for class ImageAnchorCell
 
ImageAnchorCellDecorator - Class in org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell
 
ImageAnchorCellDecorator() - Constructor for class ImageAnchorCellDecorator
 
ImageAnchorCellModel - Class in org.apache.beehive.netui.databinding.datagrid.runtime.model.cell
 
ImageAnchorCellModel() - Constructor for class ImageAnchorCellModel
 
ImageButton - Class in org.apache.beehive.netui.tags.html
Generates an <input type="image"> tag with the specified attributes.
ImageButton() - Constructor for class ImageButton
 
ImageCell - Class in org.apache.beehive.netui.tags.databinding.datagrid
Data grid cell that renders an HTML <image> tag containing the tag's source attribute.
ImageCell() - Constructor for class ImageCell
 
ImageCellDecorator - Class in org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell
 
ImageCellDecorator() - Constructor for class ImageCellDecorator
 
ImageCellModel - Class in org.apache.beehive.netui.databinding.datagrid.runtime.model.cell
 
ImageCellModel() - Constructor for class ImageCellModel
 
ImageTag - Class in org.apache.beehive.netui.tags.rendering
Render the HTML <img> element.
ImageTag() - Constructor for class ImageTag
 
ImageTag.State - Class in org.apache.beehive.netui.tags.rendering
 
ImageTag.State() - Constructor for class ImageTag.State
 
IMPL_OBJ_START - Static variable in interface NetUIELParserConstants
 
ImplicitObjectUtil - Class in org.apache.beehive.netui.script.common
 
IN_DEV_MODE - Static variable in class PreventCache
 
IN_EXPRESSION - Static variable in interface NetUIELParserConstants
 
INameable - Interface in org.apache.beehive.netui.pageflow.requeststate
This interface defines what it means to be a namable object.
INameInterceptor - Interface in org.apache.beehive.netui.tags.naming
An interface that is used to allow interceptors to modify attributes that are going to be written to a client from a NetUI JSP tag.
inBuf - Variable in class SimpleCharStream
 
include(ServletRequest, ServletResponse) - Method in class ScopedRequestDispatcher
Does a server include of the stored URI into the given ScopedRequest and ScopedResponse.
IncludeSection - Class in org.apache.beehive.netui.tags.template
Used within a template JSP page to define a placeholder for section content.
IncludeSection() - Constructor for class IncludeSection
 
IndexedNameInterceptor - Class in org.apache.beehive.netui.tags.naming
A INameInterceptor that is used to rewrite names which reference the container databinding context.
IndexedNameInterceptor() - Constructor for class IndexedNameInterceptor
 
indexFirstOf(String, String, int) - Static method in class MutableURI
Get the earliest index, searching for the first occurrance of any one of the given delimiters.
INetuiTag - Interface in org.apache.beehive.netui.tags
 
inferModulePathFromClassName(String) - Static method in class InternalUtils
 
InfiniteReturnToActionException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the navigateTo=previousAction attribute is used on a @Jpf.Forward, a @Jpf.SimpleAction, or a @Jpf.ConditionalForward, but the previous action was the same as the current action (an infinite loop).
InfiniteReturnToActionException(String, FlowController) - Constructor for exception InfiniteReturnToActionException
 
info(Object) - Method in class Log4JLogger
Deprecated.  
info(Object, Throwable) - Method in class Log4JLogger
Deprecated.  
info(Object) - Method in class Logger
 
info(Object, Throwable) - Method in class Logger
 
InheritableState - Class in org.apache.beehive.netui.tags.tree
This is a set of tree properties that are used to render the tree markup.
InheritableState() - Constructor for class InheritableState
 
init() - Method in class AutoRegisterActionServlet
 
init() - Method in class DynamicSubappActionServlet
Deprecated.  
init(HandlerConfig, Handler, ServletContext) - Method in class BaseHandler
Initialize.
init(HandlerConfig, Handler, ServletContext) - Method in interface Handler
Initialize.
init(ServletContext) - Static method in class Handlers
 
init(InterceptorConfig) - Method in class AbstractInterceptor
Called when this interceptor is being initialized.
init(ServletContext) - Static method in class ActionInterceptorContext
 
init(InterceptorConfig) - Method in interface Interceptor
 
init(ServletContext) - Static method in class RequestInterceptorContext
 
init(ServletContext) - Static method in class LegacySettings
 
init(ServletRequest) - Method in interface ViewRenderer
 
init() - Method in class PageFlowActionServlet
 
init(String) - Method in exception PageFlowException
 
init(FilterConfig) - Method in class PageFlowForbiddenFilter
 
init(PageFlowManagedObject) - Method in exception PageFlowManagedObjectException
 
init(FilterConfig) - Method in class PageFlowPageFilter