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
 
init(ActionServlet, ModuleConfig) - Method in class PageFlowRequestProcessor
 
init() - Method in class XmlHttpRequestServlet
 
INIT - Static variable in class Repeater
A Repeater rendering state that signals the beginning of repeater rendering.
init(ServletRequest) - Method in class ReturnActionViewRenderer
Initialize, based on request parameters we're looking for.
init(XmlInputStreamResolver) - Static method in class ConfigUtil
Initialize the NetUI configuration JavaBean.
initalizeTreeState() - Method in class InheritableState
This method initalizes the state of the properties to their default values used by the tree tag to create the tree markup.
initConfigDigester() - Method in class AutoRegisterActionServlet
 
initDefinitionsMapping() - Method in class PageFlowRequestProcessor
Read component instance mapping configuration file.
initFrom(PageFlowRequestWrapper) - Method in class PageFlowRequestWrapper
 
initialize(ActionMapping, FlowController) - Method in class Forward
Deprecated. Use Forward.initialize(ActionMapping, FlowController, ServletRequest) instead.
initialize(ActionMapping, FlowController, ServletRequest) - Method in class Forward
Set the current ActionMapping and associated FlowController.
initialize() - Method in class PageFlowBeanContext
Called by BeanContextSupport superclass during construction and deserialization to initialize subclass transient state
initializeControlContext(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class JavaControlUtils
 
initializeField(Field, Object) - Method in class PageFlowManagedObject
Initialize the given field with an instance.
initJavaControls(HttpServletRequest, HttpServletResponse, ServletContext, PageFlowManagedObject) - Static method in class JavaControlUtils
Initialize all null member variables that are Java Controls.
initModuleConfig(String, String) - Method in class AutoRegisterActionServlet
This method is almost exactly the same as the base class initModuleConfig.
initServletContext(ServletContext, TemplatedURLFormatter) - Static method in class TemplatedURLFormatter
Adds a given TemplatedURLFormatter instance as an attribute of the ServletContext.
initServletContext(ServletContext, URLTemplatesFactory) - Static method in class URLTemplatesFactory
Adds a given URLTemplatesFactory instance as an attribute of the ServletContext.
initServletContext(ServletContext) - Static method in class AdapterManager
 
initSharedFlowFields(AnnotationReader, Field[]) - Method in class CachedSharedFlowRefInfo
 
INPUT - Static variable in interface HtmlConstants
The name of the input element.
INPUT_BOOLEAN_TAG - Static variable in class TagRenderingBase
 
INPUT_BUTTON - Static variable in interface HtmlConstants
The InputType for the button
INPUT_CHECKBOX - Static variable in interface HtmlConstants
The InputType for the checkbox
INPUT_FILE - Static variable in interface HtmlConstants
The InputType for the file
INPUT_FILE_TAG - Static variable in class TagRenderingBase
 
INPUT_HIDDEN - Static variable in interface HtmlConstants
The InputType for the hidden
INPUT_HIDDEN_TAG - Static variable in class TagRenderingBase
 
INPUT_IMAGE - Static variable in interface HtmlConstants
The InputType for the image
INPUT_IMAGE_TAG - Static variable in class TagRenderingBase
 
INPUT_PASSWORD - Static variable in interface HtmlConstants
The InputType for the password
INPUT_RADIO - Static variable in interface HtmlConstants
The InputType for the radio
INPUT_RESET - Static variable in interface HtmlConstants
The InputType for the reset
input_stream - Variable in class NetUIELParserTokenManager
 
INPUT_SUBMIT - Static variable in interface HtmlConstants
The InputType for the submit
INPUT_SUBMIT_TAG - Static variable in class TagRenderingBase
 
INPUT_TEXT - Static variable in interface HtmlConstants
The InputType for the text
INPUT_TEXT_TAG - Static variable in class TagRenderingBase
 
InputBooleanTag - Class in org.apache.beehive.netui.tags.rendering
Render and HTML <input> element of either type checkbox or radio.
InputBooleanTag() - Constructor for class InputBooleanTag
 
InputBooleanTag.State - Class in org.apache.beehive.netui.tags.rendering
 
InputBooleanTag.State() - Constructor for class InputBooleanTag.State
 
InputFileTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: required, End tag: forbidden Required href
InputFileTag() - Constructor for class InputFileTag
 
InputFileTag.State - Class in org.apache.beehive.netui.tags.rendering
 
InputFileTag.State() - Constructor for class InputFileTag.State
 
InputHiddenTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: required, End tag: forbidden Required href
InputHiddenTag() - Constructor for class InputHiddenTag
 
InputHiddenTag.State - Class in org.apache.beehive.netui.tags.rendering
 
InputHiddenTag.State() - Constructor for class InputHiddenTag.State
 
InputImageTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: required, End tag: forbidden Required href
InputImageTag() - Constructor for class InputImageTag
 
InputImageTag.State - Class in org.apache.beehive.netui.tags.rendering
 
InputImageTag.State() - Constructor for class InputImageTag.State
 
inputStream - Variable in class SimpleCharStream
 
InputSubmitTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: required, End tag: forbidden Required href
InputSubmitTag() - Constructor for class InputSubmitTag
 
InputSubmitTag.State - Class in org.apache.beehive.netui.tags.rendering
 
InputSubmitTag.State() - Constructor for class InputSubmitTag.State
 
InputTextTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: required, End tag: forbidden Required href
InputTextTag() - Constructor for class InputTextTag
 
InputTextTag.State - Class in org.apache.beehive.netui.tags.rendering
 
InputTextTag.State() - Constructor for class InputTextTag.State
 
instance(HttpSession) - Static method in class NameService
This will return the session specific instance of a NameService.
instantiateClass(String, Class) - Static method in class ExtensionUtil
Utility method that helps instantiate a class used to extend the data grid.
instantiateClass(Class, Class) - Static method in class ExtensionUtil
Utility method that helps instantiate a class used to extend the data grid.
insureRealId() - Method in class Form
This method will insure that a real id is written out even if a tagId is not set for the form.
INT_ACTION - Static variable in class URLType
 
INT_ALLOCATE_ID - Static variable in class CoreScriptFeature
 
INT_ALLOCATE_LEGACY - Static variable in class CoreScriptFeature
 
INT_ALLOCATE_NAME - Static variable in class CoreScriptFeature
 
INT_ALWAYS - Static variable in class PreventCache
 
INT_ANCHOR_SUBMIT - Static variable in class CoreScriptFeature
 
INT_ASCENDING - Static variable in class SortDirection
Int value representing an ascending sort.
INT_BUTTON_DISABLE - Static variable in class CoreScriptFeature
 
INT_BUTTON_DISABLE_AND_SUBMIT - Static variable in class CoreScriptFeature
 
INT_CONTAINS - Static variable in class FilterOperationHint
Int value representing contains.
INT_DEFAULT - Static variable in class IdJavascript
 
INT_DEFAULT - Static variable in class PreventCache
 
INT_DESCENDING - Static variable in class SortDirection
Int value representing a descending sort.
INT_DISABLED - Static variable in class MultipartHandler
 
INT_DISK - Static variable in class MultipartHandler
 
INT_DIVPANEL_INIT - Static variable in class CoreScriptFeature
 
INT_DYNAMIC_INIT - Static variable in class CoreScriptFeature
 
INT_EQUAL - Static variable in class FilterOperationHint
Int value representing equal.
INT_GREATER_THAN - Static variable in class FilterOperationHint
Int value representing greater than.
INT_GREATER_THAN_OR_EQUAL - Static variable in class FilterOperationHint
Int value representing greater than or equal.
INT_HTML4_LOOSE - Static variable in class DocType
 
INT_HTML4_LOOSE_QUIRKS - Static variable in class DocType
 
INT_ID_LOOKUP - Static variable in class CoreScriptFeature
 
INT_IN_DEV_MODE - Static variable in class PreventCache
 
INT_IS_EMPTY - Static variable in class FilterOperationHint
Int value representing is empty.
INT_IS_NOT_EMPTY - Static variable in class FilterOperationHint
Int value representing is not empty.
INT_IS_ONE_OF - Static variable in class FilterOperationHint
Int value representing is one of.
INT_LEGACY - Static variable in class IdJavascript
 
INT_LEGACY_LOOKUP - Static variable in class CoreScriptFeature
 
INT_LEGACY_ONLY - Static variable in class IdJavascript
 
INT_LEGACY_SCOPE_LOOKUP - Static variable in class CoreScriptFeature
 
INT_LESS_THAN - Static variable in class FilterOperationHint
Int value representing less than.
INT_LESS_THAN_OR_EQUAL - Static variable in class FilterOperationHint
Int value representing less than or equal.
INT_MEMORY - Static variable in class MultipartHandler
 
INT_NAME_LOOKUP - Static variable in class CoreScriptFeature
 
INT_NONE - Static variable in class FilterOperationHint
Int value representing no operation.
INT_NONE - Static variable in class SortDirection
Int value representing no sort.
INT_NOT_EQUAL - Static variable in class FilterOperationHint
Int value representing not equal.
INT_PLACE_AFTER - Static variable in class ScriptPlacement
 
INT_PLACE_BEFORE - Static variable in class ScriptPlacement
 
INT_PLACE_INFRAMEWORK - Static variable in class ScriptPlacement
 
INT_PLACE_INLINE - Static variable in class ScriptPlacement
 
INT_POPUP_DONE - Static variable in class CoreScriptFeature
 
INT_RESOURCE - Static variable in class URLType
 
INT_ROLLOVER - Static variable in class CoreScriptFeature
 
INT_SCOPE_LOOKUP - Static variable in class CoreScriptFeature
 
INT_SECURE - Static variable in class SecurityProtocol
 
INT_SET_FOCUS - Static variable in class CoreScriptFeature
 
INT_STARTS_WITH - Static variable in class FilterOperationHint
Int value representing starts with.
INT_TREE_INIT - Static variable in class CoreScriptFeature
 
INT_UNSECURE - Static variable in class SecurityProtocol
 
INT_UNSPECIFIED - Static variable in class SecurityProtocol
 
INT_XHTML1_TRANSITIONAL - Static variable in class DocType
 
INTEGER - Static variable in interface NetUIELParserConstants
 
Interceptor - Interface in org.apache.beehive.netui.pageflow.interceptor
Base class for all interceptors.
InterceptorChain - Class in org.apache.beehive.netui.pageflow.interceptor
Base class for all chains of Interceptors.
InterceptorChain(InterceptorContext, List) - Constructor for class InterceptorChain
 
InterceptorConfig - Class in org.apache.beehive.netui.pageflow.interceptor
Class to hold configuration parameters for registered Interceptors.
InterceptorConfig() - Constructor for class InterceptorConfig
 
InterceptorConfig(String) - Constructor for class InterceptorConfig
 
InterceptorConfig - Class in org.apache.beehive.netui.util.config.bean
 
InterceptorConfig(String, CustomPropertyConfig[]) - Constructor for class InterceptorConfig
 
InterceptorContext - Class in org.apache.beehive.netui.pageflow.interceptor
Base context for callbacks on Interceptors.
InterceptorContext() - Constructor for class InterceptorContext
 
InterceptorException - Exception in org.apache.beehive.netui.pageflow.interceptor
Exception thrown during callbacks on Interceptors.
InterceptorException(String) - Constructor for exception InterceptorException
 
InterceptorException(String, Throwable) - Constructor for exception InterceptorException
 
InterceptorException(Throwable) - Constructor for exception InterceptorException
 
InterceptorForward - Class in org.apache.beehive.netui.pageflow.interceptor.action
Forward returned from an ActionInterceptor to alter the destination URI of a page flow action.
InterceptorForward(Forward) - Constructor for class InterceptorForward
 
InterceptorForward(HttpServletRequest) - Constructor for class InterceptorForward
 
InterceptorForward(String) - Constructor for class InterceptorForward
Construct from a webapp-relative path.
InterceptorForward(String, boolean) - Constructor for class InterceptorForward
Construct from a URI.
InterceptorForward(URI) - Constructor for class InterceptorForward
Construct from a URI.
InterceptorForward(URI, boolean) - Constructor for class InterceptorForward
Construct from a URI.
Interceptors - Class in org.apache.beehive.netui.pageflow.interceptor
 
Interceptors() - Constructor for class Interceptors
 
INTERNAL_VAR_PREFIX - Static variable in interface InternalConstants
 
InternalConcurrentHashMap - Class in org.apache.beehive.netui.util.internal.concurrent
A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
InternalConcurrentHashMap(int, float, int) - Constructor for class InternalConcurrentHashMap
Creates a new, empty map with the specified initial capacity and the specified load factor.
InternalConcurrentHashMap(int, float) - Constructor for class InternalConcurrentHashMap
Creates a new, empty map with the specified initial Creates a new, empty map with the specified initial capacity and load factor and with the default concurrencyLevel (16).
InternalConcurrentHashMap(int) - Constructor for class InternalConcurrentHashMap
capacity, and with default load factor (0.75f) and concurrencyLevel (16).
InternalConcurrentHashMap() - Constructor for class InternalConcurrentHashMap
Creates a new, empty map with a default initial capacity (16), load factor (0.75f), and concurrencyLevel (16).
InternalConcurrentHashMap(Map) - Constructor for class InternalConcurrentHashMap
Creates a new map with the same mappings as the given map.
InternalConstants - Interface in org.apache.beehive.netui.pageflow.internal
 
internalExecute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class FlowController
An internal method for executing an action; should not be invoked directly.
internalExecute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class PageFlowController
 
InternalExpressionUtils - Class in org.apache.beehive.netui.pageflow.internal
Internal class used to evaluate simple action expressions.
internalFormatMessage(String, Object[]) - Method in class DataGridResourceProvider
Internal convenience method that is used to format a message given a pattern and a set of arguments.
internalGetCellModel() - Method in class AbstractCell
Abstract method implemented by subclasses.
internalGetCellModel() - Method in class AnchorCell
Implementation of AbstractCell.internalGetCellModel() that exposes the AnchorCellModel which is storing state for the tag's anchor.
internalGetCellModel() - Method in class HeaderCell
Implementation of AbstractCell.internalGetCellModel() that exposes the HeaderCellModel which is storing state for this tag.
internalGetCellModel() - Method in class ImageAnchorCell
Implementation of AbstractCell.internalGetCellModel() that exposes the ImageAnchorCellModel which is storing state for this tag.
internalGetCellModel() - Method in class ImageCell
Implementation of AbstractCell.internalGetCellModel() that exposes the ImageCellModel which is storing state for this tag.
internalGetCellModel() - Method in class SpanCell
Implementation of AbstractCell.internalGetCellModel() that exposes the SpanCellModel which is storing state for this tag.
internalGetCellModel() - Method in class TemplateCell
Implementation of AbstractCell.internalGetCellModel() that exposes the TemplateCellModel which is storing state for this tag.
internalInit(XmlInputStreamResolver) - Static method in class ConfigUtil
 
internalRender() - Method in class PagerRenderer
Render the pager.
internalRender() - Method in class FirstPreviousNextLastPagerRenderer
 
internalRender() - Method in class PreviousNextPagerRenderer
 
InternalStringBuilder - Class in org.apache.beehive.netui.util.internal
Unsynchronized alternative to StringBuffer.
InternalStringBuilder() - Constructor for class InternalStringBuilder
 
InternalStringBuilder(int) - Constructor for class InternalStringBuilder
 
InternalStringBuilder(String) - Constructor for class InternalStringBuilder
 
InternalUtils - Class in org.apache.beehive.netui.pageflow.internal
 
InternalUtils() - Constructor for class InternalUtils
 
invalidate() - Method in class ScopedSession
 
invoke(FacesContext, Object[]) - Method in class BackingClassMethodBinding
Before returning the result from the base MethodBinding, see if the bound method is annotated with Jpf.CommandHandler.
invoke(Interceptor) - Method in class InterceptorChain
 
invokeActionMethod(Method, Object) - Method in class FlowController
Invoke the given action handler method, passing it an argument if appropriate.
invokeExceptionHandler(Method, Throwable, String, Object, ActionForm, ActionMapping, HttpServletRequest, HttpServletResponse, boolean) - Method in class FlowController
Invoke the given exception handler method.
invokeExceptionHandlerClass(FlowControllerHandlerContext, Throwable, ExceptionConfig, ActionMapping, ActionForm) - Method in class DefaultExceptionsHandler
 
invokeExceptionHandlerMethod(FlowControllerHandlerContext, Throwable, PageFlowExceptionConfig, ActionForm, ActionMapping) - Method in class DefaultExceptionsHandler
 
IS_EMPTY - Static variable in class FilterOperationHint
Operation representing 'is empty'.
IS_NOT_EMPTY - Static variable in class FilterOperationHint
Operation representing 'is not empty'.
IS_ONE_OF - Static variable in class FilterOperationHint
Operation representing is one of.
isAbsolute() - Method in class MutableURI
Tells whether or not this URI is absolute.
isAbsoluteURI(String) - Static method in class PageFlowUtils
Deprecated. Use FileUtils.isAbsoluteURI(java.lang.String) instead.
isAbsoluteURI(String) - Static method in class FileUtils
Tell whether a given URI is absolute, i.e., whether it contains a scheme-part (e.g., "http:").
isAction(String) - Method in class FlowController
Tell whether a given String is the name of an action handled by a method in this PageFlowController.
isAction(HttpServletRequest, String) - Static method in class PageFlowTagUtils
Determine whether a given URI is an Action.
isApplyToDescendents() - Method in class TreeHtmlAttributeInfo
Gets whether the attribute is applied to descendants of the node.
isCancelled(HttpServletRequest) - Method in class FlowController
Deprecated. This method will be removed without replacement in a future release. The normal method for cancelling in a form is to use the action attribute on Button, rather than avoiding validation on the current action.
IScriptReporter - Interface in org.apache.beehive.netui.tags.javascript
A ScriptReporter acts as a container for JavaScript generated by children of the tag.
isDataSourceStage() - Method in class Select
Boolean indicating that we are processing the dataSource.
isDebugEnabled() - Method in class Log4JLogger
Deprecated.  
isDebugEnabled() - Method in class Logger
 
isDefaultJavaScript() - Static method in class TagConfig
Return true if the default JavaScript support should be written to the output stream.
isDefaultStage() - Method in class Select
Boolean indicating that we are processing the defaultValue.
isDisabled() - Method in class HtmlFocusBaseTag
This method will a boolean indicating if the control is disabled or not.
isDisabled() - Method in class HtmlGroupBaseTag
Returns the boolean value or expression indicating the disable state of the RadioButtonGroup.
isDisabled() - Method in class SelectOption
This method will a boolean indicating if the control is disabled or not.
isDisabled() - Method in class TreeElement
Gets whether this node currently selected.
isDisableDefaultPagerRendering() - Method in class DataGridTagModel
Check to see if the data grid will render its pager UI by default.
isDisableFilterRendering() - Method in class HeaderCellModel
 
isDisableSortRendering() - Method in class HeaderCellModel
 
isEmpty() - Method in class DynaFormData
 
isEmpty() - Method in class InterceptorChain
 
isEmpty() - Method in class PageFlowStack
Tell whether the stack of nested page flows is empty.
isEmpty() - Method in class DataAccessProviderStack
 
isEmpty() - Method in class AbstractAttributeMap
 
isEmpty() - Method in class InternalConcurrentHashMap
 
isEnableChaining() - Method in class DataGridResourceProvider
Accessor for determining if implementations are chaining enabled.
isEnableSelfNesting() - Method in class PageFlowConfig
 
isEnsureSecureForwards() - Method in class PageFlowConfig
 
isError() - Method in interface ActionResult
 
isError() - Method in class ActionResultImpl
 
isError() - Method in class ScopedResponseImpl
 
isError() - Method in interface ScopedResponse
Tell whether the response is in error.
isErrorEnabled() - Method in class Log4JLogger
Deprecated.  
isErrorEnabled() - Method in class Logger
 
isExpanded() - Method in class TreeElement
Gets if this node is currently expanded.
isExpandOnServer() - Method in class TreeElement
This method will return the state of the expand on server attribute.
isExpression(String) - Method in class ExpressionEvaluatorImpl
 
isExpression() - Method in class ParsedExpression
 
isExpression(String) - Method in interface ExpressionEvaluator
Checks to see if a particular String is exactly an expression.
isExternalRedirect() - Method in class PageFlowActionForward
 
isExternalRedirect() - Method in class Forward
Tell whether this is a redirect to a URI outside of the current web application.
isFatalEnabled() - Method in class Log4JLogger
Deprecated.  
isFatalEnabled() - Method in class Logger
 
isFeatureWritten(CoreScriptFeature) - Method in class ScriptRequestState
 
isFilterable() - Method in class HeaderCellModel
 
isFiltered(String) - Method in class FilterModel
Utility method that checks to see if the given filterExpression matches any of the current Filter instances.
isFocusSet() - Method in class Form
Get the focus flag.
isForwardedByButton() - Method in class PageFlowRequestWrapper
 
isForwardedRequest() - Method in class PageFlowRequestWrapper
 
isFrozen() - Method in class FreezableMutableURI
 
isHandlerMethod() - Method in class PageFlowExceptionConfig
 
isHtmlAmpEntity() - Method in class UrlConfig
 
isInfoEnabled() - Method in class Log4JLogger
Deprecated.  
isInfoEnabled() - Method in class Logger
 
isInheritedPath() - Method in class PageFlowActionForward
 
isInheritedPath() - Method in class PageFlowExceptionConfig
 
isInheritedPath() - Method in class Forward
Tell whether the path is inherited from a path in a base class.
isInit() - Static method in class ConfigUtil
 
isInProductionMode() - Method in class DefaultServletContainerAdapter
Tell whether the system is in production mode.
isInProductionMode() - Method in interface ServletContainerAdapter
Tell whether the server is running in production mode.
isInScope(String) - Method in class ScopedAttributeContainer
 
isInScope(String, Object) - Static method in class ScopedAttributeContainer
 
isLabelLegalAsAlt() - Method in class TreeElement
 
isLast() - Method in class TreeElement
Gets whether or not this is the last node in the set of children for the parent node.
isLeaf() - Method in class TreeElement
Gets whether or not this a "leaf" node (i.e. one with no children)
isLegacyJavaScript() - Static method in class TagConfig
Return true if the legacy JavaScript support should be written to the output stream.
isLoginRequired() - Method in class PageFlowActionMapping
 
isLongLived(ModuleConfig) - Static method in class InternalUtils
Tell whether the given module is a long-lived page flow.
isLongLived() - Method in class PageFlowController
Tell whether this is a "long lived" page flow.
isLongLivedPageFlow() - Method in class PageFlowControllerConfig
 
ISMAP - Static variable in interface HtmlConstants
The name of the ismap attribute.
isMatched(String, Boolean) - Method in class CheckBoxGroup
Checks whether the given value matches one of the CheckBoxGroup's selected CheckBoxOptions.
isMatched(String, Boolean) - Method in class HtmlGroupBaseTag
 
isMatched(String, Boolean) - Method in class RadioButtonGroup
Does the specified value match one of those we are looking for?
isMatched(String) - Method in class Select
Does the specified value match one of those we are looking for?
isMissingDefaultMessages() - Method in class PageFlowControllerConfig
 
isMissingUserDefaultMessages(PageContext) - Static method in class ErrorBaseTag
Tell whether the given Struts module has no default message bundle defined.
isMissingUserDefaultMessages(ModuleConfig) - Static method in class ErrorBaseTag
Tell whether the given Struts module has no default message bundle defined.
isMultipartHandlingEnabled(ServletRequest) - Static method in class InternalUtils
 
isNestable() - Method in class GlobalApp
Deprecated. Only page flows (PageFlowControllers) can be nested.
isNestable(ModuleConfig) - Static method in class InternalUtils
Tell whether the given module is a nested page flow.
isNestable() - Method in class PageFlowController
Tell whether this PageFlowController can be "nested", i.e., if it can be invoked from another page flow with the intention of returning to the original one.
isNestedPageFlow() - Method in class PageFlowControllerConfig
 
isNestedReturn() - Method in class PageFlowActionForward
 
isNestedReturn() - Method in class Forward
Tell whether returning this forward from an action method will cause a return from a nested PageFlowController.
isNew() - Method in class ScopedSession
 
isNull() - Method in class ByRef
 
isNullStage() - Method in class Select
Boolean indicating that we are processing the defined null value.
isOnDiv() - Method in class TreeHtmlAttributeInfo
Gets whether the HTML attribute is on the <div> tag of the node.
isOnIcon() - Method in class TreeHtmlAttributeInfo
Gets whether the HTML attribute is on the <img> tag for the icon of the node.
isOnSelectionLink() - Method in class TreeHtmlAttributeInfo
Gets whether the HTML attribute is on the selection link of the node.
isOptionStage() - Method in class Select
Boolean indicating that we are processing the optionsDataSource.
isOSCaseSensitive() - Static method in class FileUtils
Tell whether the current operating system is case-sensitive with regard to file names.
isOverloaded() - Method in class PageFlowActionMapping
 
isPageFlow() - Method in interface ActionResolver
Tell whether this ActionResolver is a PageFlowController.
isPageFlow() - Method in class FlowController
Tell whether this is a PageFlowController.
isPageFlow() - Method in class PageFlowController
Tell whether this is a PageFlowController.
isPageFlow() - Method in class StrutsModule
Tell whether this is a PageFlowController.
isPathContextRelative() - Method in class PageFlowExceptionConfig
 
isPreventDoubleSubmit() - Method in class PageFlowActionMapping
 
isPreviousActionInfoDisabled() - Method in class PageFlowController
 
isPreviousPageInfoDisabled() - Method in class PageFlowController
 
isPrimarySort(String) - Method in class SortModel
Check to see if a sort expression is the first Sort in the SortModel.
isProcessPopulateAlreadyCalled() - Method in class PageFlowRequestWrapper
 
isReadonly() - Method in class PageFlowActionMapping
 
isReadonly() - Method in class PageFlowExceptionConfig
 
isRedirect() - Method in interface ActionResult
 
isRedirect() - Method in class Forward
Tell whether the URI resolved by this Forward should be redirected to.
isRedirect() - Method in class ActionResultImpl
 
isReloadEnabled() - Method in interface ReloadableClassHandler
 
isReloadEnabled() - Method in class DefaultReloadableClassHandler
 
isRenderRowGroups() - Method in class DataGridTagModel
Get the flag for whether to render the data grid using HTML row groups.
isRepeater() - Method in class HtmlGroupBaseTag
Gets whether a repeating contained options is on.
isRepeater() - Method in class Select
Gets whether a repeating contained options is on.
isReporting() - Method in class Html
This boolean indicates if an ErrorReporter is reporting errors or not.
isReporting() - Method in interface IErrorReporter
This boolean indicates if an ErrorReporter is reporting errors or not.
isReporting() - Method in class Template
This boolean indicates if an ErrorReporter is reporting errors or not.
isRestoreQueryString() - Method in class PageFlowActionForward
 
isReturningFromActionIntercept() - Method in class PageFlowRequestWrapper
 
isReturnToAction() - Method in class PageFlowActionForward
 
isReturnToAction() - Method in class Forward
Tell whether returning this forward from an action method will cause the previous action to be re-run.
isReturnToActionDisabled() - Method in class PageFlowControllerConfig
 
isReturnToPage() - Method in class PageFlowActionForward
 
isReturnToPage() - Method in class Forward
Tell whether returning this forward from an action method will cause a previous page to be displayed.
isReturnToPageDisabled() - Method in class PageFlowControllerConfig
 
isSecureResource(String, ServletContext) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getSecurityProtocol(String, ServletContext, HttpServletRequest) instead.
isSelected() - Method in class TreeElement
Gets whether this node currently selected.
isSessionScope(ActionMapping) - Static method in class InternalUtils
 
isSharedFlow() - Method in class PageFlowControllerConfig
 
isSharedFlowModule(ModuleConfig) - Static method in class InternalUtils
 
isSimpleAction() - Method in class PageFlowActionMapping
 
isSortable() - Method in class HeaderCellModel
 
isSorted(String) - Method in class SortModel
Check to see if the SortModel contains a Sort whose sort expression matches the given sortExpression.
isSortedAscending(SortModel, String) - Static method in class JspFunctions
Given a sort expression, check to see if the sort expression is sorted ascending in a data grid's SortModel.
isSortedDescending(SortModel, String) - Static method in class JspFunctions
Given a sort expression, check to see if the sort expression is sorted descending in a data grid's SortModel.
isStale() - Method in class BouncyClassLoader
 
isStayInCurrentModule() - Method in class PageFlowRequestWrapper
 
isThrowSessionExpiredException() - Method in class PageFlowConfig
 
isToken() - Method in class URLTemplate.TemplateItem
 
isTokenNext() - Method in class TemplateTokenizer
Returns true if the call to next() will return a token rather than a literal.
isTokenValid(HttpServletRequest) - Method in class FlowController
Deprecated. Use FlowController.isTokenValid() instead.
isTokenValid() - Method in class FlowController
Return true if there is a transaction token stored in the user's current session, and the value submitted as a request parameter with this action matches it.
isTokenValid(HttpServletRequest, boolean) - Method in class FlowController
Deprecated. Use FlowController.isTokenValid(boolean) instead.
isTokenValid(boolean) - Method in class FlowController
Return true if there is a transaction token stored in the user's current session, and the value submitted as a request parameter with this action matches it.
isTraceEnabled() - Method in class Log4JLogger
Deprecated.  
isTraceEnabled() - Method in class Logger
 
isTransient() - Method in class BackingClassMethodBinding
 
isUrlEncodeUrls() - Method in class UrlConfig
 
isUseLocale() - Method in class Html
Gets whether the default locale's language should be used.
isUserInRole(FlowControllerHandlerContext, String) - Method in interface LoginHandler
Tell whether the current user is in a given role.
isUserInRole(FlowControllerHandlerContext, String) - Method in class DefaultLoginHandler
 
isVertical() - Method in class HtmlGroupBaseTag
Returns true if vertical layout is set.
isWarnEnabled() - Method in class Log4JLogger
Deprecated.  
isWarnEnabled() - Method in class Logger
 
isXHTML(ServletRequest) - Static method in class TagRenderingBase.Factory
Return true if the current document is XHTML
ITEM - Static variable in class Repeater
A Repeater rendering state that signals the rendering of the ITEM.
IteratorFactory - Class in org.apache.beehive.netui.util.iterator
This class provides a factory that can create an Iterator for various types of Java objects.
IteratorFactory() - Constructor for class IteratorFactory
 
IteratorFactory.IteratorPlant - Class in org.apache.beehive.netui.util.iterator
 
IteratorFactory.IteratorPlant() - Constructor for class IteratorFactory.IteratorPlant
 
IteratorFactoryConfig - Class in org.apache.beehive.netui.util.config.bean
 
IteratorFactoryConfig(String, String) - Constructor for class IteratorFactoryConfig
 
ITreeRootElement - Interface in org.apache.beehive.netui.tags.tree
This interface provides additional behavior on the root node in a tree.
IUrlParams - Interface in org.apache.beehive.netui.tags.html
This interfaces defines the contract allowing tags to add parameters which will be added to URLs which they generate.

J

JavaControlUtils - Class in org.apache.beehive.netui.pageflow.internal
 
JavaControlUtils() - Constructor for class JavaControlUtils
 
JavaControlUtils.ControlInstantiationException - Exception in org.apache.beehive.netui.pageflow.internal
 
JavaControlUtils.ControlInstantiationException(String, Throwable) - Constructor for exception JavaControlUtils.ControlInstantiationException
 
JAVASCRIPT_STATUS - Static variable in class ScriptRequestState
This is the name of a request scoped attribute that contains the status of what JavaScript processing has taken place.
jj_nt - Variable in class NetUIELParser
 
jjFillToken() - Method in class NetUIELParserTokenManager
 
jjnewLexState - Static variable in class NetUIELParserTokenManager
 
jjstrLiteralImages - Static variable in class NetUIELParserTokenManager
 
Jpf - Interface in org.apache.beehive.netui.pageflow.annotations
Wrapper interface for all Page Flow annotations.
Jpf.Action - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Method-level annotation that configures an action method.
Jpf.ActionOutput - Annotation Type in org.apache.beehive.netui.pageflow.annotations
An action output, which is declared in a @Jpf.Forward annotation and passed from an action method on a Forward object.
Jpf.Catch - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A declarative "catch" for exceptions thrown from actions (Jpf.Action, Jpf.SimpleAction).
Jpf.CommandHandler - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Method-level annotation that configures a JavaServerFaces command handler which intends to raise Page Flow actions.
Jpf.ConditionalForward - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Annotation used within Jpf.SimpleAction to forward conditionally, based on the evaluation of a JSP 2.0-style expression.
Jpf.Controller - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Main class-level annotation required to be present on all page flow (PageFlowController-derived) and shared flow (SharedFlowController-derived) classes.
Jpf.ExceptionHandler - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Method-level annotation that configures an exception handler method, which is invoked when a Jpf.Catch is triggered.
Jpf.FacesBacking - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A class-level annotation that denotes a JavaServer Faces backing bean.
Jpf.FormBean - Annotation Type in org.apache.beehive.netui.pageflow.annotations
An optional class-level annotation that can be used on form bean classes with validation rules.
Jpf.Forward - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A destination that is used by actions (Jpf.Action, Jpf.SimpleAction) and exception handlers Jpf.ExceptionHandler.
Jpf.MessageArg - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A message argument used within field validation annotations.
Jpf.MessageBundle - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Annotation used within Jpf.Controller to declare a message bundle for use in the page flow.
Jpf.MultipartHandler - Enum in org.apache.beehive.netui.pageflow.annotations
Enumeration used by Jpf.Controller.multipartHandler() to determine the type of multipart handler.
Jpf.NavigateTo - Enum in org.apache.beehive.netui.pageflow.annotations
Enumeration used by Jpf.ConditionalForward.navigateTo(), Jpf.SimpleAction.navigateTo(), and Jpf.ConditionalForward.navigateTo() to determine the next navigation point.
Jpf.PageFlowField - Annotation Type in org.apache.beehive.netui.pageflow.annotations
An annotation that causes a field to get automatically initialized with a reference to the current PageFlowController.
Jpf.RaiseAction - Annotation Type in org.apache.beehive.netui.pageflow.annotations
An annotation used within Jpf.CommandHandler to specify that a form bean should be sent when a particular Page Flow action is raised.
Jpf.SharedFlowField - Annotation Type in org.apache.beehive.netui.pageflow.annotations
An annotation that causes a field to get automatically initialized with a reference to a SharedFlowController.
Jpf.SharedFlowRef - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Declaration of a shared flow reference, which maps a local shared flow name to an actual shared flow type.
Jpf.SimpleAction - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A "simple" action, which defines its behavior wholly through an annotation, rather than through a method.
Jpf.ValidatableBean - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A set of validatable property definitions that will be applied against particular bean type.
Jpf.ValidatableProperty - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A set of validation rules that will be applied against a property.
Jpf.ValidateCreditCard - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A validation rule that will fail if it is applied to a property that has a non-empty value which is not a valid credit card number.
Jpf.ValidateCustomRule - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A validation rule that will fail when a given custom ValidatorPlugIn rule fails.
Jpf.ValidateCustomVariable - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A variable name/value that is used by Jpf.ValidateCustomRule.
Jpf.ValidateDate - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A validation rule that will fail if it is applied to a property that has a non-empty value which is not a date in a given format.
Jpf.ValidateEmail - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A validation rule that will fail if it is applied to a property that has a non-empty value which is not a valid email address.
Jpf.ValidateMask - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A validation rule that will fail if it is applied to a property that has a non-empty value which does not match a given regular expression.
Jpf.ValidateMaxLength - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A validation rule that will fail if it is applied to a property that has a non-empty value whose length is greater than a given number of characters.
Jpf.ValidateMinLength - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A validation rule that will fail if it is applied to a property that has a non-empty value whose length is less than a given number of characters.
Jpf.ValidateRange - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A validation rule that will fail if it is applied to a property that has a non-empty value which is not a number within a given range.
Jpf.ValidateRequired - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A validation rule that will fail if it is applied to a property that has no value.
Jpf.ValidateType - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A validation rule that will fail if it is applied to a property that has a non-empty value which cannot be converted to a given primitive type.
Jpf.ValidateValidWhen - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A validation rule that will fail when it is applied to a property that has a non-empty value, and when a given expression does not evaluate to true.
Jpf.ValidationLocaleRules - Annotation Type in org.apache.beehive.netui.pageflow.annotations
A set of validation rules that will be applied for a particular locale.
Jpf.ValidatorVersion - Enum in org.apache.beehive.netui.pageflow.annotations
Enumeration used by Jpf.Controller.validatorVersion() to determine the version of Commons Validator that is being used.
Jpf.ViewProperties - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Optional class-level annotation that can store tool-specific view properties.
JPF_EXTENSION - Static variable in interface PageFlowConstants
Deprecated. Use PageFlowConstants.PAGEFLOW_EXTENSION instead.
JPF_MODULE_CONFIG_EXTENSION - Static variable in interface PageFlowConstants
Deprecated. Use PageFlowConstants.PAGEFLOW_MODULE_CONFIG_EXTENSION instead.
JPF_MODULE_CONFIG_GEN_DIR - Static variable in interface PageFlowConstants
Deprecated. Use PageFlowConstants.PAGEFLOW_MODULE_CONFIG_GEN_DIR instead.
JPF_MODULE_CONFIG_PREFIX - Static variable in interface PageFlowConstants
Deprecated. Use PageFlowConstants.PAGEFLOW_MODULE_CONFIG_PREFIX instead.
JSF_EXTENSION - Static variable in interface InternalConstants
 
JSF_EXTENSION_DOT - Static variable in interface InternalConstants
 
JspFunctions - Class in org.apache.beehive.netui.databinding.datagrid.runtime.util
This class contains utility methods that are callable as JSP functions by page authors.
JspTagConfig - Class in org.apache.beehive.netui.util.config.bean
 
JspTagConfig() - Constructor for class JspTagConfig
 
JspTagConfig(DocType, IdJavascript, String) - Constructor for class JspTagConfig
 
JspUtil - Class in org.apache.beehive.netui.databinding.datagrid.runtime.util
Utility class used for operations related to JSPs.

K

keys() - Method in class InternalConcurrentHashMap
Returns an enumeration of the keys in this table.
keySet() - Method in class DynaFormData
 
keySet() - Method in class AbstractAttributeMap
 
keySet() - Method in class InternalConcurrentHashMap
Returns a set view of the keys contained in this map.
kind - Variable in class Token
An integer that describes the kind of this token.

L

LABEL - Static variable in interface HtmlConstants
The name of the label element.
Label - Class in org.apache.beehive.netui.tags.html
 
Label() - Constructor for class Label
 
LABEL_TAG - Static variable in class TagRenderingBase
 
LabelBase - Class in org.apache.beehive.netui.tags.html
This is a base class providing implementation for both the Label and FormLabel.
LabelBase() - Constructor for class LabelBase
 
LabelTag - Class in org.apache.beehive.netui.tags.rendering
Render the HTML <label> element.
LabelTag() - Constructor for class LabelTag
 
LabelTag.State - Class in org.apache.beehive.netui.tags.rendering
 
LabelTag.State() - Constructor for class LabelTag.State
 
LANG - Static variable in interface HtmlConstants
The name of the lang attribute.
lang - Variable in class HtmlTag.State
 
LANGUAGE - Static variable in interface HtmlConstants
The name of the language attribute.
language - Variable in class ScriptTag.State
 
LBRACKET - Static variable in interface NetUIELParserConstants
 
LEGACY - Static variable in class IdJavascript
 
LEGACY_LOOKUP - Static variable in class CoreScriptFeature
 
LEGACY_ONLY - Static variable in class IdJavascript
 
LEGACY_SCOPE_LOOKUP - Static variable in class CoreScriptFeature
 
legacyEscapeEscapes(String) - Static method in class HtmlUtils
 
LegacySettings - Class in org.apache.beehive.netui.pageflow.internal
 
length() - Method in class InternalStringBuilder
 
LESS_THAN - Static variable in class FilterOperationHint
Operation representing less than.
LESS_THAN_OR_EQUAL - Static variable in class FilterOperationHint
Operation representing less than or equal.
LETTER - Static variable in interface NetUIELParserConstants
 
LexicalError(boolean, int, int, int, String, char) - Static method in error TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class NetUIELParserTokenManager
 
line - Variable in class SimpleCharStream
 
LINK - Static variable in interface HtmlConstants
The name of the link attribute.
listLookup(List, int) - Method in class ExpressionToken
 
listUpdate(List, int, Object) - Method in class ExpressionToken
 
LiteralTerm - Class in org.apache.beehive.netui.script.el
 
LiteralTerm(String) - Constructor for class LiteralTerm
 
load(ServletContext) - Method in class URLTemplateDescriptor
Deprecated.  
load(ServletContext) - Method in class URLTemplatesFactory
Initialization method that parses the URL template config file to get the URL templates and template reference groups.
load(ServletContext) - Method in class DefaultURLTemplatesFactory
Initialization method that parses the URL template config file to get the URL templates and template reference groups.
loadActionForm(JspContext, Object) - Static method in class ImplicitObjectUtil
 
loadBundleMap(ServletRequest, BundleMap) - Static method in class ImplicitObjectUtil
 
loadCachedClass(String) - Method in interface ReloadableClassHandler
 
loadCachedClass(String) - Method in class DefaultReloadableClassHandler
 
loadClass(String) - Method in interface ReloadableClassHandler
 
loadClass(String) - Method in class DefaultReloadableClassHandler
 
loadClass(String) - Method in class BouncyClassLoader
 
loadFacesBackingBean(RequestContext, String) - Method in class FacesBackingBeanFactory
Load a "backing bean" associated with the JavaServer Faces page for a request.
loadFacesBackingBean(ServletRequest, FacesBackingBean) - Static method in class ImplicitObjectUtil
 
loadGlobalApp(ServletRequest, GlobalApp) - Static method in class ImplicitObjectUtil
 
loadImplementorClass(String, Class) - Static method in class DiscoveryUtils
Load an implementor class from the context classloader.
loadImplicitObjects(HttpServletRequest, HttpServletResponse, ServletContext, PageFlowController) - Static method in class ImplicitObjectUtil
 
loadOutputFormBean(ServletRequest, Object) - Static method in class ImplicitObjectUtil
 
loadPageFlow(ServletRequest, PageFlowController) - Static method in class ImplicitObjectUtil
 
loadSharedFlow(ServletRequest, Map) - Static method in class ImplicitObjectUtil
 
LocalizedIllegalArgumentException - Exception in org.apache.beehive.netui.util.exception
 
LocalizedIllegalArgumentException() - Constructor for exception LocalizedIllegalArgumentException
 
LocalizedIllegalArgumentException(String) - Constructor for exception LocalizedIllegalArgumentException
 
LocalizedIllegalStateException - Exception in org.apache.beehive.netui.util.exception
 
LocalizedIllegalStateException() - Constructor for exception LocalizedIllegalStateException
 
LocalizedIllegalStateException(String) - Constructor for exception LocalizedIllegalStateException
 
LocalizedUnsupportedOperationException - Exception in org.apache.beehive.netui.util.exception
 
LocalizedUnsupportedOperationException() - Constructor for exception LocalizedUnsupportedOperationException
 
LocalizedUnsupportedOperationException(String) - Constructor for exception LocalizedUnsupportedOperationException
 
localRelease() - Method in class AbstractClassicTag
This is a method that will reinitialize all temporary state on a tag and should be called in the doEndTag method.
localRelease() - Method in class DeclareBundle
Reset all of the fields of this tag.
localRelease() - Method in class CellRepeater
Reset all of the fields of this tag.
localRelease() - Method in class AbstractCallMethod
Reset all of the fields of this tag.
localRelease() - Method in class CallMethod
Reset all of the fields of this tag.
localRelease() - Method in class MethodParameter
Reset all of the fields of this tag.
localRelease() - Method in class Message
Deprecated.  
localRelease() - Method in class MessageArg
Deprecated.  
localRelease() - Method in class Pad
Reset all of the fields of this tag.
localRelease() - Method in class Repeater
Reset all of the fields of this tag.
localRelease() - Method in class RepeaterComponent
Reset all of the fields of this tag.
localRelease() - Method in class GetData
Reset all of the fields of this tag.
localRelease() - Method in class SerializeXML
 
localRelease() - Method in class DivPanel
 
localRelease() - Method in class AnchorBase
Release any acquired resources.
localRelease() - Method in class Body
 
localRelease() - Method in class Button
Release any acquired resources.
localRelease() - Method in class CheckBox
Release any acquired resources.
localRelease() - Method in class CheckBoxGroup
Release any acquired resources.
localRelease() - Method in class CheckBoxOption
Release any acquired resources.
localRelease() - Method in class ConfigurePopup
Release any acquired resources.
localRelease() - Method in class FileUpload
Release any acquired resources.
localRelease() - Method in class Form
Release any acquired resources.
localRelease() - Method in class Hidden
Release any acquired resources.
localRelease() - Method in class Html
Release any acquired resources.
localRelease() - Method in class HtmlBaseTag
Free the state variables of this base class.
localRelease() - Method in class HtmlDataSourceTag
Release any acquired resources.
localRelease() - Method in class HtmlDefaultableDataSourceTag
Release any acquired resources.
localRelease() - Method in class HtmlFocusBaseTag
 
localRelease() - Method in class HtmlGroupBaseTag
Release any acquired resources.
localRelease() - Method in class HtmlOptionsDataSourceTag
Release any acquired resources.
localRelease() - Method in class Image
Release any acquired resources.
localRelease() - Method in class ImageAnchor
Release any acquired resources.
localRelease() - Method in class ImageButton
Release any acquired resources.
localRelease() - Method in class Label
Release any acquired resources.
localRelease() - Method in class LabelBase
Release any acquired resources.
localRelease() - Method in class Parameter
Release any acquired resources.
localRelease() - Method in class ParameterMap
Release any acquired resources.
localRelease() - Method in class RadioButtonGroup
Release any acquired resources.
localRelease() - Method in class RadioButtonOption
Release any acquired resources.
localRelease() - Method in class RetrievePopupOutput
Release any acquired resources.
localRelease() - Method in class RewriteName
Release any acquired resources.
localRelease() - Method in class RewriteURL
Release any acquired resources.
localRelease() - Method in class Select
Release any acquired resources.
localRelease() - Method in class SelectOption
Release any acquired resources.
localRelease() - Method in class Span
Release any acquired resources.
localRelease() - Method in class TextArea
Release any acquired resources.
localRelease() - Method in class TextBox
Release any acquired resources.
localRelease() - Method in class ScriptContainer
Release any acquired resources.
localRelease() - Method in class ScriptHeader
 
localRelease() - Method in class Attribute
Resets all of the fields of the tag.
localRelease() - Method in class IncludeSection
Resets all of the fields of the tag.
localRelease() - Method in class Section
Resets all of the fields of the tag.
localRelease() - Method in class SetAttribute
Reset all of the fields of the tag.
localRelease() - Method in class Template
Reset all of the fields of the tag.
Log4JLogger - Class in org.apache.beehive.netui.util.logging.internal
Deprecated.  
Logger - Class in org.apache.beehive.netui.util.logging
Logging abstraction for NetUI.
Logger(Class) - Constructor for class Logger
Deprecated.  
Logger(String) - Constructor for class Logger
Deprecated.  
login(String, String, HttpServletRequest, HttpServletResponse) - Method in class DefaultServletContainerAdapter
Log in the user, using "weak" username/password authentication.
login(String, String) - Method in class FlowController
Log in the user, using "weak" username/password authentication.
login(FlowControllerHandlerContext, String, String) - Method in interface LoginHandler
Log in the given user.
login(FlowControllerHandlerContext, String, String) - Method in class DefaultLoginHandler
 
login(String, String, HttpServletRequest, HttpServletResponse) - Method in interface ServletContainerAdapter
Log in the user, using "weak" username/password authentication.
LoginExpiredException - Exception in org.apache.beehive.netui.pageflow
Exception thrown when NotLoggedInException would be thrown, and when the current HttpServletRequest refers to a session that no longer exists.
LoginExpiredException(String, FlowController) - Constructor for exception LoginExpiredException
 
LoginHandler - Interface in org.apache.beehive.netui.pageflow.handler
Handler for login/logout/roles.
logout(boolean, HttpServletRequest, HttpServletResponse) - Method in class DefaultServletContainerAdapter
Log out the user.
logout(boolean) - Method in class FlowController
Log out the current user.
logout(FlowControllerHandlerContext, boolean) - Method in interface LoginHandler
Log out the current user.
logout(FlowControllerHandlerContext, boolean) - Method in class DefaultLoginHandler
 
logout(boolean, HttpServletRequest, HttpServletResponse) - Method in interface ServletContainerAdapter
Log out the current user.
LONGDESC - Static variable in interface HtmlConstants
The name of the longdesc attribute.
lookingAhead - Variable in class NetUIELParser
 
lookoupDefaultFilterOperationAbbreviation(String) - Static method in class SQLSupport
Lookup the default filter operation's abbreviation given a filter type hint abbreviation.
lookup(String, ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class FlowController
Deprecated. Use PageFlowUtils.strutsLookup(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String, java.lang.String[]) instead. This method will be removed in v1.1.
lookup(String, ServletContext, HttpServletRequest, HttpServletResponse, String) - Static method in class FlowController
Deprecated. Use PageFlowUtils.strutsLookup(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String, java.lang.String[]) instead. This method will be removed in v1.1.
lookupDataGridTagModel() - Method in class AbstractDataGridHtmlTag
Get the DataGridTagModel for the data grid.
lookupFilterOperationLabels(String) - Static method in class SQLSupport
Get the readable string labels for a filter operation.
lookupLocale(JspContext) - Static method in class InternalUtils
 
lookupLocale(ServletRequest) - Static method in class InternalUtils
 
lookupMethod(Class, String, Class[]) - Static method in class InternalUtils
Get a Method in a Class.
lookupSort(String) - Method in class SortModel
Lookup a Sort object whose Sort.getSortExpression() matches the given sortExpression.

M

main(String[]) - Static method in class NetUIELParser
 
mapFilterAbbreviationToOperation(String) - Static method in class SQLSupport
Lookup a filter operation given a filter operation abbreviation.
mapFilterHintToOperation(FilterOperationHint) - Static method in class SQLSupport
Map a FilterOperationHint to a SQL-specific FilterOperation.
MapIterator - Class in org.apache.beehive.netui.util.iterator
This class implements the Iterator interface for accessing the set of values stored in a Map.
MapIterator(Map) - Constructor for class MapIterator
Create the Iterator for the given Map
MapKey() - Method in class NetUIELParser
 
MapKeyToken - Class in org.apache.beehive.netui.script.el.tokens
 
MapKeyToken(String) - Constructor for class MapKeyToken
 
mapLegacyTagId(IScriptReporter, String, String) - Method in class ScriptRequestState
This method will add a tagId and value to the ScriptRepoter TagId map.
mapLookup(Map, Object) - Method in class ExpressionToken
 
mapping - Variable in class PageFlowTagUtils.MappingAndController
 
mapTagId(IScriptReporter, String, String, String) - Method in class ScriptRequestState
 
mapUpdate(Map, Object, Object) - Method in class ExpressionToken
 
MAXLENGTH - Static variable in interface HtmlConstants
The name of the maxlength attribute.
maxlength - Variable in class InputTextTag.State
 
maxNextCharInd - Variable in class SimpleCharStream
 
MEMORY - Static variable in class MultipartHandler
 
Message - Class in org.apache.beehive.netui.tags.databinding.message
Deprecated. This tag has been deprecated in favor of the i18n tags available in JSTL.
Message() - Constructor for class Message
Deprecated.  
message - Variable in class TagErrorInfo
The attribute of the tag that contained the expression
MESSAGE_ARG_KEY - Static variable in class Message
Deprecated.  
MESSAGE_IS_EXPRESSION_PREFIX - Static variable in interface InternalConstants
The page flow compiler generates this message key when the message is actually an expression for us to evaluate at runtime.
MESSAGE_IS_EXPRESSION_PREFIX_LENGTH - Static variable in interface InternalConstants
 
MessageArg - Class in org.apache.beehive.netui.tags.databinding.message
Deprecated. This tag has been deprecated in favor of the i18n tags available in JSTL.
MessageArg() - Constructor for class MessageArg
Deprecated.  
METHOD - Static variable in interface HtmlConstants
The name of the method attribute.
method - Variable in class FormTag.State
 
MethodCache - Class in org.apache.beehive.netui.util.internal.cache
 
MethodCache() - Constructor for class MethodCache
 
MethodParameter - Class in org.apache.beehive.netui.tags.databinding.invoke
A tag that is used to add an argument to a method that will be called on some object.
MethodParameter() - Constructor for class MethodParameter
 
MismatchedActionOutputException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs in iterative development mode when an action output attached to a Forward is of a different type than was declared.
MismatchedActionOutputException(String, FlowController, String, String, String, String) - Constructor for exception MismatchedActionOutputException
 
MismatchedPageInputException - Exception in org.apache.beehive.netui.pageflow
Deprecated. Use MismatchedActionOutputException instead.
MismatchedPageInputException(String, FlowController, String, String, String, String) - Constructor for exception MismatchedPageInputException
Deprecated.  
MissingActionOutputException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when a required action output is missing from a Forward.
MissingActionOutputException(String, FlowController, String, String) - Constructor for exception MissingActionOutputException
 
MissingPageInputException - Exception in org.apache.beehive.netui.pageflow
Deprecated. Use MissingActionOutputException instead.
MissingPageInputException(String, FlowController, String, String) - Constructor for exception MissingPageInputException
Deprecated.  
MODULE_CONFIG_LOCATOR_CLASS_ATTR - Static variable in class AutoRegisterActionServlet
Deprecated. To register AutoRegisterActionServlet.ModuleConfigLocators, use the module-config-locators element in pageflow-config of /WEB-INF/netui-config.xml.
moduleCanHandlePath(ModuleConfig, RequestProcessor, String) - Method in class AutoRegisterActionServlet
Tell whether the given module can handle the given path.
moduleCanHandlePath(ModuleConfig, RequestProcessor, String) - Method in class PageFlowActionServlet
Tell whether the given module can handle the given path.
ModuleConfigLocatorConfig - Class in org.apache.beehive.netui.util.config.bean
 
ModuleConfigLocatorConfig(String, String) - Constructor for class ModuleConfigLocatorConfig
 
MultipartHandler - Class in org.apache.beehive.netui.util.config.bean
 
multiple - Variable in class SelectTag.State
 
MutableURI - Class in org.apache.beehive.netui.core.urls
Mutable class for creating URIs.
MutableURI() - Constructor for class MutableURI
Constructs a MutableURI.
MutableURI(String, boolean) - Constructor for class MutableURI
Constructs a MutableURI.
MutableURI(String, String, String, int, String, String, String) - Constructor for class MutableURI
Constructs a MutableURI.
MutableURI(URI) - Constructor for class MutableURI
Constructs a MutableURI.
MutableURI(URL) - Constructor for class MutableURI
Constructs a MutableURI.

N

NAME - Static variable in interface HtmlConstants
The name of the name attribute.
name - Variable in class AbstractHtmlControlState
 
name - Variable in class AnchorTag.State
 
name - Variable in class FormTag.State
 
NAME_LOOKUP - Static variable in class CoreScriptFeature
 
nameHtmlControl(AbstractHtmlControlState, ByRef) - Method in class HtmlDataSourceTag
This method will create the name of the form element (HTML Control) that has a name.
nameObject(String, INameable) - Method in class NameService
This method will create a unique name for an INameable object.
NameService - Class in org.apache.beehive.netui.pageflow.requeststate
 
NBSP(AbstractRenderAppender) - Method in class ConstantRendering
 
needsToBeSecure(ServletContext, ServletRequest, String, boolean) - Static method in class PageFlowUtils
Tell whether a given URI should be written to be secure.
NESTING_OVERFLOW_COUNT_PARAM - Static variable in interface PageFlowConstants
Deprecated. Instead of this context-param, use the max-nesting-stack-depth element within pageflow-config in /WEB-INF/netui-config.xml.
NETUI_CONFIG_PATH - Static variable in interface InternalConstants
 
NETUI_UNIQUE_CNT - Static variable in class AbstractClassicTag
This is the name of a request scoped attribute which creates a unique id for processing a request.
NetUIConfig - Class in org.apache.beehive.netui.util.config.bean
 
NetUIConfig(PageFlowActionInterceptorsConfig, PageFlowHandlersConfig, PageFlowConfig, PageFlowFactoriesConfig, SharedFlowRefConfig[], RequestInterceptorsConfig, JspTagConfig, PrefixHandlerConfig[], ExpressionLanguagesConfig, IteratorFactoryConfig[], TypeConverterConfig[], UrlConfig) - Constructor for class NetUIConfig
 
NetUIConfigParser - Class in org.apache.beehive.netui.util.config.parser
 
NetUIConfigParser() - Constructor for class NetUIConfigParser
 
NetUIELParser - Class in org.apache.beehive.netui.script.el.parser
 
NetUIELParser(InputStream) - Constructor for class NetUIELParser
 
NetUIELParser(Reader) - Constructor for class NetUIELParser
 
NetUIELParser(NetUIELParserTokenManager) - Constructor for class NetUIELParser
 
NetUIELParserConstants - Interface in org.apache.beehive.netui.script.el.parser
 
NetUIELParserTokenManager - Class in org.apache.beehive.netui.script.el.parser
 
NetUIELParserTokenManager(SimpleCharStream) - Constructor for class NetUIELParserTokenManager
 
NetUIELParserTokenManager(SimpleCharStream, int) - Constructor for class NetUIELParserTokenManager
 
NetUIReadVariableResolver - Class in org.apache.beehive.netui.script.el
 
NetUIReadVariableResolver(VariableResolver) - Constructor for class NetUIReadVariableResolver
 
NetUIUpdateVariableResolver - Class in org.apache.beehive.netui.script.el
 
NetUIUpdateVariableResolver(Object, ServletRequest, ServletResponse, boolean) - Constructor for class NetUIUpdateVariableResolver
 
NetUIVariableResolver - Class in org.apache.beehive.netui.script.el
 
NetUIVariableResolver() - Constructor for class NetUIVariableResolver
 
newImplementorInstance(String, Class) - Static method in class DiscoveryUtils
 
newInstance(String) - Method in interface ReloadableClassHandler
 
newInstance(String) - Method in class DefaultReloadableClassHandler
 
newReloadableInstance(String, ServletContext) - Static method in class InternalUtils
 
newToken(int) - Static method in class Token
Returns a new Token object, by default.
next() - Method in class TemplateTokenizer
Returns the next literal string or token/delimiter.
next() - Method in class PagedDataSet
 
next - Variable in class Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class ArrayIterator
 
next() - Method in class AtomicObjectIterator
 
next() - Method in class EnumerationIterator
 
next() - Method in class MapIterator
Advance to the next item in the Map
next() - Method in class ResultSetIterator
Advance to the next row in the ResultSet.
nextDataItem() - Method in class DataGridTagModel
Accessor for getting the next item in the data set.
nextDirection(SortDirection) - Method in class SortStrategy
Given a direction compute the next SortDirection.
NoCurrentPageFlowException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the navigateTo=previousAction, navigateTo=currentPage, or navigateTo=previousPage attribute is used on a @Jpf.Forward, a @Jpf.SimpleAction, or a @Jpf.ConditionalForward, but there is no current page flow.
NoCurrentPageFlowException(String, Forward) - Constructor for exception NoCurrentPageFlowException
 
noDataRender() - Method in class PagerRenderer
Render the pager.
NoMatchingActionMethodException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the current action method does not accept the type of form bean passed in the Forward to the action.
NoMatchingActionMethodException(String, Object, FlowController) - Constructor for exception NoMatchingActionMethodException
 
NON_EXPRESSION_TEXT - Static variable in interface NetUIELParserConstants
 
NONE - Static variable in class FilterOperationHint
Operation representing no filter.
NONE - Static variable in class SortDirection
Direction representing no sort direction
NoPreviousActionException - 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 thethere is no previously-run action in the page flow.
NoPreviousActionException(String, Forward, FlowController) - Constructor for exception NoPreviousActionException
 
NoPreviousPageException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the navigateTo=previousPage or navigateTo=currentPage attribute is used on a @Jpf.Forward, a @Jpf.SimpleAction, or a @Jpf.ConditionalForward, but there is no previously-shown page in the current page flow.
NoPreviousPageException(String, Forward, FlowController) - Constructor for exception NoPreviousPageException
 
normalizeURI(String) - Static method in class ScopedServletUtils
Resolve "." and ".." in a URI.
NOT_EQUAL - Static variable in class FilterOperationHint
Operation representing not equal.
NotLoggedInException - Exception in org.apache.beehive.netui.pageflow
Exception thrown when: An action (@Jpf.Action or @Jpf.SimpleAction) marked with loginRequired=true is hit when there is no logged-in user, or, An action marked with rolesAllowed="list of roles" is hit when there is no logged-in user.
NotLoggedInException(String, FlowController) - Constructor for exception NotLoggedInException
 
NULL_ARG - Static variable in class MethodParameter
An identifier denoting that the value of this method parameter should be treated as 'null'.
NULL_VALUE - Static variable in class Select
Default value of the options value attribute.
NUMERIC - Static variable in class FilterTypeHint
Filter type hint representing a numeric type.

O

ObjectNotFoundException - Exception in org.apache.beehive.netui.tags.databinding.invoke
An exception thrown when an object on which to invoke a method can not be found.
ObjectNotFoundException() - Constructor for exception ObjectNotFoundException
Construct an ObjectNotFoundException.
ObjectNotFoundException(String) - Constructor for exception ObjectNotFoundException
Construct an ObjectNotFoundException with the given message.
ObjectNotFoundException(Throwable) - Constructor for exception ObjectNotFoundException
Construct an ObjectNotFoundException with the given cause
ObjectNotFoundException(String, Throwable) - Constructor for exception ObjectNotFoundException
Construct an ObjectNotFoundException with the given message and cause.
ObjectNotFoundException(String, Throwable, String) - Constructor for exception ObjectNotFoundException
Construct an ObjectNotFoundException with the given message, cause, and objectName.
ONBLUR - Static variable in interface HtmlConstants
The name of the onblur attribute.
ONCHANGE - Static variable in interface HtmlConstants
The name of the onchange attribute.
ONCLICK - Static variable in interface HtmlConstants
The name of the onclick attribute.
onCreate() - Method in class Factory
Called after this factory has been created and initialized.
onCreate() - Method in class FacesBackingBeanFactory
 
onCreate() - Method in class FlowController
Callback that is invoked when this controller instance is created.
onCreate() - Method in class FlowControllerFactory
 
onCreate() - Method in class PageFlowManagedObject
Create-time callback.
ONDBLCLICK - Static variable in interface HtmlConstants
The name of the ondblclick attribute.
onDestroy() - Method in class FlowController
Deprecated. FlowController.onDestroy(HttpSession) should be used instead.
onDestroy(HttpSession) - Method in class FlowController
Callback that is invoked when this controller instance is "destroyed", i.e., removed from the user session.
onDestroy(HttpSession) - Method in class PageFlowManagedObject
Callback that occurs when this object is "destroyed", i.e., removed from the session.
onExitNesting() - Method in class PageFlowController
Callback that is invoked when this controller instance is exiting nesting (through a return action).
onExpand(ServletRequest, ServletResponse) - Method in class TreeElement
Code that runs when the node is expanded.
ONFOCUS - Static variable in interface HtmlConstants
The name of the onfocus attribute.
ONKEYDOWN - Static variable in interface HtmlConstants
The name of the onkeydown attribute.
ONKEYPRESS - Static variable in interface HtmlConstants
The name of the onkeypress attribute.
ONKEYUP - Static variable in interface HtmlConstants
The name of the onkeyup attribute.
ONLOAD - Static variable in interface HtmlConstants
The name of the onload attribute.
ONMOUSEDOWN - Static variable in interface HtmlConstants
The name of the onmousedown attribute.
ONMOUSEMOVE - Static variable in interface HtmlConstants
The name of the onmousemove attribute.
ONMOUSEOUT - Static variable in interface HtmlConstants
The name of the onmouseout attribute.
ONMOUSEOVER - Static variable in interface HtmlConstants
The name of the onmouseover attribute.
ONMOUSEUP - Static variable in interface HtmlConstants
The name of the onmouseup attribute.
onRefresh() - Method in class FlowController
Callback that is invoked when this controller is involved in a refresh request, as can happen in a portal environment on a request where no action is run in the current page flow, but a previously-displayed page in the page flow is re-rendered.
ONRESET - Static variable in interface HtmlConstants
The name of the onreset attribute.
onRestore() - Method in class FacesBackingBean
Callback that is invoked when this backing bean is restored as the page itself is restored through a @Jpf.Forward or @Jpf.SimpleAction with navigateTo=Jpf.NavigateTo.currentPage or navigateTo=Jpf.NavigateTo.previousPage.
ONSELECT - Static variable in interface HtmlConstants
The name of the onselect attribute.
onSelect(ServletRequest) - Method in class TreeElement
Code that runs when the node is selected.
ONSUBMIT - Static variable in interface HtmlConstants
The name of the onsubmit attribute.
ONUNLOAD - Static variable in interface HtmlConstants
The name of the onunload attribute.
openCaption(CaptionTag.State, AbstractRenderAppender) - Method in class TableRenderer
 
openFooterRow(TrTag.State, AbstractRenderAppender) - Method in class TableRenderer
 
openHeaderCell(ThTag.State, AbstractRenderAppender) - Method in class TableRenderer
 
openHeaderRow(TrTag.State, AbstractRenderAppender) - Method in class TableRenderer
 
openTable(TableTag.State, AbstractRenderAppender) - Method in class TableRenderer
 
openTableBody(TBodyTag.State, AbstractRenderAppender) - Method in class TableRenderer
 
openTableCell(TdTag.State, AbstractRenderAppender) - Method in class TableRenderer
 
openTableFoot(TFootTag.State, AbstractRenderAppender) - Method in class TableRenderer
 
openTableHead(THeadTag.State, AbstractRenderAppender) - Method in class TableRenderer
 
openTableRow(TrTag.State, AbstractRenderAppender) - Method in class TableRenderer
 
OPTION - Static variable in interface HtmlConstants
The name of the option element.
OPTION_TAG - Static variable in class TagRenderingBase
 
OptionTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: optional, End tag: optional Required href
OptionTag() - Constructor for class OptionTag
 
OptionTag.State - Class in org.apache.beehive.netui.tags.rendering
 
OptionTag.State() - Constructor for class OptionTag.State
 
org.apache.beehive.netui.core - package org.apache.beehive.netui.core
 
org.apache.beehive.netui.core.factory - package org.apache.beehive.netui.core.factory
 
org.apache.beehive.netui.core.urls - package org.apache.beehive.netui.core.urls
 
org.apache.beehive.netui.core.urltemplates - package org.apache.beehive.netui.core.urltemplates
 
org.apache.beehive.netui.databinding.datagrid.api - package org.apache.beehive.netui.databinding.datagrid.api
 
org.apache.beehive.netui.databinding.datagrid.api.exceptions - package org.apache.beehive.netui.databinding.datagrid.api.exceptions
 
org.apache.beehive.netui.databinding.datagrid.api.filter - package org.apache.beehive.netui.databinding.datagrid.api.filter
 
org.apache.beehive.netui.databinding.datagrid.api.pager - package org.apache.beehive.netui.databinding.datagrid.api.pager
 
org.apache.beehive.netui.databinding.datagrid.api.rendering - package org.apache.beehive.netui.databinding.datagrid.api.rendering
 
org.apache.beehive.netui.databinding.datagrid.api.sort - package org.apache.beehive.netui.databinding.datagrid.api.sort
 
org.apache.beehive.netui.databinding.datagrid.runtime.config - package org.apache.beehive.netui.databinding.datagrid.runtime.config
 
org.apache.beehive.netui.databinding.datagrid.runtime.model.cell - package org.apache.beehive.netui.databinding.datagrid.runtime.model.cell
 
org.apache.beehive.netui.databinding.datagrid.runtime.model.style - package org.apache.beehive.netui.databinding.datagrid.runtime.model.style
 
org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell - package org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell
 
org.apache.beehive.netui.databinding.datagrid.runtime.rendering.pager - package org.apache.beehive.netui.databinding.datagrid.runtime.rendering.pager
 
org.apache.beehive.netui.databinding.datagrid.runtime.rendering.table - package org.apache.beehive.netui.databinding.datagrid.runtime.rendering.table
 
org.apache.beehive.netui.databinding.datagrid.runtime.sql - package org.apache.beehive.netui.databinding.datagrid.runtime.sql
 
org.apache.beehive.netui.databinding.datagrid.runtime.util - package org.apache.beehive.netui.databinding.datagrid.runtime.util
 
org.apache.beehive.netui.pageflow - package org.apache.beehive.netui.pageflow
 
org.apache.beehive.netui.pageflow.adapter - package org.apache.beehive.netui.pageflow.adapter
 
org.apache.beehive.netui.pageflow.annotations - package org.apache.beehive.netui.pageflow.annotations
 
org.apache.beehive.netui.pageflow.config - package org.apache.beehive.netui.pageflow.config
 
org.apache.beehive.netui.pageflow.faces - package org.apache.beehive.netui.pageflow.faces
 
org.apache.beehive.netui.pageflow.faces.internal - package org.apache.beehive.netui.pageflow.faces.internal
 
org.apache.beehive.netui.pageflow.handler - package org.apache.beehive.netui.pageflow.handler
 
org.apache.beehive.netui.pageflow.interceptor - package org.apache.beehive.netui.pageflow.interceptor
 
org.apache.beehive.netui.pageflow.interceptor.action - package org.apache.beehive.netui.pageflow.interceptor.action
 
org.apache.beehive.netui.pageflow.interceptor.action.internal - package org.apache.beehive.netui.pageflow.interceptor.action.internal
 
org.apache.beehive.netui.pageflow.interceptor.request - package org.apache.beehive.netui.pageflow.interceptor.request
 
org.apache.beehive.netui.pageflow.internal - package org.apache.beehive.netui.pageflow.internal
 
org.apache.beehive.netui.pageflow.internal.annotationreader - package org.apache.beehive.netui.pageflow.internal.annotationreader
 
org.apache.beehive.netui.pageflow.requeststate - package org.apache.beehive.netui.pageflow.requeststate
 
org.apache.beehive.netui.pageflow.scoping - package org.apache.beehive.netui.pageflow.scoping
 
org.apache.beehive.netui.pageflow.scoping.internal - package org.apache.beehive.netui.pageflow.scoping.internal
 
org.apache.beehive.netui.pageflow.validation - package org.apache.beehive.netui.pageflow.validation
 
org.apache.beehive.netui.pageflow.xmlhttprequest - package org.apache.beehive.netui.pageflow.xmlhttprequest
 
org.apache.beehive.netui.script - package org.apache.beehive.netui.script
 
org.apache.beehive.netui.script.common - package org.apache.beehive.netui.script.common
 
org.apache.beehive.netui.script.common.bundle - package org.apache.beehive.netui.script.common.bundle
 
org.apache.beehive.netui.script.el - package org.apache.beehive.netui.script.el
 
org.apache.beehive.netui.script.el.parser - package org.apache.beehive.netui.script.el.parser
 
org.apache.beehive.netui.script.el.tokens - package org.apache.beehive.netui.script.el.tokens
 
org.apache.beehive.netui.script.el.util - package org.apache.beehive.netui.script.el.util
 
org.apache.beehive.netui.tags - package org.apache.beehive.netui.tags
Provides the classes and interfaces fundamental to the NetUI tags.
org.apache.beehive.netui.tags.databinding.bundle - package org.apache.beehive.netui.tags.databinding.bundle
 
org.apache.beehive.netui.tags.databinding.cellrepeater - package org.apache.beehive.netui.tags.databinding.cellrepeater
 
org.apache.beehive.netui.tags.databinding.datagrid - package org.apache.beehive.netui.tags.databinding.datagrid
 
org.apache.beehive.netui.tags.databinding.invoke - package org.apache.beehive.netui.tags.databinding.invoke
 
org.apache.beehive.netui.tags.databinding.message - package org.apache.beehive.netui.tags.databinding.message
 
org.apache.beehive.netui.tags.databinding.pageinput - package org.apache.beehive.netui.tags.databinding.pageinput
 
org.apache.beehive.netui.tags.databinding.repeater - package org.apache.beehive.netui.tags.databinding.repeater
 
org.apache.beehive.netui.tags.databinding.repeater.pad - package org.apache.beehive.netui.tags.databinding.repeater.pad
 
org.apache.beehive.netui.tags.databinding.script - package org.apache.beehive.netui.tags.databinding.script
 
org.apache.beehive.netui.tags.databinding.xml - package org.apache.beehive.netui.tags.databinding.xml
 
org.apache.beehive.netui.tags.divpanel - package org.apache.beehive.netui.tags.divpanel
 
org.apache.beehive.netui.tags.html - package org.apache.beehive.netui.tags.html
This package defines the core set of HTML tags provided by NetUI.
org.apache.beehive.netui.tags.internal - package org.apache.beehive.netui.tags.internal
 
org.apache.beehive.netui.tags.javascript - package org.apache.beehive.netui.tags.javascript
 
org.apache.beehive.netui.tags.naming - package org.apache.beehive.netui.tags.naming
This package provides support for plugable naming of data source elements.
org.apache.beehive.netui.tags.rendering - package org.apache.beehive.netui.tags.rendering
 
org.apache.beehive.netui.tags.template - package org.apache.beehive.netui.tags.template
This package defines a set of JSP tag extensions providing a simple templating mechanism.
org.apache.beehive.netui.tags.tree - package org.apache.beehive.netui.tags.tree
 
org.apache.beehive.netui.util - package org.apache.beehive.netui.util
 
org.apache.beehive.netui.util.config - package org.apache.beehive.netui.util.config
 
org.apache.beehive.netui.util.config.bean - package org.apache.beehive.netui.util.config.bean
 
org.apache.beehive.netui.util.config.parser - package org.apache.beehive.netui.util.config.parser
 
org.apache.beehive.netui.util.exception - package org.apache.beehive.netui.util.exception
 
org.apache.beehive.netui.util.internal - package org.apache.beehive.netui.util.internal
 
org.apache.beehive.netui.util.internal.cache - package org.apache.beehive.netui.util.internal.cache
 
org.apache.beehive.netui.util.internal.concurrent - package org.apache.beehive.netui.util.internal.concurrent
 
org.apache.beehive.netui.util.iterator - package org.apache.beehive.netui.util.iterator
 
org.apache.beehive.netui.util.logging - package org.apache.beehive.netui.util.logging
 
org.apache.beehive.netui.util.logging.internal - package org.apache.beehive.netui.util.logging.internal
 
org.apache.beehive.netui.util.tags - package org.apache.beehive.netui.util.tags
 
org.apache.beehive.netui.util.type - package org.apache.beehive.netui.util.type
 
org.apache.beehive.netui.util.xml - package org.apache.beehive.netui.util.xml
 
OriginalForward - Class in org.apache.beehive.netui.pageflow.interceptor.action.internal
 
OriginalForward(HttpServletRequest) - Constructor for class OriginalForward
 
osSensitiveEndsWith(String, String) - Static method in class FileUtils
Tell whether a string ends with a particular suffix, with case sensitivity determined by the operating system.
osSensitiveEquals(String, String) - Static method in class FileUtils
Compare two strings, with case sensitivity determined by the operating system.

P

Pad - Class in org.apache.beehive.netui.tags.databinding.repeater.pad
Sets the number of items rendered by a Repeater tag.
Pad() - Constructor for class Pad
 
PadContext - Class in org.apache.beehive.netui.tags.databinding.repeater.pad
A JavaBean that encapsulates the data needed to pad a Repeater with text.
PadContext(String, int, int) - Constructor for class PadContext
 
PagedDataSet - Class in org.apache.beehive.netui.databinding.datagrid.runtime.util
 
PagedDataSet(String, Iterator) - Constructor for class PagedDataSet
 
PAGEFLOW_EXTENSION - Static variable in interface PageFlowConstants
The extension used for hitting a PageFlowController through its URI.
PAGEFLOW_MODULE_CONFIG_EXTENSION - Static variable in interface PageFlowConstants
The file extensioni for Struts configuration files generated by the Page Flow compiler.
PAGEFLOW_MODULE_CONFIG_GEN_DIR - Static variable in interface PageFlowConstants
The default classloader-relative directory for Struts module configuration files generated by the Page Flow compiler.
PAGEFLOW_MODULE_CONFIG_PREFIX - Static variable in interface PageFlowConstants
The filename prefix for Struts module configuration files generated from page flow source files.
PageFlowActionFormBean - Class in org.apache.beehive.netui.pageflow.config
Class to handle our extensions to the Struts <form-bean> element.
PageFlowActionFormBean() - Constructor for class PageFlowActionFormBean
 
PageFlowActionForward - Class in org.apache.beehive.netui.pageflow.config
Bean class to handle our extensions to the Struts <forward> element.
PageFlowActionForward() - Constructor for class PageFlowActionForward
 
PageFlowActionForward.ActionOutput - Class in org.apache.beehive.netui.pageflow.config
 
PageFlowActionForward.ActionOutput(String, String, boolean) - Constructor for class PageFlowActionForward.ActionOutput
 
PageFlowActionInterceptorsConfig - Class in org.apache.beehive.netui.util.config.bean
 
PageFlowActionInterceptorsConfig(GlobalPageFlowActionInterceptorConfig, PerPageFlowActionInterceptorConfig[]) - Constructor for class PageFlowActionInterceptorsConfig
 
PageFlowActionListener - Class in org.apache.beehive.netui.pageflow.faces.internal
Internal class used in JSF/Page Flow integration.
PageFlowActionListener(ActionListener) - Constructor for class PageFlowActionListener
 
PageFlowActionMapping - Class in org.apache.beehive.netui.pageflow.config
Bean class to handle our extensions to the Struts <action> element.
PageFlowActionMapping() - Constructor for class PageFlowActionMapping
 
PageFlowActionServlet - Class in org.apache.beehive.netui.pageflow
ActionServlet that dynamically registers modules based on naming/location conventions for Struts configuration files that are generated by the Page Flow compiler.
PageFlowActionServlet() - Constructor for class PageFlowActionServlet
 
PageFlowActionServlet.DefaultModuleConfigLocator - Class in org.apache.beehive.netui.pageflow
Default ModuleConfigLocator that looks for Struts module configuration files according to the pattern "/WEB-INF/classes/_pageflow/struts-config-<module>".
PageFlowActionServlet.DefaultModuleConfigLocator() - Constructor for class PageFlowActionServlet.DefaultModuleConfigLocator
 
PageFlowActionServlet.LegacyModuleConfigLocator - Class in org.apache.beehive.netui.pageflow
ModuleConfigLocator that looks for legacy Struts module configuration files according to the pattern "/WEB-INF/struts-config-<module>".
PageFlowActionServlet.LegacyModuleConfigLocator() - Constructor for class PageFlowActionServlet.LegacyModuleConfigLocator
 
PageFlowApplication - Class in org.apache.beehive.netui.pageflow.faces.internal
Internal class used in JSF/Page Flow integration.
PageFlowApplication(Application) - Constructor for class PageFlowApplication
 
PageFlowApplicationFactory - Class in org.apache.beehive.netui.pageflow.faces
JavaServer Faces application factory that enables Page Flow integration.
PageFlowApplicationFactory(ApplicationFactory) - Constructor for class PageFlowApplicationFactory
 
PageFlowBeanContext - Class in org.apache.beehive.netui.pageflow.internal
Specialization of the base ServletBeanContext that adds a Page Flow service provider to offer initialization for PageFlowController and SharedFlowControler members in a Control.
PageFlowBeanContext() - Constructor for class PageFlowBeanContext
 
PageFlowConfig - Class in org.apache.beehive.netui.util.config.bean
 
PageFlowConfig() - Constructor for class PageFlowConfig
 
PageFlowConfig(Boolean, Boolean, Boolean, Integer, Integer, MultipartHandler, PreventCache, ModuleConfigLocatorConfig[]) - Constructor for class PageFlowConfig
 
PageFlowConstants - Interface in org.apache.beehive.netui.pageflow
Constants related to Page Flow.
PageFlowContextListener - Class in org.apache.beehive.netui.pageflow
Performs various initialization at ServletContext-init time.
PageFlowContextListener() - Constructor for class PageFlowContextListener
 
PageFlowController - Class in org.apache.beehive.netui.pageflow
Base class for controller logic, exception handlers, and state associated with a particular web directory path.
PageFlowController() - Constructor for class PageFlowController
Default constructor.
PageFlowControllerConfig - Class in org.apache.beehive.netui.pageflow.config
Bean class to handle our extensions to the Struts <controller> element.
PageFlowControllerConfig() - Constructor for class PageFlowControllerConfig
 
PageFlowEventReporter - Class in org.apache.beehive.netui.pageflow
An event reporter, which will be notified of events like "page flow created", "action raised", etc.
PageFlowEventReporter(ServletContext) - Constructor for class PageFlowEventReporter
 
PageFlowException - Exception in org.apache.beehive.netui.pageflow
Base class for PageFlow-related Exceptions.
PageFlowException(String, FlowController) - Constructor for exception PageFlowException
 
PageFlowException(String, FlowController, Throwable) - Constructor for exception PageFlowException
 
PageFlowExceptionConfig - Class in org.apache.beehive.netui.pageflow.config
Class to handle our extensions to the Struts <exception> element.
PageFlowExceptionConfig() - Constructor for class PageFlowExceptionConfig
 
PageFlowExceptionHandler - Class in org.apache.beehive.netui.pageflow.internal
 
PageFlowExceptionHandler() - Constructor for class PageFlowExceptionHandler
 
PageFlowFacesFilter - Class in org.apache.beehive.netui.pageflow
Servlet Filter for JavaServer Faces requests.
PageFlowFacesFilter() - Constructor for class PageFlowFacesFilter
 
PageFlowFactoriesConfig - Class in org.apache.beehive.netui.util.config.bean
 
PageFlowFactoriesConfig(PageFlowFactoryConfig, PageFlowFactoryConfig) - Constructor for class PageFlowFactoriesConfig
 
PageFlowFactoryConfig - Class in org.apache.beehive.netui.util.config.bean
 
PageFlowFactoryConfig(String, CustomPropertyConfig[]) - Constructor for class PageFlowFactoryConfig
 
PageFlowFileFilter - Class in org.apache.beehive.netui.pageflow
Deprecated. This class will be removed without replacement in the next major release.
PageFlowFileFilter() - Constructor for class PageFlowFileFilter
Deprecated.  
PageFlowForbiddenFilter - Class in org.apache.beehive.netui.pageflow
Servlet Filter that sends a specified error code on the response.
PageFlowForbiddenFilter() - Constructor for class PageFlowForbiddenFilter
 
PageFlowHandlersConfig - Class in org.apache.beehive.netui.util.config.bean
 
PageFlowHandlersConfig(HandlerConfig[], HandlerConfig[], HandlerConfig[], HandlerConfig[], HandlerConfig[], HandlerConfig[]) - Constructor for class PageFlowHandlersConfig
 
PageFlowJspFilter - Class in org.apache.beehive.netui.pageflow
Servlet Filter for JSP requests.
PageFlowJspFilter() - Constructor for class PageFlowJspFilter
 
PageFlowManagedObject - Class in org.apache.beehive.netui.pageflow
Base class for Page Flow managed objects (like page flows and JavaServer Faces backing beans).
PageFlowManagedObject() - Constructor for class PageFlowManagedObject
 
PageFlowManagedObjectException - Exception in org.apache.beehive.netui.pageflow
Base class for exceptions related to Page Flow managed objects.
PageFlowManagedObjectException(PageFlowManagedObject) - Constructor for exception PageFlowManagedObjectException
 
PageFlowManagedObjectException(PageFlowManagedObject, Throwable) - Constructor for exception PageFlowManagedObjectException
 
PageFlowNavigationHandler - Class in org.apache.beehive.netui.pageflow.faces.internal
Internal class used in JSF/Page Flow integration.
PageFlowNavigationHandler(NavigationHandler) - Constructor for class PageFlowNavigationHandler
 
PageFlowPageFilter - Class in org.apache.beehive.netui.pageflow
Base class for Servlet Filters that run before Page Flow page requests.
PageFlowPageFilter() - Constructor for class PageFlowPageFilter
 
PageFlowRequestProcessor - Class in org.apache.beehive.netui.pageflow
The Page Flow extension of the Struts RequestProcessor, which contains callbacks that are invoked during processing of a request to the Struts action servlet.
PageFlowRequestProcessor() - Constructor for class PageFlowRequestProcessor
 
PageFlowRequestProcessor.ExceptionHandledAction - Class in org.apache.beehive.netui.pageflow
Used by PageFlowRequestProcessor.processMapping(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String).
PageFlowRequestProcessor.ExceptionHandledAction() - Constructor for class PageFlowRequestProcessor.ExceptionHandledAction
 
PageFlowRequestProcessor.ExceptionHandledActionMapping - Class in org.apache.beehive.netui.pageflow
Used by PageFlowRequestProcessor.processMapping(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String).
PageFlowRequestProcessor.ExceptionHandledActionMapping(String, ActionForward) - Constructor for class PageFlowRequestProcessor.ExceptionHandledActionMapping
 
PageFlowRequestWrapper - Class in org.apache.beehive.netui.pageflow.internal
 
PageFlowRequestWrapper(HttpServletRequest) - Constructor for class PageFlowRequestWrapper
 
PageFlowServiceProvider - Class in org.apache.beehive.netui.pageflow.internal
Service provider that offers initialization for PageFlowController and SharedFlowControler members in a Control.
PageFlowServiceProvider.HasServletRequest - Interface in org.apache.beehive.netui.pageflow.internal
 
PageFlowStack - Class in org.apache.beehive.netui.pageflow
Stack for keeping track of a series of nested page flows.
PageFlowStack.PushedPageFlow - Class in org.apache.beehive.netui.pageflow
Wrapper that contains a pushed page flow and information related to it.
PageFlowStack.PushedPageFlow(PageFlowController) - Constructor for class PageFlowStack.PushedPageFlow
 
PageFlowStack.PushedPageFlow(PageFlowController, ActionInterceptor, InterceptorForward, String) - Constructor for class PageFlowStack.PushedPageFlow
 
PageFlowTagUtils - Class in org.apache.beehive.netui.tags.internal
This is a utility class for the beehive tags with routines for helping with URL rewriting.
PageFlowTagUtils() - Constructor for class PageFlowTagUtils
 
PageFlowTagUtils.MappingAndController - Class in org.apache.beehive.netui.tags.internal
 
PageFlowTagUtils.MappingAndController() - Constructor for class PageFlowTagUtils.MappingAndController
 
PageFlowUtils - Class in org.apache.beehive.netui.pageflow
Utility methods related to Page Flow.
PageFlowUtils() - Constructor for class PageFlowUtils
 
PAGER_FMT_BANNER - Static variable in interface IDataGridMessageKeys
String key for the text displayed in a pager label when showing Page # of #.
PAGER_MSG_FIRST - Static variable in interface IDataGridMessageKeys
String key for the text displayed when rendering a link for paging to the first page of a data set.
PAGER_MSG_LAST - Static variable in interface IDataGridMessageKeys
String key for the text displayed when rendering a link for paging to the last page of a data set.
PAGER_MSG_NEXT - Static variable in interface IDataGridMessageKeys
String key for the text displayed when rendering a link for paging to the logical next page of a data set.
PAGER_MSG_PREVIOUS - Static variable in interface IDataGridMessageKeys
String key for the text displayed when rendering a link for paging to the logical previous page of a data set.
PagerModel - Class in org.apache.beehive.netui.databinding.datagrid.api.pager
The PagerModel is a JavaBean that represents the page state of a data grid.
PagerModel() - Constructor for class PagerModel
Default constructor.
PagerRenderer - Class in org.apache.beehive.netui.databinding.datagrid.api.rendering
This is the base class for data grid pager renderers.
PagerRenderer() - Constructor for class PagerRenderer
 
Parameter - Class in org.apache.beehive.netui.tags.html
Writes a URL parameter to a URL on its parent tag.
Parameter() - Constructor for class Parameter
 
ParameterMap - Class in org.apache.beehive.netui.tags.html
Writes each in a map of URL parameters to a URL on its parent tag.
ParameterMap() - Constructor for class ParameterMap
 
ParamHelper - Class in org.apache.beehive.netui.util
This class is used by NetUI tags that use parameters.
ParamHelper() - Constructor for class ParamHelper
 
paramValue - Variable in class AbstractCallMethod.ParamNode
The value of the parameter.
parse(String, InputStream) - Static method in class ProcessedAnnotationParser
 
parse() - Method in class NetUIELParser
 
parse(String) - Static method in class ParseUtils
 
parse(XmlInputStreamResolver) - Method in class NetUIConfigParser
 
ParsedExpression - Class in org.apache.beehive.netui.script.el
 
ParsedExpression() - Constructor for class ParsedExpression
 
ParseException - Exception in org.apache.beehive.netui.script.el.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception ParseException
 
parseExpression(String) - Method in class ExpressionEvaluatorImpl
 
parseExpression() - Method in class NetUIELParser
 
parseExpression(String) - Method in interface ExpressionEvaluator
Parse an atomic expression into a common parsed expression representation.
parseIndex(String) - Method in class ExpressionToken
 
parseLiteralTerm() - Method in class NetUIELParser
 
parseString(String) - Static method in class Select.RepeatingStages
Given a String value defined above, return the enum value for it.
ParseUtils - Class in org.apache.beehive.netui.script.el.util
 
PATH_TOKEN - Static variable in class TemplatedURLFormatter
 
PATH_TOKEN - Static variable in class URLTemplateDescriptor
Deprecated.  
peek() - Method in class PageFlowStack
Get the most recently-pushed page flow from the stack of nested page flows in the session.
peek() - Method in class DataAccessProviderStack
 
PerActionInterceptorConfig - Class in org.apache.beehive.netui.util.config.bean
 
PerActionInterceptorConfig(String, SimpleActionInterceptorConfig[], InterceptorConfig[]) - Constructor for class PerActionInterceptorConfig
 
PerPageFlowActionInterceptorConfig - Class in org.apache.beehive.netui.util.config.bean
 
PerPageFlowActionInterceptorConfig(String, SimpleActionInterceptorConfig[], InterceptorConfig[], PerActionInterceptorConfig[]) - Constructor for class PerPageFlowActionInterceptorConfig
 
persistAttributes() - Method in class ScopedRequestImpl
Stores the current map of request attributes in the Session.
persistAttributes() - Method in interface ScopedRequest
Stores the current map of request attributes in the Session.
persistInSession(HttpServletRequest, HttpServletResponse) - Method in class FacesBackingBean
Store this object in the user session, in the appropriate place.
persistInSession(HttpServletRequest, HttpServletResponse) - Method in class PageFlowController
Store this object in the user session, in the appropriate place.
persistInSession(HttpServletRequest, HttpServletResponse) - Method in class PageFlowManagedObject
Store this object in the user session, in the appropriate place.
persistInSession(HttpServletRequest, HttpServletResponse) - Method in class SharedFlowController
Store this object in the user session, in the appropriate place.
PLACE_AFTER - Static variable in class ScriptPlacement
 
PLACE_BEFORE - Static variable in class ScriptPlacement
 
PLACE_INFRAMEWORK - Static variable in class ScriptPlacement
 
PLACE_INLINE - Static variable in class ScriptPlacement
 
pop(HttpServletRequest) - Method in class PageFlowStack
Pop the most recently-pushed page flow from the stack of nested page flows in the session.
pop() - Method in class DataAccessProviderStack
 
popIdScope() - Method in class ScriptContainer
 
populate(HttpServletRequest, HttpServletResponse, ActionForm, boolean) - Static method in class ProcessPopulate
Use the request parameters to populate all properties that have expression keys into the underlying JavaBeans.
POPUP_DONE - Static variable in class CoreScriptFeature
 
PORT_TOKEN - Static variable in class TemplatedURLFormatter
 
PORT_TOKEN - Static variable in class URLTemplateDescriptor
Deprecated.  
postAction(ActionInterceptorContext, InterceptorChain) - Method in class ActionInterceptor
Callback invoked after the action is processed.
postInvoke(InterceptorContext, InterceptorChain) - Method in class ActionInterceptor
Callback invoked after the action is processed.
postInvoke(InterceptorContext, InterceptorChain) - Method in interface Interceptor
 
postInvoke(InterceptorContext, InterceptorChain) - Method in class RequestInterceptor
Callback invoked after the request is processed.
postRequest(RequestInterceptorContext, InterceptorChain) - Method in class RequestInterceptor
Callback invoked after the request is processed.
postRequest(RequestInterceptorContext, InterceptorChain) - Method in class DivPanelCRI
 
postRequest(RequestInterceptorContext, InterceptorChain) - Method in class TreeCRI
 
preAction(ActionInterceptorContext, InterceptorChain) - Method in class ActionInterceptor
Callback invoked before the action is processed.
PrefixHandlerConfig - Class in org.apache.beehive.netui.util.config.bean
 
PrefixHandlerConfig(String, String) - Constructor for class PrefixHandlerConfig
 
PrefixNameInterceptor - Class in org.apache.beehive.netui.tags.naming
A INameInterceptor that is used to add a prefix handler onto a NetUI tag that is being written to the client.
PrefixNameInterceptor(String) - Constructor for class PrefixNameInterceptor
 
PrefixNameInterceptor() - Constructor for class PrefixNameInterceptor
 
preInvoke(InterceptorContext, InterceptorChain) - Method in class ActionInterceptor
Callback invoked before the action is processed.
preInvoke(InterceptorContext, InterceptorChain) - Method in interface Interceptor
 
preInvoke(InterceptorContext, InterceptorChain) - Method in class RequestInterceptor
Callback invoked before the request is processed.
preRequest(RequestInterceptorContext, InterceptorChain) - Method in class RequestInterceptor
Callback invoked before the request is processed.
preRequest(RequestInterceptorContext, InterceptorChain) - Method in class DivPanelCRI
 
preRequest(RequestInterceptorContext, InterceptorChain) - Method in class TreeCRI
 
prevCharIsCR - Variable in class SimpleCharStream
 
prevCharIsLF - Variable in class SimpleCharStream
 
preventCache(HttpServletResponse) - Static method in class PageFlowUtils
Deprecated. Use ServletUtils.preventCache(javax.servlet.ServletResponse) instead.
PreventCache - Class in org.apache.beehive.netui.util.config.bean
 
preventCache(ServletResponse) - Static method in class ServletUtils
Set response headers to prevent caching of the response by the browser.
PreviousActionInfo - Class in org.apache.beehive.netui.pageflow
Stores information about a recent action execution within a pageflow -- used with Used with navigateTo=Jpf.NavigateTo.previousAction on Jpf.Forward, Jpf.SimpleAction, or Jpf.ConditionalForward.
PreviousActionInfo(ActionForm, String, String) - Constructor for class PreviousActionInfo
Constructor which accepts an ActionForm and action URI.
PreviousInfo - Class in org.apache.beehive.netui.pageflow
Base class for previous-page and previous-action information.
PreviousInfo(ActionForm, String) - Constructor for class PreviousInfo
 
PreviousNextPagerRenderer - Class in org.apache.beehive.netui.databinding.datagrid.runtime.rendering.pager
 
PreviousNextPagerRenderer() - Constructor for class PreviousNextPagerRenderer
 
PreviousPageInfo - Class in org.apache.beehive.netui.pageflow
Stores information about a previously-displayed page, as well as its initialization data.
PreviousPageInfo(ActionForward, ActionForm, ActionMapping, String) - Constructor for class PreviousPageInfo
Constructor which accepts the ActionForward used to display the page, the ActionForm used to initialize the page, and the associated ActionMapping, which represents the action that forwarded to the page.
printCompileErrors(PrintWriter) - Method in interface ActionResult
Deprecated. This method has no effect; compilation no longer happens at runtime. It will be removed in the next major release.
printCompileErrors(PrintWriter) - Method in class ActionResultImpl
 
printError(PrintWriter) - Method in exception PageFlowManagedObjectException
Print a formatted message.
process(HttpServletRequest, HttpServletResponse) - Method in class AutoRegisterActionServlet
This override of the base class process() registers a Struts module on the fly if the config file can be found in our standard place (named in our standard way), regardless of whether the module is configured in web.xml.
process(HttpServletRequest, HttpServletResponse) - Method in class PageFlowActionServlet
 
process(HttpServletRequest, HttpServletResponse) - Method in class PageFlowRequestProcessor
 
process(HttpServletRequest, String, String, ProcessPopulate.ExpressionUpdateNode) - Method in interface RequestParameterHandler
 
process(HttpServletRequest, String, String, ProcessPopulate.ExpressionUpdateNode) - Method in class CheckBox.CheckBoxPrefixHandler
Determines the current state of the CheckBox (true or false) based on the Request.
process(HttpServletRequest, String, String, ProcessPopulate.ExpressionUpdateNode) - Method in class CheckBoxGroup.CheckboxGroupPrefixHandler
Determines the current state of the CheckBoxGroup based on the Request.
process(HttpServletRequest, String, String, ProcessPopulate.ExpressionUpdateNode) - Method in class RadioButtonGroup.RadioButtonGroupPrefixHandler
 
process(HttpServletRequest, String, String, ProcessPopulate.ExpressionUpdateNode) - Method in class Select.SelectPrefixHandler
 
processAction(ActionEvent) - Method in class PageFlowActionListener
 
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class PageFlowRequestProcessor
 
processActionForm(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class PageFlowRequestProcessor
 
processActionOverride(HttpServletRequest, HttpServletResponse) - Method in class PageFlowRequestProcessor
The requested action can be overridden by a request parameter.
processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Method in class PageFlowRequestProcessor
 
ProcessedAnnotation - Class in org.apache.beehive.netui.pageflow.internal.annotationreader
 
ProcessedAnnotation() - Constructor for class ProcessedAnnotation
 
ProcessedAnnotation(String, AnnotationAttribute[]) - Constructor for class ProcessedAnnotation
 
ProcessedAnnotationParser - Class in org.apache.beehive.netui.pageflow.internal.annotationreader
 
ProcessedAnnotations - Class in org.apache.beehive.netui.pageflow.internal.annotationreader
 
ProcessedAnnotations() - Constructor for class ProcessedAnnotations
 
ProcessedAnnotations(String, Map) - Constructor for class ProcessedAnnotations
 
processException(HttpServletRequest, HttpServletResponse, Exception, ActionForm, ActionMapping) - Method in class PageFlowRequestProcessor
 
processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class PageFlowRequestProcessor
This override of the base method ensures that absolute URIs don't get the context path prepended, and handles forwards to special things like return-to="currentPage".
processMapping(HttpServletRequest, HttpServletResponse, String) - Method in class PageFlowRequestProcessor
 
processMultipart(HttpServletRequest) - Method in class PageFlowRequestProcessor
If this is a multipart request, wrap it with a special wrapper.
processNoCache(HttpServletRequest, HttpServletResponse) - Method in class PageFlowRequestProcessor
Set the no-cache headers.
processPageFlowRequest(HttpServletRequest, HttpServletResponse, String) - Method in class PageFlowRequestProcessor
Process any direct request for a page flow by forwarding to its "begin" action.
processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class PageFlowRequestProcessor
 
ProcessPopulate - Class in org.apache.beehive.netui.pageflow
Implement the processPopulate stage of the Struts / PageFlow request processing lifecycle.
ProcessPopulate() - Constructor for class ProcessPopulate
 
ProcessPopulate.ExpressionUpdateNode - Class in org.apache.beehive.netui.pageflow
An inner class that represnts the data that will be used to perform an update.
processRoles(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class PageFlowRequestProcessor
 
processSharedFlowMapping(HttpServletRequest, HttpServletResponse, String, FlowController) - Method in class PageFlowRequestProcessor
 
processTreeRequest(String, TreeElement, HttpServletRequest, HttpServletResponse) - Static method in class TreeHelpers
If this tree was selected or expanded this will handle that processing.
processUnhandledAction(HttpServletRequest, HttpServletResponse, String) - Method in class AutoRegisterActionServlet
Last chance to handle an unhandled action URI.
processUnhandledAction(HttpServletRequest, HttpServletResponse, String) - Method in class PageFlowActionServlet
Last chance to handle an unhandled action URI.
processUnresolvedAction(String, HttpServletRequest, HttpServletResponse, Object) - Method in class PageFlowRequestProcessor
 
PropertyCache - Class in org.apache.beehive.netui.util.internal.cache
The PropertyCache is used to track the JavaBean properties and public fields of a set of classes that are stored in the cache.
PropertyCache() - Constructor for class PropertyCache
 
push(PageFlowController, HttpServletRequest) - Method in class PageFlowStack
Push a page flow onto the stack of nested page flows in the session.
push(DataAccessProviderBean) - Method in class DataAccessProviderStack
 
pushIdScope() - Method in class ScriptContainer
 
put(Object, Object) - Method in class DynaFormData
 
put(INameable) - Method in class NameService
 
put(Object, Object) - Method in class AbstractAttributeMap
 
put(String, String, Object) - Method in class ClassLevelCache
 
put(Object, Object) - Method in class InternalConcurrentHashMap
Maps the specified key to the specified value in this table.
putAll(Map) - Method in class DynaFormData
 
putAll(Map) - Method in class AbstractAttributeMap
 
putAll(Map) - Method in class InternalConcurrentHashMap
Copies all of the mappings from the specified map to this one.
putIfAbsent(Object, Object) - Method in class InternalConcurrentHashMap
If the specified key is not already associated with a value, associate it with the given value.
putValue(String, Object) - Method in class ScopedSession
 
putValue(Object, Object) - Method in class AbstractAttributeMap
 
putValue(Object, Object) - Method in class RequestAttributeMap
 
putValue(Object, Object) - Method in class SessionAttributeMap
 

Q

qualify(String, String) - Method in class ExpressionEvaluatorImpl
 
qualify(String) - Method in class ExpressionTerm
 
qualify(String) - Method in class ParsedExpression
 
qualify(String, String) - Method in interface ExpressionEvaluator
Qualify the expression into the given context.
qualifyAction(ServletContext, String) - Static method in class InternalUtils
 
qualifyAttribute(String) - Method in class AbstractClassicTag
An internal method that allows a tag to qualify the name paramater by converting it from a struts style naming convention to an explicit databinding expression.
QUERY_STRING_TOKEN - Static variable in class TemplatedURLFormatter
 
QUERY_STRING_TOKEN - Static variable in class URLTemplateDescriptor
Deprecated.  

R

RadioButtonGroup - Class in org.apache.beehive.netui.tags.html
Groups a collection of RadioButtonOptions, and handles databinding of their values.
RadioButtonGroup() - Constructor for class RadioButtonGroup
 
RadioButtonGroup.RadioButtonGroupPrefixHandler - Class in org.apache.beehive.netui.tags.html
The handler for naming and indexing the RadioButtonGroup.
RadioButtonGroup.RadioButtonGroupPrefixHandler() - Constructor for class RadioButtonGroup.RadioButtonGroupPrefixHandler
 
RADIOBUTTONGROUP_KEY - Static variable in class RadioButtonGroup
 
RadioButtonOption - Class in org.apache.beehive.netui.tags.html
A radio button whose state is determined by its enclosing RadioButtonGroup.
RadioButtonOption() - Constructor for class RadioButtonOption
 
RBRACKET - Static variable in interface NetUIELParserConstants
 
readChar() - Method in class SimpleCharStream
 
READONLY - Static variable in interface HtmlConstants
The name of the readonly attribute.
readonly - Variable in class InputFileTag.State
 
readonly - Variable in class InputTextTag.State
 
readonly - Variable in class TextAreaTag.State
 
redirect(FlowControllerHandlerContext, String) - Method in interface ForwardRedirectHandler
 
redirect(FlowControllerHandlerContext, String) - Method in class DefaultForwardRedirectHandler
 
refresh(HttpServletRequest, HttpServletResponse) - Method in interface ActionResolver
Called on this object for non-lookup (refresh) requests.
refresh(HttpServletRequest, HttpServletResponse) - Method in class FlowController
Called on this object for non-lookup (refresh) requests.
refresh(HttpServletRequest, HttpServletResponse) - Method in class StrutsModule
 
registerAttribute(int, String, String, boolean) - Method in class AbstractAttributeState
Register a name/value pair into a named attribute map.
registerAttribute(int, String, String) - Method in class AbstractAttributeState
 
registerChildTag(RepeaterComponent) - Method in class Repeater
Method used by tags in the repeater tag set to register the presence of a contained tag.
registerModule(String, String) - Method in class AutoRegisterActionServlet
Register a Struts module, initialized by the given configuration file.
registerOuterAttribute(String) - Method in class ScopedRequestImpl
 
registerOuterAttribute(String) - Method in interface ScopedRequest
 
registerPrefixHandler(String, RequestParameterHandler) - Static method in class ProcessPopulate
Register a RequestParameterHandler that is added to handle a particular prefix which be present as a prefix to a request parameter key.
registerResourceBundle(String, String, Locale) - Method in class BundleMap
 
registerTagError(String, Throwable) - Method in class AbstractClassicTag
This will report an error from a tag.
registerTagError(AbstractPageError) - Method in class AbstractClassicTag
This will report an error from a tag.
registerTagError(String, Throwable) - Method in class AbstractSimpleTag
This will report an error from a tag.
registerTagError(AbstractPageError) - Method in class AbstractSimpleTag
 
registerTagError(String, String, JspTag, Throwable) - Method in class ErrorHandling
This will report an error from a tag.
registerTagError(AbstractPageError, JspTag) - Method in class ErrorHandling
This method will add an error to the errors begin tracked by the tag.
registerTagError(String, Throwable) - Method in interface INetuiTag
 
registerTagError(AbstractPageError) - Method in interface INetuiTag
 
registerTagError(String, Throwable) - Method in class ServletTreeRenderer
Errors during rendering will call through this method.
registerTagError(String, Throwable) - Method in class TreeRenderer
 
registerTemplatedURLFormatter(ServletRequest, TemplatedURLFormatter) - Static method in class URLRewriterService
Register a TemplatedURLFormatter in the request.
registerURLRewriter(ServletRequest, URLRewriter) - Static method in class URLRewriterService
Register a URLRewriter (add to a list) in the request.
registerURLRewriter(int, ServletRequest, URLRewriter) - Static method in class URLRewriterService
Register a URLRewriter (add to a list) in the request.
rehydrateRequest(HttpServletRequest) - Method in class InterceptorForward
 
rehydrateRequest(HttpServletRequest) - Method in class OriginalForward
 
reinit(ServletContext) - Method in class Factory
Called to reinitialize this instance, most importantly after it has been serialized/deserialized.
reinit(ServletContext) - Method in class FacesBackingBeanFactory
Called to reinitialize this instance, most importantly after it has been serialized/deserialized.
reinit(ServletContext) - Method in class FlowControllerFactory
Called to reinitialize this instance, most importantly after it has been serialized/deserialized.
reinit(ServletContext) - Method in class BaseHandler
 
reinit(ServletContext) - Method in interface Handler
Reinitialize, normally used to reconsitute transient data that was lost during serialization.
reinit(ServletContext) - Method in class Handlers
 
reinit(ServletContext) - Method in class DefaultExceptionsHandler
 
ReInit(InputStream) - Method in class NetUIELParser
 
ReInit(Reader) - Method in class NetUIELParser
 
ReInit(NetUIELParserTokenManager) - Method in class NetUIELParser
 
ReInit(SimpleCharStream) - Method in class NetUIELParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class NetUIELParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class SimpleCharStream
 
ReInit(Reader, int, int) - Method in class SimpleCharStream
 
ReInit(Reader) - Method in class SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream) - Method in class SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class SimpleCharStream
 
reinitialize(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class FacesBackingBean
Reinitialize the bean for a new request.
reinitialize(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class FlowController
Reinitialize the object for a new request.
reinitialize(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class PageFlowManagedObject
Reinitialize the object for a new request.
reinitialize(PageFlowController) - Method in class PreviousPageInfo
Reinitialize the stored ActionMapping and PageFlowController objects.
REL - Static variable in interface HtmlConstants
The name of the rel attribute.
releaseService(BeanContextServices, Object, Object) - Method in class PageFlowServiceProvider
 
ReloadableClassHandler - Interface in org.apache.beehive.netui.pageflow.handler
Handler for loading and reloading classes.
reloadClasses(RequestContext) - Method in interface ReloadableClassHandler
 
reloadClasses(RequestContext) - Method in class DefaultReloadableClassHandler
 
remove() - Method in class TemplateTokenizer
Not supported.
remove() - Method in class PagedDataSet
 
remove(Object) - Method in class DynaFormData
 
remove() - Method in class FlowController
Remove this instance from the user session.
remove(Object) - Method in class AbstractAttributeMap
 
remove(Object) - Method in class InternalConcurrentHashMap
Removes the key (and its corresponding value) from this table.
remove(Object, Object) - Method in class InternalConcurrentHashMap
Remove entry for key only if currently mapped to given value.
remove() - Method in class ArrayIterator
 
remove() - Method in class AtomicObjectIterator
 
remove() - Method in class EnumerationIterator
 
remove() - Method in class MapIterator
Remove the current item in the iterator.
remove() - Method in class ResultSetIterator
The remove operation is unsupported on the ResultSetIterator.
removeAllAttributes() - Method in class AttributeContainer
 
removeAttribute(RequestContext, String) - Method in interface StorageHandler
Remove a named attribute.
removeAttribute(RequestContext, String) - Method in class DeferredSessionStorageHandler
 
removeAttribute(RequestContext, String) - Method in class SimpleSessionStorageHandler
 
removeAttribute(String) - Method in class AttributeContainer
 
removeAttribute(String) - Method in class ScopedRequestImpl
 
removeAttribute(int, String) - Method in class AbstractAttributeState
Remove a previously registered attribute value from map.
removeChild(int) - Method in class TreeElement
Remove the child node (and all children of that child) at the specified position in the child list.
removeChild(TreeElement) - Method in class TreeElement
Remove the specified child node.
removeCurrentFacesBackingBean(HttpServletRequest, ServletContext) - Static method in class InternalUtils
 
removeCurrentPageFlow(HttpServletRequest, ServletContext) - Static method in class InternalUtils
 
removeDataAccessProvider(JspContext) - Static method in class DataAccessProviderStack
 
removeFirst() - Method in class InterceptorChain
 
removeFromSession(HttpServletRequest) - Method in class FacesBackingBean
Remove this instance from the session.
removeFromSession(HttpServletRequest) - Method in class PageFlowController
Remove this instance from the session.
removeFromSession(HttpServletRequest) - Method in class PageFlowManagedObject
Remove this instance from the session.
removeFromSession(HttpServletRequest) - Method in class SharedFlowController
Remove this instance from the session.
removeLongLivedPageFlow(String, HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.removeLongLivedPageFlow(String, HttpServletRequest, ServletContext) instead.
removeLongLivedPageFlow(String, HttpServletRequest, ServletContext) - Static method in class PageFlowUtils
Remove a "long-lived" page flow from the session.
removeParameter(String) - Method in class FreezableMutableURI
Removes the given parameter.
removeParameter(String) - Method in class MutableURI
Removes the given parameter.
removeScope(String) - Method in class ScopedAttributeContainer
 
removeScope(String, Object) - Static method in class ScopedAttributeContainer
 
removeScopedSessionAttr(String, HttpServletRequest) - Static method in class ScopedServletUtils
If the request is a ScopedRequest, this removes an attribute whose name is scoped to that request's scope-ID; otherwise, it is a straight passthrough to HttpSession.removeAttribute(java.lang.String).
removeSharedFlow(String) - Method in class PageFlowController
Remove a shared flow from the session, based on its name as defined in this page flow's sharedFlowRefs attribute on @Jpf.Controller.
removeSharedFlow(String, HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.removeSharedFlow(String, HttpServletRequest, ServletContext) instead.
removeSharedFlow(String, HttpServletRequest, ServletContext) - Static method in class PageFlowUtils
Destroy the current SharedFlowController of the given class name.
removeValue(String) - Method in class ScopedSession
 
renameScope(Object) - Method in class ScopedAttributeContainer
 
renameScope(Object) - Method in class ScopedRequestImpl
 
renameScope(Object) - Method in interface ScopedRequest
 
renameScope(Object, Object, HttpServletRequest) - Static method in class ScopedServletUtils
Find all scoped objects (ScopedRequest, ScopedResponse) which have a certain scope-key, replaces this scope-key with the new one, and re-caches the objects the new scope-key.
renameSessionScope(Object, Object, HttpServletRequest) - Static method in class ScopedRequestImpl
 
render() - Method in class PagerRenderer
This method should be called when the pager is to be rendered.
render(InternalStringBuilder, TreeElement, int, AttributeRenderer, InheritableState) - Method in class TreeRenderer
This is a recursive method which generates the markup for the tree.
RENDER_STATE_CAPTION - Static variable in class DataGridTagModel
The render state used when the data grid is rendering the caption tag.
RENDER_STATE_END - Static variable in class DataGridTagModel
The render state used when the data grid has completed rendering.
RENDER_STATE_FOOTER - Static variable in class DataGridTagModel
The render state used when the data grid is rendering the footer.
RENDER_STATE_GRID - Static variable in class DataGridTagModel
The render state used when the data grid is rendering the data rows.
RENDER_STATE_HEADER - Static variable in class DataGridTagModel
The render state used when the data grid is rendering the header tag.
RENDER_STATE_START - Static variable in class DataGridTagModel
The render state used when the data grid performs its first pass through its tag body.
RENDER_TEMPLATE - Static variable in class URLTemplateDescriptor
Deprecated.  
RENDER_TEMPLATE - Static variable in class URLTemplatesFactory
 
renderAdditionalAttributes(AbstractRenderAppender, HtmlTag.State) - Method in class HtmlTag
 
renderAfterNode(AbstractRenderAppender, TreeElement) - Method in class ServletTreeRenderer
 
renderAfterNode(AbstractRenderAppender, TreeElement) - Method in class TreeRenderer
 
renderAttribute(AbstractRenderAppender, String, String) - Method in class TagRenderingBase
This method will append an attribute value to a InternalStringBuilder.
renderAttributes(int, AbstractRenderAppender, AbstractAttributeState, boolean) - Method in class TagHtmlBase
Render all of the attributes defined in a map and return the string value.
renderAttributes(int, AbstractRenderAppender, AbstractAttributeState, boolean) - Method in class TagRenderingBase
Render all of the attributes defined in a map and return the string value.
renderAttributes(int, AbstractRenderAppender, AbstractAttributeState) - Method in class TagRenderingBase
 
renderAttributeSingleQuotes(AbstractRenderAppender, String, String) - Method in class TagRenderingBase
 
renderBeforeNode(AbstractRenderAppender, TreeElement) - Method in class ServletTreeRenderer
 
renderBeforeNode(AbstractRenderAppender, TreeElement) - Method in class TreeRenderer
 
renderCell(AbstractRenderAppender) - Method in class AbstractCell
Abstract method implemented by subclasses to perform cell-specific rendering.
renderCell(AbstractRenderAppender) - Method in class AbstractHtmlTableCell
Base HTML table cell rendering functionality which opens and closes the HTML <td> tags with the correct style and attribute information.
renderCell(AbstractRenderAppender) - Method in class HeaderCell
Render the header cell's contents.
renderChecked(AbstractRenderAppender, boolean) - Method in class InputBooleanTag
 
renderDataCellContents(AbstractRenderAppender, String) - Method in class AbstractHtmlTableCell
Abstract method implemented by subclasses in order to render a cell's content.
renderDataCellContents(AbstractRenderAppender, String) - Method in class AnchorCell
Render the contents of the HTML anchor.
renderDataCellContents(AbstractRenderAppender, String) - Method in class ImageAnchorCell
Render the contents of the HTML anchor and image.
renderDataCellContents(AbstractRenderAppender, String) - Method in class ImageCell
Render the cell's contents.
renderDataCellContents(AbstractRenderAppender, String) - Method in class SpanCell
Render the cell's contents.
renderDataCellContents(AbstractRenderAppender, String) - Method in class TemplateCell
Render the contents of this cell.
renderDefaultNameAndId(HttpServletRequest, AbstractHtmlState, String, String) - Method in class AbstractDataGridHtmlTag
 
renderDefaultNameAndId(HttpServletRequest, AbstractHtmlState, String, String) - Method in class HtmlBaseTag
 
renderDisabled(AbstractRenderAppender, boolean) - Method in class InputBooleanTag
 
renderDisabled(AbstractRenderAppender, boolean) - Method in class InputImageTag
 
renderDisabled(AbstractRenderAppender, boolean) - Method in class InputSubmitTag
 
renderDisabled(AbstractRenderAppender, boolean) - Method in class InputTextTag
 
renderDisabled(AbstractRenderAppender, boolean) - Method in class OptionTag
 
renderDisabled(AbstractRenderAppender, boolean) - Method in class SelectTag
 
renderDisabled(AbstractRenderAppender, boolean) - Method in class TextAreaTag
 
renderDocType(AbstractRenderAppender) - Method in class HtmlTag
 
renderEmptyCell(AbstractRenderAppender) - Method in class AbstractCell
Utility method usable by subclasses that renders an HTML &nbsp; to represent an empty HTML table cell.
renderEndTag(int) - Method in class Pad
Complete rendering the body of this tag.
renderEndTag(int) - Method in class RepeaterComponent
 
renderEndTag(AbstractRenderAppender, String) - Method in class TagRenderingBase
 
renderGeneral(HashMap, AbstractRenderAppender, boolean) - Method in class TagRenderingBase
This method will render all of the general attributes.
renderHeaderCellContents(AbstractRenderAppender, String) - Method in class HeaderCell
Render the contents of the body of the HTML th tag into the given AbstractRenderAppender
renderMultiple(AbstractRenderAppender, boolean) - Method in class SelectTag
 
renderNameAndId(HttpServletRequest, AbstractHtmlState, Form) - Method in class AbstractDataGridHtmlTag
Generate a name and id given a AbstractHtmlState object.
renderNameAndId(HttpServletRequest, AbstractHtmlState, Form) - Method in class HtmlBaseTag
Assumptions: The state.name must be fully formed or the "real name" of the form.
renderPager(AbstractRenderAppender) - Method in class DataGridTagModel
Method used to render the data grid's pager UI into the given AbstractRenderAppender.
RenderPager - Class in org.apache.beehive.netui.tags.databinding.datagrid
Data grid tag used to render the grid's pager at a specific location in a JSP.
RenderPager() - Constructor for class RenderPager
 
renderReadOnly(AbstractRenderAppender, boolean) - Method in class InputFileTag
 
renderReadonly(AbstractRenderAppender, boolean) - Method in class InputTextTag
 
renderReadonly(AbstractRenderAppender, boolean) - Method in class TextAreaTag
 
renderSelected(AbstractRenderAppender, boolean) - Method in class OptionTag
 
renderTag(AbstractRenderAppender, String) - Method in class TagRenderingBase
 
renderTagId(HttpServletRequest, String, AbstractHtmlState) - Method in class ServletTreeRenderer
 
renderTagId(HttpServletRequest, String, AbstractHtmlState) - Method in class Tree
This method will handle creating the tagId attribute.
renderTagId(HttpServletRequest, String, AbstractHtmlState) - Method in class TreeRenderer
 
renderView(ServletRequest, ServletResponse, ServletContext) - Method in interface ViewRenderer
 
renderView(ServletRequest, ServletResponse, ServletContext) - Method in class ReturnActionViewRenderer
 
Repeater - Class in org.apache.beehive.netui.tags.databinding.repeater
The <netui-data:repeater> tag is a markup-generic tag that repeats over a data set.
Repeater() - Constructor for class Repeater
 
RepeaterComponent - Class in org.apache.beehive.netui.tags.databinding.repeater
The base class for tags that are part of the Repeater tag set and participate in the structured nature of Repeater rendering.
RepeaterComponent() - Constructor for class RepeaterComponent
 
RepeaterFooter - Class in org.apache.beehive.netui.tags.databinding.repeater
Renders the footer of a Repeater tag.
RepeaterFooter() - Constructor for class RepeaterFooter
 
RepeaterHeader - Class in org.apache.beehive.netui.tags.databinding.repeater
Renders the header of a Repeater tag.
RepeaterHeader() - Constructor for class RepeaterHeader
 
RepeaterItem - Class in org.apache.beehive.netui.tags.databinding.repeater
This tag is used to render an individual item in the data set as it is iterated over by the Repeater tag.
RepeaterItem() - Constructor for class RepeaterItem
 
REPEATING_DATASOURCE - Static variable in class Select.RepeatingStages
 
REPEATING_DEFAULT - Static variable in class Select.RepeatingStages
 
REPEATING_NULL - Static variable in class Select.RepeatingStages
 
REPEATING_OPTION - Static variable in class Select.RepeatingStages
These are the publically exposed stages, REPEATING_OPTION, REPEATING_DEFAULT, REPEATING_DATASOURCE and REPEATING_NULL.
replace(String, String, String) - Method in class Tree
Replace any occurrence of the specified placeholder in the specified template string with the specified replacement value.
replace(Object, Object, Object) - Method in class InternalConcurrentHashMap
Replace entry for key only if currently mapped to given value.
replace(Object, Object) - Method in class InternalConcurrentHashMap
Replace entry for key only if currently mapped to some value.
reportAndExit(int) - Method in class AbstractClassicTag
This is a simple routine which will call the error reporter if there is an error and then call local release before returning the returnValue.
reportCollectedErrors(InternalStringBuilder, JspTag) - Static method in class ErrorHandling
This method get the current errors and write the formated output
reportCollectedErrors(PageContext, JspTag) - Static method in class ErrorHandling
This method get the current errors and write the formated output
reportErrors() - Method in class AbstractClassicTag
This method will write out the String returned by getErrorsReport to the response output stream.
reportErrors() - Method in class AbstractSimpleTag
This method will write out the String returned by getErrorsReport to the response output stream.
reportErrors(Writer, String) - Method in class ErrorHandling
This method will write out the String returned by getErrorsReport to the response output stream.
RequestAttributeMap - Class in org.apache.beehive.netui.script.el.util
 
RequestAttributeMap(ServletRequest) - Constructor for class RequestAttributeMap
 
RequestContext - Class in org.apache.beehive.netui.pageflow
Base request/response context.
RequestContext(ServletRequest, ServletResponse) - Constructor for class RequestContext
 
RequestInterceptor - Class in org.apache.beehive.netui.pageflow.interceptor.request
A request interceptor, which can run before and/or after a request.
RequestInterceptor() - Constructor for class RequestInterceptor
 
RequestInterceptorContext - Class in org.apache.beehive.netui.pageflow.interceptor.request
Context passed to methods on RequestInterceptor.
RequestInterceptorContext(HttpServletRequest, HttpServletResponse, ServletContext) - Constructor for class RequestInterceptorContext
 
RequestInterceptorsConfig - Class in org.apache.beehive.netui.util.config.bean
 
RequestInterceptorsConfig(InterceptorConfig[]) - Constructor for class RequestInterceptorsConfig
 
RequestParameterHandler - Interface in org.apache.beehive.netui.pageflow
 
RequestUtils - Class in org.apache.beehive.netui.tags
This class contains utility methods that deal with requests.
RequestUtils() - Constructor for class RequestUtils
 
requestWasCancelled() - Method in class RequestInterceptorContext
 
REQUIRED_ATTR - Static variable in class AnchorBase
 
REQUIRED_ATTR - Static variable in class Area
 
requiredTokens - Variable in class TemplatedURLFormatter
 
reset(ActionMapping, HttpServletRequest) - Method in class AnyBeanActionForm
 
reset(ActionMapping, HttpServletRequest) - Method in class XmlBeanActionForm
 
reset() - Method in class ScopedResponseImpl
 
resetBuffer() - Method in class ScopedResponseImpl
 
resetToken(HttpServletRequest) - Method in class FlowController
Deprecated. Use FlowController.resetToken() instead.
resetToken() - Method in class FlowController
Reset the saved transaction token in the user's session.
resolveAction(String, Object, HttpServletRequest, HttpServletResponse) - Method in class FlowController
Call an action and return the result URI.
resolveAction(String, Object) - Method in class FlowController
Deprecated. Use FlowController.resolveAction(String, Object, HttpServletRequest, HttpServletResponse) instead.
resolveObject() - Method in class AbstractCallMethod

Resolve the object on which the method should be invoked.

resolveObject() - Method in class CallMethod
 
resolveObject() - Method in class CallPageFlow
Get the PageFlow for the using JSP's directory.
resolveVariable(String) - Method in class NetUIReadVariableResolver
 
resolveVariable(String) - Method in class NetUIUpdateVariableResolver
 
resolveVariable(String) - Method in class NetUIVariableResolver
 
RESOURCE - Static variable in class URLType
 
RESOURCE_TEMPLATE - Static variable in class URLTemplateDescriptor
Deprecated.  
RESOURCE_TEMPLATE - Static variable in class URLTemplatesFactory
 
ResponseErrorCodeSender - Interface in org.apache.beehive.netui.pageflow
 
ResponseOutputException - Exception in org.apache.beehive.netui.pageflow.internal
Unchecked exception thrown in situations where output would normally be written to the response, but when the runtime is configured to throw an exception instead.
ResponseOutputException(String) - Constructor for exception ResponseOutputException
 
ResponseOutputException(String, Throwable) - Constructor for exception ResponseOutputException
 
ResponseRenderAppender - Class in org.apache.beehive.netui.tags.rendering
 
ResponseRenderAppender(ServletResponse) - Constructor for class ResponseRenderAppender
 
restore(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class FacesBackingBean
Restore this bean (set it as the current one from some dormant state).
restoreAttributes() - Method in class ScopedRequestImpl
Restores the map of request attributes from a map saved in the Session.
restoreAttributes() - Method in interface ScopedRequest
Restores the map of request attributes from a map saved in the Session.
restoreState(FacesContext, Object) - Method in class BackingClassMethodBinding
 
ResultSetIterator - Class in org.apache.beehive.netui.util.iterator
Iterator implementation for ResultSet.
ResultSetIterator(ResultSet) - Constructor for class ResultSetIterator
Create a ResultSetIterator for the resultSet.
RetrievePopupOutput - Class in org.apache.beehive.netui.tags.html
Causes a value to be retrieved when a popup window closes.
RetrievePopupOutput() - Constructor for class RetrievePopupOutput
 
retrieveUserLocale(HttpServletRequest, String) - Static method in class FlowController
 
RETURN_ACTION_VIEW_RENDERER_PARAM - Static variable in interface InternalConstants
 
RETURN_TO_ACTION - Static variable in class Forward
Deprecated. Use Forward.RETURN_TO_PREVIOUS_ACTION instead.
RETURN_TO_CURRENT_PAGE - Static variable in class Forward
 
RETURN_TO_NONE - Static variable in class Forward
 
RETURN_TO_PAGE - Static variable in class Forward
Deprecated. Use Forward.RETURN_TO_CURRENT_PAGE or Forward.RETURN_TO_PREVIOUS_PAGE instead.
RETURN_TO_PREVIOUS_ACTION - Static variable in class Forward
 
RETURN_TO_PREVIOUS_PAGE - Static variable in class Forward
 
ReturnActionViewRenderer - Class in org.apache.beehive.netui.tags.internal
Renderer for the "automatic" script-only page that is produced to send a map of values from a popup window back to the opener, and to close the popup window.
ReturnActionViewRenderer() - Constructor for class ReturnActionViewRenderer
 
returnErrors() - Method in class Html
Return an ArrayList of the errors
returnErrors() - Method in interface IErrorReporter
Return an ArrayList of the errors
returnErrors() - Method in class Template
Return an ArrayList of the errors
RETURNING_FORM_ATTR - Static variable in interface InternalConstants
 
RETURNING_FROM_NESTING_ATTR - Static variable in interface InternalConstants
 
ReturnToException - Exception in org.apache.beehive.netui.pageflow.internal
 
ReturnToException(String, Forward, FlowController) - Constructor for exception ReturnToException
 
REV - Static variable in interface HtmlConstants
The name of the rev attribute.
rewriteActionURL(PageContext, String, Map, String) - Static method in class PageFlowTagUtils
Create a fully-rewritten url from an initial action url with query parameters and an anchor (location on page), checking if it needs to be secure then call the rewriter service using a type of URLType.ACTION.
rewriteHrefURL(PageContext, String, Map, String) - Static method in class PageFlowTagUtils
Create a fully-rewritten url from an initial href url with query parameters and an anchor (location on page), checking if it needs to be secure then call the rewriter service using a type of URLType.ACTION.
rewriteName(String) - Method in class AbstractClassicTag
This method will rewrite the name (id) by passing it to the URL Rewritter and getting back a value.
rewriteName(String) - Method in class AbstractSimpleTag
This method will rewrite the name (id) by passing it to the URL Rewritter and getting back a value.
RewriteName - Class in org.apache.beehive.netui.tags.html
Allow a name, typically either an id or name attribute, to participate in URL rewritting.
RewriteName() - Constructor for class RewriteName
 
rewriteName(String, Tag) - Method in class FormDataNameInterceptor
Qualify the name of a NetUI JSP tag into the "actionForm" data binding context.
rewriteName(String, Tag) - Method in interface INameInterceptor
 
rewriteName(String, Tag) - Method in class IndexedNameInterceptor
Rewrite an expression into a fully-qualified reference to a specific JavaBean property on an object.
rewriteName(String, Tag) - Method in class PrefixNameInterceptor
 
rewriteNameInternal(String, String) - Method in class PrefixNameInterceptor
 
rewriteResourceURL(PageContext, String, Map, String) - Static method in class PageFlowTagUtils
Create a fully-rewritten url from an initial resource url with query parameters and an anchor (location on page), checking if it needs to be secure then call the rewriter service using a type of URLType.RESOURCE.
rewriteURL(ServletContext, ServletRequest, ServletResponse, MutableURI, URLType, boolean) - Method in class URLRewriter
Rewrite the given URL.
rewriteURL(ServletContext, ServletRequest, ServletResponse, MutableURI, URLType, boolean) - Static method in class URLRewriterService
Rewrite the given URL, looping through the list of registered URLRewriters.
rewriteURL(ServletContext, ServletRequest, ServletResponse, MutableURI, URLType, boolean) - Method in class DefaultURLRewriter
 
RewriteURL - Class in org.apache.beehive.netui.tags.html
Allow a URL to participate in rewritting.
RewriteURL() - Constructor for class RewriteURL
 
richDataSource - Variable in class LabelTag.State
 
ROLLOVER - Static variable in class CoreScriptFeature
 
Row - Class in org.apache.beehive.netui.tags.databinding.datagrid
This tag is optionally used to render HTML table roe tags inside of one of the data grid tags that are used to denote data grid row rendering boundaries.
Row() - Constructor for class Row
 
Rows - Class in org.apache.beehive.netui.tags.databinding.datagrid
The Rows tag is used to render a table row(s) that contain the data from a data set displayed in a data grid.
Rows() - Constructor for class Rows
 
ROWS - Static variable in interface HtmlConstants
The name of the rows attribute.
rows - Variable in class TextAreaTag.State
 
ROWSPAN - Static variable in interface HtmlConstants
The name of the rowspan attribute.
RULES - Static variable in interface HtmlConstants
The name of the rules attribute.
runAtClient - Variable in class TreeRenderState
 
RuntimeExpressionException - Exception in org.apache.beehive.netui.script
 
RuntimeExpressionException() - Constructor for exception RuntimeExpressionException
 
RuntimeExpressionException(String) - Constructor for exception RuntimeExpressionException
 
RuntimeExpressionException(String, Throwable) - Constructor for exception RuntimeExpressionException
 
RuntimeExpressionException(Throwable) - Constructor for exception RuntimeExpressionException
 

S

saveActionErrors(ActionMessages) - Method in class FlowController
Save the specified messages keys into the request for use by the <netui:error> or <netui:errors> tags.
saveErrors(HttpServletRequest, ActionMessages) - Method in class FlowController
Deprecated. Use FlowController.saveActionErrors(org.apache.struts.action.ActionMessages) instead.
saveMessages(HttpServletRequest, ActionMessages) - Method in class FlowController
Deprecated. This method will be removed without replacement in a future release.
savePreviousPageInfo(ActionForward, ActionForm, ActionMapping, HttpServletRequest, ServletContext, boolean) - Method in class FlowController
Store information about recent pages displayed.
savePreviousPageInfo(ActionForward, ActionForm, ActionMapping, HttpServletRequest, ServletContext, boolean) - Method in class PageFlowController
Store information about recent pages displayed.
savePreviousPageInfo(ActionForward, ActionForm, ActionMapping, HttpServletRequest, ServletContext, boolean) - Method in class SharedFlowController
Store information about recent pages displayed.
saveState(FacesContext) - Method in class BackingClassMethodBinding
 
saveToken(HttpServletRequest) - Method in class FlowController
Save a new transaction token in the user's current session, creating a new session if necessary.
SCHEME_TOKEN - Static variable in class TemplatedURLFormatter
 
SCHEME_TOKEN - Static variable in class URLTemplateDescriptor
Deprecated.  
SCOPE - Static variable in interface HtmlConstants
The name of the scope attribute.
SCOPE_ID - Static variable in class ScriptContainer
 
SCOPE_ID_PARAM - Static variable in class ScopedServletUtils
 
SCOPE_LOOKUP - Static variable in class CoreScriptFeature
 
ScopedAttributeContainer - Class in org.apache.beehive.netui.pageflow.scoping.internal
Base class for wrapper objects that keep their own scoped attributes, ignoring the attributes of the wrapped objects.
ScopedAttributeContainer(Object) - Constructor for class ScopedAttributeContainer
 
ScopedRequest - Interface in org.apache.beehive.netui.pageflow.scoping
A wrapper around HttpServletRequest, associated with a given scope-key.
ScopedRequestDispatcher - Class in org.apache.beehive.netui.pageflow.scoping.internal
A request dispatcher that doesn't actually forward (but keeps track of the attempted forward), and which does some extra work to do server includes into our ScopedRequest and ScopedResponse.
ScopedRequestDispatcher(String) - Constructor for class ScopedRequestDispatcher
Constructor.
ScopedRequestImpl - Class in org.apache.beehive.netui.pageflow.scoping.internal
A wrapper around HttpServletRequest, associated with a given scope-key.
ScopedRequestImpl(HttpServletRequest, String, Object, ServletContext, boolean) - Constructor for class ScopedRequestImpl
 
ScopedRequestImpl(HttpServletRequest, String, Object, ServletContext) - Constructor for class ScopedRequestImpl
Deprecated. Use ScopedRequestImpl.ScopedRequestImpl(HttpServletRequest, String, Object, ServletContext, boolean).
ScopedResponse - Interface in org.apache.beehive.netui.pageflow.scoping
A wrapper around HttpServletResponse, associated with a given scope-key.
ScopedResponseImpl - Class in org.apache.beehive.netui.pageflow.scoping.internal
A wrapper around HttpServletResponse, associated with a given scope-key.
ScopedResponseImpl(HttpServletResponse) - Constructor for class ScopedResponseImpl
 
ScopedServletConfig - Class in org.apache.beehive.netui.pageflow.scoping.internal
A wrapper around ServletConfig, associated with a given scope-key.
ScopedServletConfig(ServletContext, ServletConfig) - Constructor for class ScopedServletConfig
 
ScopedServletUtils - Class in org.apache.beehive.netui.pageflow.scoping
Utilities for creating scoped wrapper versions of HttpRequest, HttpResponse, ServletContext.
ScopedServletUtils() - Constructor for class ScopedServletUtils
 
ScopedSession - Class in org.apache.beehive.netui.pageflow.scoping.internal
A wrapper around HttpSession, associated with a given scope-key.
ScopedSession() - Constructor for class ScopedSession
This constructor exists only for deserialization.
ScopedSession(HttpSession, ServletContext, Object) - Constructor for class ScopedSession
 
SCRIPT - Static variable in interface HtmlConstants
The name of the script element.
SCRIPT_TAG - Static variable in class TagRenderingBase
 
ScriptablePageInput - Class in org.apache.beehive.netui.script.common
Provide a Map object that exposes a set of page inputs to expression language clients.
ScriptablePageInput(ServletRequest) - Constructor for class ScriptablePageInput
 
ScriptBlock - Class in org.apache.beehive.netui.tags.javascript
This class will output a script block into the generated HTML.
ScriptBlock() - Constructor for class ScriptBlock
 
ScriptContainer - Class in org.apache.beehive.netui.tags.javascript
Acts as a container that will bundle up JavaScript created by other NetUI tags, and output it within a single <script> tag.
ScriptContainer() - Constructor for class ScriptContainer
 
ScriptHeader - Class in org.apache.beehive.netui.tags.javascript
ScriptHeader will write the <script> and JavaScript includes into the HTML <head> tag.
ScriptHeader() - Constructor for class ScriptHeader
 
ScriptPlacement - Class in org.apache.beehive.netui.tags.javascript
 
ScriptRequestState - Class in org.apache.beehive.netui.tags.javascript
Provides tag specific support for the HTML tags so they can create JavaScript.
ScriptTag - Class in org.apache.beehive.netui.tags.rendering
 
ScriptTag() - Constructor for class ScriptTag
 
ScriptTag.State - Class in org.apache.beehive.netui.tags.rendering
 
ScriptTag.State() - Constructor for class ScriptTag.State
 
seal() - Method in class ExpressionTerm
 
seal() - Method in class LiteralTerm
 
seal() - Method in class ParsedExpression
 
seal() - Method in interface Term
 
Section - Class in org.apache.beehive.netui.tags.template
Used within a content page to provide content for a placeholder section defined within a template.
Section() - Constructor for class Section
 
SECURE - Static variable in class SecurityProtocol
 
SECURE_ACTION_TEMPLATE - Static variable in class URLTemplateDescriptor
Deprecated.  
SECURE_ACTION_TEMPLATE - Static variable in class URLTemplatesFactory
 
SECURE_DEFAULT_TEMPLATE - Static variable in class URLTemplateDescriptor
Deprecated.  
SECURE_DEFAULT_TEMPLATE - Static variable in class URLTemplatesFactory
 
SECURE_FORWARDS_PARAM - Static variable in interface PageFlowConstants
Deprecated. Instead of this context-param, use the ensure-secure-forwards element within pageflow-config in /WEB-INF/beehive-netui-config.xml.
SECURE_RENDER_TEMPLATE - Static variable in class URLTemplateDescriptor
Deprecated.  
SECURE_RENDER_TEMPLATE - Static variable in class URLTemplatesFactory
 
SECURE_RESOURCE_TEMPLATE - Static variable in class URLTemplateDescriptor
Deprecated.  
SECURE_RESOURCE_TEMPLATE - Static variable in class URLTemplatesFactory
 
SecurityProtocol - Class in org.apache.beehive.netui.pageflow
Enumeration to represent secure/unsecure/unspecified values associated with paths in the webapp.
SELECT - Static variable in interface HtmlConstants
The name of the select element.
Select - Class in org.apache.beehive.netui.tags.html
Renders a select containing a set of SelectOptions.
Select() - Constructor for class Select
 
Select.RepeatingStages - Class in org.apache.beehive.netui.tags.html
This enum defines stages through the possible option values.
Select.SelectPrefixHandler - Class in org.apache.beehive.netui.tags.html
 
Select.SelectPrefixHandler() - Constructor for class Select.SelectPrefixHandler
 
SELECT_TAG - Static variable in class TagRenderingBase
 
selected - Variable in class OptionTag.State
 
SELECTED_NODE - Static variable in class TreeElement
 
selectedStyle - Variable in class TreeRenderState
 
selectedStyleClass - Variable in class TreeRenderState
 
selectMap(int, boolean) - Method in class AbstractAttributeState
This method will return the map that represents the passed in type.
selectMap(int, boolean) - Method in class AbstractHtmlState
This method will return the map that represents the passed in type.
selectModule(String, HttpServletRequest, ServletContext) - Static method in class InternalUtils
Set the given Struts module in the request, and expose its set of MessageResources as request attributes.
SelectOption - Class in org.apache.beehive.netui.tags.html
An option whose state is determined by its enclosing SelectOption.
SelectOption() - Constructor for class SelectOption
 
SelectTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: optional, End tag: optional Required href
SelectTag() - Constructor for class SelectTag
 
SelectTag.State - Class in org.apache.beehive.netui.tags.rendering
 
SelectTag.State() - Constructor for class SelectTag.State
 
sendDevTimeError(String, Throwable, int, ServletRequest, ServletResponse, ServletContext, Object[]) - Static method in class InternalUtils
If not in production mode, write an error to the response; otherwise, set a response error code.
sendDevTimeError(String, Object[], Throwable, int, ServletRequest, ServletResponse, ServletContext) - Static method in class InternalUtils
Deprecated. Use InternalUtils.sendDevTimeError(String, Throwable, int, ServletRequest, ServletResponse, ServletContext, Object[])
sendError(String, HttpServletResponse) - Method in class FlowController
Deprecated. Use FlowController.sendError(String, HttpServletRequest, HttpServletResponse) instead.
sendError(String, HttpServletRequest, HttpServletResponse) - Method in class FlowController
Send a Page Flow error to the browser.
sendError(String, Throwable, ServletRequest, HttpServletResponse, Object[]) - Static method in class InternalUtils
Write an error to the response.
sendError(String, Object[], ServletRequest, ServletResponse, Throwable, boolean) - Static method in class InternalUtils
Write an error to the response.
sendError(ServletRequest, ServletResponse) - Method in exception PageFlowManagedObjectException
Handle the error by writing a message to the response.
sendError(int, String) - Method in class ScopedResponseImpl
 
sendError(int) - Method in class ScopedResponseImpl
 
sendRedirect(String) - Method in class ScopedResponseImpl
 
sendResponseErrorCode(HttpServletResponse) - Method in exception DoubleSubmitException
 
sendResponseErrorCode(HttpServletResponse) - Method in exception NotLoggedInException
 
sendResponseErrorCode(HttpServletResponse) - Method in interface ResponseErrorCodeSender
 
sendResponseErrorCode(HttpServletResponse) - Method in exception UnfulfilledRolesException
 
SerializeXML - Class in org.apache.beehive.netui.tags.databinding.xml
A tag that serializes an XMLBean into the output of a JSP page in order to move data to the browser for data binding.
SerializeXML() - Constructor for class SerializeXML
 
serialVersionUID - Static variable in class LegacySettings
 
servlet - Variable in class FlowController
Deprecated. This variable 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.
ServletContainerAdapter - Interface in org.apache.beehive.netui.pageflow
Adapter interface for plugging into various Servlet containers.
ServletTreeRenderer - Class in org.apache.beehive.netui.tags.tree
 
ServletUtils - Class in org.apache.beehive.netui.util.internal
 
ServletUtils() - Constructor for class ServletUtils
 
SessionAttributeMap - Class in org.apache.beehive.netui.script.el.util
 
SessionAttributeMap(HttpSession) - Constructor for class SessionAttributeMap
 
sessionExpired(ServletRequest) - Static method in class InternalUtils
 
SessionExpiredException - Exception in org.apache.beehive.netui.pageflow
Exception thrown in place of another PageFlowException when: The requested session ID is different than the current session ID (or there is no current session), and the original exception to be thrown returns true for PageFlowException.causeMayBeSessionExpiration(), and The <throw-session-expired-exception> element in WEB-INF/beehive-netui-config.xml is set to true (the default).
SessionExpiredException(PageFlowException) - Constructor for exception SessionExpiredException
 
SET_FOCUS - Static variable in class CoreScriptFeature
 
setAccept(String) - Method in class FileUpload
Set the mime-types accepted for the FileUpload.
setAccessKey(char) - Method in class AnchorCell
Sets the accessKey attribute value.
setAccessKey(char) - Method in class AnchorBase
Sets the accessKey attribute value.
setAccessKey(char) - Method in class Button
Sets the accessKey attribute value.
setAccessKey(char) - Method in class CheckBox
Sets the accessKey attribute value.
setAccessKey(char) - Method in class CheckBoxOption
Sets the accessKey attribute value.
setAccessKey(char) - Method in class ImageButton
Sets the accessKey attribute value.
setAccessKey(char) - Method in class RadioButtonOption
Sets the accessKey attribute value.
setAccessKey(char) - Method in class Select
Sets the accessKey attribute value.
setAccessKey(char) - Method in class TextArea
Sets the accessKey attribute value.
setAccessKey(char) - Method in class TextBox
Sets the accessKey attribute value.
setAccessKey(char) - Method in interface IHtmlAccessable
Sets the accessKey attribute value.
setAccessKey(char) - Method in class GroupOption
Set the alt text of the option.
setAction(String) - Method in class AnchorCellModel
 
setAction(String) - Method in class AnchorCell
Set the name of the action for the HTML anchor.
setAction(String) - Method in class ImageAnchorCell
Set the name of the action for the HTML anchor tag.
setAction(String) - Method in class AnchorBase
Set the name of the action for the Area.
setAction(String) - Method in class Button
Set the name of the action for the Button.
setAction(String) - Method in class Form
Set the name of the action for the Form.
setAction(String) - Method in class TreeElement
Set the action to be called when the node is selected.
setAction(String) - Method in class TreeItem
Set the TreeItem's action.
setActionListener(ActionListener) - Method in class PageFlowApplication
 
setActionOutput(int, String) - Method in class PageFlowActionForward
 
setActionOutput0(String) - Method in class PageFlowActionForward
 
setActionOutput1(String) - Method in class PageFlowActionForward
 
setActionOutput10(String) - Method in class PageFlowActionForward
 
setActionOutput11(String) - Method in class PageFlowActionForward
 
setActionOutput12(String) - Method in class PageFlowActionForward
 
setActionOutput13(String) - Method in class PageFlowActionForward
 
setActionOutput14(String) - Method in class PageFlowActionForward
 
setActionOutput15(String) - Method in class PageFlowActionForward
 
setActionOutput16(String) - Method in class PageFlowActionForward
 
setActionOutput17(String) - Method in class PageFlowActionForward
 
setActionOutput18(String) - Method in class PageFlowActionForward
 
setActionOutput19(String) - Method in class PageFlowActionForward
 
setActionOutput2(String) - Method in class PageFlowActionForward
 
setActionOutput3(String) - Method in class PageFlowActionForward
 
setActionOutput4(String) - Method in class PageFlowActionForward
 
setActionOutput5(String) - Method in class PageFlowActionForward
 
setActionOutput6(String) - Method in class PageFlowActionForward
 
setActionOutput7(String) - Method in class PageFlowActionForward
 
setActionOutput8(String) - Method in class PageFlowActionForward
 
setActionOutput9(String) - Method in class PageFlowActionForward
 
setActionOutputCount(String) - Method in class PageFlowActionForward
 
setActionOutputCount(int) - Method in class PageFlowActionForward
 
setActionOutputName(String) - Method in exception IllegalActionOutputException
Set the name of the relevant action output.
setActionURI(String) - Method in class PreviousActionInfo
Set the URI that was used to execute the action.
setActiveRequest() - Method in class ScopedRequestImpl
Makes this request listen to specially-prefixed request parameters.
setActiveRequest() - Method in interface ScopedRequest
Makes this request listen to specially-prefixed request parameters.
setActualType(String) - Method in class PageFlowActionFormBean
 
setAddedChild() - Method in class TreeItem
 
setAlign(String) - Method in class Footer
Sets the value of the horizontal align attribute of the HTML tfoot tag.
setAlign(String) - Method in class Header
Sets the value of the horizontal align attribute rendered by the HTML thead tag.
setAlign(String) - Method in class ImageAnchorCell
Sets the alignment attribute for the HTML image tag.
setAlign(String) - Method in class ImageCell
Sets the property to specify where to align the image.
setAlign(String) - Method in class Rows
Sets the value of the horizontal alignment attribute of the HTML tbody tag.
setAlign(String) - Method in class Image
Sets the property to specify where to align the image.
setAlign(String) - Method in class ImageAnchor
Sets the property to specify where to align the image.
setAlign(String) - Method in class ImageButton
Sets the property to specify where to align the image.
setAlink(String) - Method in class Body
Sets the color of text marking hypertext links when selected by the user.
setAllowOtherRewriters(boolean) - Method in class URLRewriter
 
setAlt(String) - Method in class ImageAnchorCell
Sets the alt text attribute for the HTML image tag.
setAlt(String) - Method in class ImageCell
Sets the property to specify the alt text of the image tag.
setAlt(String) - Method in class Area
Sets the property to specify the alt text of the image.
setAlt(String) - Method in class Button
Sets the alt attribute value.
setAlt(String) - Method in class CheckBox
Sets the alt attribute value.
setAlt(String) - Method in class CheckBoxOption
Sets the alt attribute value.
setAlt(String) - Method in class Image
Sets the property to specify the alt text of the image.
setAlt(String) - Method in class ImageAnchor
Sets the property to specify the alt text of the image.
setAlt(String) - Method in class ImageButton
Sets the property to specify the alt text of the image.
setAlt(String) - Method in class RadioButtonOption
Sets the alt attribute value.
setAlt(String) - Method in class TextBox
Sets the alt attribute value.
setAlt(String) - Method in interface IHtmlAccessable
Sets the alt attribute value.
setAlt(String) - Method in class GroupOption
Set the alt text of the option.
setAlternateModuleConfig(ModuleConfig) - Method in class Forward
Set an alternate ModuleConfig from which to resolve forwards if they are not resolved from the stored ActionMapping (and its stored ModuleConfig).
setAlternatingCellClass(String) - Method in class CellRepeater
Set the HTML style class that is rendered on each HTML table cell that is opened by this tag.
setAlwaysReport(boolean) - Method in class BindingUpdateErrors
Set the value which will override the default behavior of not showing errors in production mode.
setAnchorState(AnchorTag.State) - Method in class AnchorCellModel
 
setAnchorTagId(String) - Method in class ImageAnchorCell
Set the name of the tagId for the HTML image tag..
setAnnotatedElements(Map) - Method in class ProcessedAnnotations
 
setAnnotationAttributes(AnnotationAttribute[]) - Method in class ProcessedAnnotation
 
setAnnotationName(String) - Method in class ProcessedAnnotation
 
setAnnotationValues(ProcessedAnnotation[]) - Method in class AnnotationAttribute
 
setApplication(Application) - Method in class PageFlowApplicationFactory
 
setApplyToDescendents(boolean) - Method in class TreeHtmlAttribute
 
setApplyToDescendents(boolean) - Method in class TreeHtmlAttributeInfo
Sets whether the attribute is applied to descendant nodes of the parent node.
setAttribute(RequestContext, String, Object) - Method in interface StorageHandler
Set a named attribute.
setAttribute(RequestContext, String, Object) - Method in class DeferredSessionStorageHandler
 
setAttribute(RequestContext, String, Object) - Method in class SimpleSessionStorageHandler
 
setAttribute(String, Object) - Method in class AttributeContainer
 
setAttribute(String, Object) - Method in class ScopedRequestImpl
 
setAttribute(String, String, String) - Method in class AbstractHtmlTableCell
Base support for setting attributes on a tag via the IAttributeConsumer interface.
setAttribute(String, String, String) - Method in class AnchorCell
Implementation of the IAttributeConsumer interface.
setAttribute(String, String, String) - Method in class HeaderCell
Implementation of the IAttributeConsumer interface.
setAttribute(String, String, String) - Method in class ImageAnchorCell
Implementation of the IAttributeConsumer interface.
setAttribute(String, String, String) - Method in class ImageCell
Implementation of IAttributeConsumer interface.
setAttribute(String, String, String) - Method in class SpanCell
Implementation of IAttributeConsumer interface.
setAttribute(String, String, String) - Method in class AnchorBase
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class Base
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class Button
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class CheckBox
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class CheckBoxOption
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class FileUpload
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class Form
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class Hidden
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class HtmlBaseTag
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class HtmlGroupBaseTag
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class Image
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class ImageAnchor
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class ImageButton
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class RadioButtonOption
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class SelectOption
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class TextArea
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class TextBox
Base support for the attribute tag.
setAttribute(String, String, String) - Method in interface IAttributeConsumer
Set an attribute value on the implementing class.
SetAttribute - Class in org.apache.beehive.netui.tags.template
Set an Attribute value defined in a template.
SetAttribute() - Constructor for class SetAttribute
 
setAttribute(String, String, String) - Method in class Tree
Set an attribute value on the implementing class.
setAttribute(String) - Method in class TreeHtmlAttribute
Sets the name of the attribute.
setAttribute(String) - Method in class TreeHtmlAttributeInfo
Set the name of the attribute.
setAttributeName(String) - Method in class AnnotationAttribute
 
setAttrMap(Map) - Method in class AttributeContainer
 
setAvailableContexts(String[]) - Method in exception ExpressionEvaluationException
Set the set of top-level contexts that were available at the time that the expression failed.
setAvoidDirectResponseOutput(ServletRequest) - Static method in class InternalUtils
Set a special request attribute to indicate that we should avoid writing to the response (or setting response error codes).
setBackground(String) - Method in class Body
Sets the background image of the page.
setBean(Object) - Method in class AnyBeanActionForm
 
setBeanName(String) - Method in class Form
Set the attribute key under which our associated bean is stored.
setBeanScope(String) - Method in class Form
Sets the scope (request or session) under which the associated bean is stored.
setBeanType(String) - Method in class Form
Sets the Java class name of the bean to be created, if necessary.
setBehavior(String, Object, String) - Method in class AbstractHtmlTableCell
Base support for setting behavior values via the IBehaviorConsumer interface.
setBehavior(String, Object, String) - Method in class DataGrid
Implementation of the IBehaviorConsumer interface that extends the functionality of this tag beyond that exposed via the JSP tag attributes.
setBehavior(String, Object, String) - Method in class HeaderCell
Implementation of the IBehaviorConsumer interface that extends the functionality of this tag beyond that exposed via the JSP tag attributes.
setBehavior(String, Object, String) - Method in interface IBehaviorConsumer
Set a behavior value on the implementing class.
setBgcolor(String) - Method in class Body
Sets the bgcolor of the page.
setBodyContent(String) - Method in class HeaderCellModel
 
setBorder(String) - Method in class DataGrid
Sets the border attribute for the HTML table tag.
setBorder(String) - Method in class ImageAnchorCell
Sets the border size attribute for the HTML image tag.
setBorder(String) - Method in class ImageCell
Set the border attribute for the image.
setBorder(String) - Method in class Image
Sets the border size around the image.
setBorder(String) - Method in class ImageAnchor
Sets the border size around the image.
setBufferSize(int) - Method in class ScopedResponseImpl
 
setBundleName(String) - Method in class ErrorBaseTag
Set the name of the message bundle, as defined in the page flow's Jpf.MessageBundle annotation, where the error messages can be found.
setBundlePath(String) - Method in class DeclareBundle
Set the path to the resource bundle's properties files.
setCacheObject(String, Object) - Method in class ClassLevelCache
 
setCause(Throwable) - Method in class BindingUpdateError
Set the cause of the error.
setCellAbbr(String) - Method in class AbstractHtmlTableCell
Sets the value of the abbreviated form of the HTML table cell's content.
setCellAbbr(String) - Method in class HeaderCell
Sets the value of the abbreviated form of the content for the HTML th tag.
setCellAlign(String) - Method in class AbstractHtmlTableCell
Sets the horizontal alignment of the HTML table cell.
setCellAlign(String) - Method in class HeaderCell
Sets the value of the horizontal align attribute for the HTML th tag..
setCellAxis(String) - Method in class AbstractHtmlTableCell
Sets the value of the axis attribute for the HTML table cell.
setCellAxis(String) - Method in class HeaderCell
Sets the value of the axis attribute for the HTML th tag.
setCellChar(String) - Method in class AbstractHtmlTableCell
Sets the value of the horizontal alignment character attribute for the HTML table cell.
setCellChar(String) - Method in class HeaderCell
Sets the value of the horizontal alignment character attribute for the HTML th tag.
setCellCharoff(String) - Method in class AbstractHtmlTableCell
Sets the value of the horizontal alignment character offset attribute for the HTML table cell.
setCellCharoff(String) - Method in class HeaderCell
Sets the value of the horizontal alignment character offset for the HTML th tag..
setCellClass(String) - Method in class CellRepeater
Set the HTML style class that is rendered on each HTML table cell that is opened by this tag.
setCellColspan(int) - Method in class AbstractHtmlTableCell
Sets the colspan attribute of the HTML table cell.
setCellColspan(int) - Method in class HeaderCell
Sets the value of the colspan attribute for the HTML th tag.
setCellDir(String) - Method in class AbstractHtmlTableCell
Sets the value of the text direction attribute for the HTML table cell.
setCellDir(String) - Method in class HeaderCell
Sets the value of the text direction attribute for the HTML th tag.
setCellHeaders(String) - Method in class AbstractHtmlTableCell
Sets the value of the headers attribute for the HTML table cell.
setCellHeaders(String) - Method in class HeaderCell
Sets the value of the headers attribute for the HTML th tag.
setCellLang(String) - Method in class AbstractHtmlTableCell
Sets the value of the language attribute for the HTML table cell.
setCellLang(String) - Method in class HeaderCell
Sets the value of the language attribute for the HTML th tag.
setCellOnClick(String) - Method in class AbstractHtmlTableCell
Sets the onClick JavaScript event for the HTML table cell.
setCellOnClick(String) - Method in class HeaderCell
Sets the onClick JavaScript for the HTML th tag.
setCellOnDblClick(String) - Method in class AbstractHtmlTableCell
Sets the onDblClick javascript event for the HTML table cell.
setCellOnDblClick(String) - Method in class HeaderCell
Sets the onDblClick JavaScript for the HTML th tag.
setCellOnKeyDown(String) - Method in class AbstractHtmlTableCell
Sets the onKeyDown javascript event for the HTML table cell.
setCellOnKeyDown(String) - Method in class HeaderCell
Sets the onKeyDown JavaScript for the HTML th tag.
setCellOnKeyPress(String) - Method in class AbstractHtmlTableCell
Sets the onKeyPress javascript event for the HTML table cell.
setCellOnKeyPress(String) - Method in class HeaderCell
Sets the onKeyPress JavaScript for the HTML th tag.
setCellOnKeyUp(String) - Method in class AbstractHtmlTableCell
Sets the onKeyUp javascript event for the HTML table cell.
setCellOnKeyUp(String) - Method in class HeaderCell
Sets the onKeyUp JavaScript for the HTML th tag.
setCellOnMouseDown(String) - Method in class AbstractHtmlTableCell
Sets the onMouseDown javascript event for the HTML table cell.
setCellOnMouseDown(String) - Method in class HeaderCell
Sets the onMouseDown JavaScript for the HTML th tag.
setCellOnMouseMove(String) - Method in class AbstractHtmlTableCell
Sets the onMouseMove javascript event for the HTML table cell.
setCellOnMouseMove(String) - Method in class HeaderCell
Sets the onMouseMove JavaScript for the HTML th tag.
setCellOnMouseOut(String) - Method in class AbstractHtmlTableCell
Sets the onMouseOut javascript event for the HTML table cell.
setCellOnMouseOut(String) - Method in class HeaderCell
Sets the onMouseOut JavaScript for the HTML th tag.
setCellOnMouseOver(String) - Method in class AbstractHtmlTableCell
Sets the onMouseOver javascript event for the HTML table cell.
setCellOnMouseOver(String) - Method in class HeaderCell
Sets the onMouseOver JavaScript for the HTML th tag.
setCellOnMouseUp(String) - Method in class AbstractHtmlTableCell
Sets the onMouseUp javascript event for the HTML table cell.
setCellOnMouseUp(String) - Method in class HeaderCell
Sets the onMouseUp JavaScript for the HTML th tag.
setCellpadding(String) - Method in class DataGrid
Sets the cellpadding attribute for the HTML table tag.
setCellRowspan(int) - Method in class AbstractHtmlTableCell
Sets the rowspan attribute for the HTML table cell.
setCellRowspan(int) - Method in class HeaderCell
Sets the value of the rowspan attribute for the HTML th tag.
setCellScope(String) - Method in class AbstractHtmlTableCell
Sets the value of the scope attribute for the HTML table cell.
setCellScope(String) - Method in class HeaderCell
Sets the value of the scope attribute for the HTML th tag.
setCellspacing(String) - Method in class DataGrid
Sets the cellspacing attribute for the HTML table tag.
setCellStyle(String) - Method in class AbstractHtmlTableCell
Sets the style attribute for the HTML table cell.
setCellStyle(String) - Method in class HeaderCell
Sets the style for the HTML th tag.
setCellStyleClass(String) - Method in class AbstractHtmlTableCell
Sets the style class attribute for the HTML table cell.
setCellStyleClass(String) - Method in class HeaderCell
Sets the style class for the HTML th tag.
setCellTagId(String) - Method in class AbstractHtmlTableCell
Set the name of the tagId for the HTML table cell.
setCellTagId(String) - Method in class HeaderCell
Set the name of the tagId for the HTML th tag.
setCellTitle(String) - Method in class AbstractHtmlTableCell
Sets the value of the title attribute for the HTML table cell.
setCellTitle(String) - Method in class HeaderCell
Sets the value of the title attribute for the HTML th tag.
setCellValign(String) - Method in class AbstractHtmlTableCell
Sets the value of the vertical alignment attribute for the HTML table cell.
setCellValign(String) - Method in class HeaderCell
Sets the value of the vertical alignment attribute for the HTML th tag.
setChar(String) - Method in class Footer
Sets the value of the horizontal alignment character attribute of the HTML tfoot tag.
setChar(String) - Method in class Header
Sets the value of the horizontal alignment character attribute rendered by the HTML thead tag.
setChar(String) - Method in class Rows
Sets the value of the horizontal alignment character attribute of the HTML tbody tag.
setCharoff(String) - Method in class Footer
Sets the value of the horizontal alignment character offset attribute of the HTML tfoot tag
setCharoff(String) - Method in class Header
Sets the value of the horizontal alignment character offset attribute rendered by the HTML thead tag.
setCharoff(String) - Method in class Rows
Sets the value of the horizontal alignment character offset attribute.
setCharset(String) - Method in class AnchorCell
Sets charset attribute for the HTML anchor.
setCharSet(String) - Method in class ImageAnchorCell
Sets charset attribute for the HTML anchor tag
setCharSet(String) - Method in class Anchor
Sets charset attribute for the anchor.
setClientAction(String) - Method in class Anchor
Set a client action to run on the client.
setClientAction(String) - Method in class TreeElement
Set the client action to be called when the node is selected.
setClientAction(String) - Method in class TreeItem
Sets an action to run on the client when the tree is selected.
setClientState(Object) - Method in class PreviousPageInfo
Set client state associated with the page (e.g., component tree state for a JSF page).
setCols(int) - Method in class TextArea
Sets the number of columns in the TextArea.
setColumns(int) - Method in class CellRepeater
Set the number of columns that should be rendered in the table generated by the tag.
setConditionalForwards(String) - Method in class PageFlowActionMapping
 
setConfigFilePath(String) - Method in class URLTemplatesFactory
Allow clients to set their own URL template config file name/path.
setContent(String) - Method in class TreeElement
Set the content of the node.
setContentLength(int) - Method in class ScopedResponseImpl
 
setContentType(String) - Method in class ScopedResponseImpl
 
setContext(AdapterContext) - Method in interface Adapter
Set the generic AdapterContext.
setContext(AdapterContext) - Method in class DefaultServletContainerAdapter
Set the AdapterContext.
setControllerClass(String) - Method in class PageFlowControllerConfig
 
setCoords(String) - Method in class AnchorBase
Sets coords attribute for the area.
setCountry(String) - Method in class DeclareBundle
Set the country to use when looking-up resource bundle messages.
setCountry(String) - Method in class FormatTag
Sets the country code for the locale.
setCurrentActionResolver(ActionResolver, HttpServletRequest, ServletContext) - Static method in class InternalUtils
Set the current ActionResolver (PageFlowController) in the user session.
setCurrentActionResolver(ActionResolver, HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. This is an internal utility. InternalUtils.setCurrentActionResolver(org.apache.beehive.netui.pageflow.ActionResolver, javax.servlet.http.HttpServletRequest, javax.servlet.ServletContext) can be used, but it is not guaranteed to be supported in the future.
setCurrentFlowController(FlowController) - Method in class PageFlowRequestWrapper
 
setCurrentModule(ModuleConfig, ServletRequest) - Static method in class InternalUtils
 
setCurrentPageFlow(PageFlowController, HttpServletRequest, ServletContext) - Static method in class InternalUtils
 
setDataGridConfig(DataGridConfig) - Method in class DataGrid
Set the DataGridConfig instance that this tag will use to create state containers and other data grid objects used during rendering.
setDataGridConfig(DataGridConfig) - Method in class GetDataGridState
Set a DataGridConfig instance used to create a DataGridState object.
setDataGridState(DataGridState) - Method in class DataGridStateCodec
Set the @{link DataGridState} object.
setDataGridTagModel(DataGridTagModel) - Method in class CellModel
Set the DataGridTagModel for this cell.
setDataGridTagModel(DataGridTagModel) - Method in class PagerRenderer
Set the DataGridTagModel with which this pager renderer instance is associated.
setDataInput(Object) - Method in class Hidden
Set the data input.
setDataSet(PagedDataSet) - Method in class DataGridTagModel
Setter for the PagedDataSet object.
setDataSetSize(int) - Method in class PagerModel
Set the data set size.
setDataSource(String) - Method in class CellRepeater
The dataSource attribute determines both (1) the source of populating data for the tag and (2) the object to which the tag submits data.
setDataSource(String) - Method in class DataGrid
Set the data source that references a data set to be rendered by the data grid.
setDataSource(String) - Method in class Repeater
Sets the tag's data source (can be an expression).
setDataSource(String) - Method in class DivPanel
Sets an expression which indentifies the DivPanelState which will store the state of the DivPanel between posts to the server.
setDataSource(String) - Method in class HtmlDataSourceTag
Sets the tag's data source (can be an expression).
setDataSource(String) - Method in class HtmlGroupBaseTag
Sets the tag's data source (can be an expression).
setDataSource(String) - Method in class RetrievePopupOutput
Sets an expression to be evaluated and retrieved from the popup window.
setDataSource(String) - Method in class Tree
Sets an expression which indentifies the TreeElement that represents the root of the tree.
setDateHeader(String, long) - Method in class ScopedResponseImpl
Sets a response header with the given name and date-value.
setDebugStream(PrintStream) - Method in class NetUIELParserTokenManager
 
setDefaultDocType(DocType) - Static method in class TagRenderingBase
 
setDefaultForward(String) - Method in class PageFlowActionMapping
 
setDefaultLocale(Locale) - Method in class PageFlowApplication
 
setDefaultMessage(String) - Method in class PageFlowExceptionConfig
 
setDefaultPage(String) - Method in class IncludeSection
Sets a default JSP page to provide content for the section if the content page does not define the content.
setDefaultPageSize(int) - Method in class PagerModel
Set the default page size.
setDefaultPageSize(Integer) - Method in class ConfigurePager
Set the default page size for the data grid.
setDefaultRenderKitId(String) - Method in class PageFlowApplication
 
setDefaultText(Object) - Method in class Repeater
Set the text that will be rendered if the dataSource expression references a null object and the defaultText attribute is non-null.
setDefaultValue(boolean) - Method in class CheckBoxOption
Sets the default value (can be an expression).
setDefaultValue(String) - Method in class Content
Set the default value of this Content.
setDefaultValue(Object) - Method in class HtmlDefaultableDataSourceTag
Sets the default value (can be an expression).
setDefaultValue(Object) - Method in class HtmlGroupBaseTag
Sets the default value (can be an expression).
setDefaultValue(Object) - Method in class LabelBase
Set the default value of this Label.
setDefaultValue(String) - Method in class Attribute
Sets the defaultValue for the Attribute.
setDir(String) - Method in class AnchorCell
Sets the dir attribute for the HTML anchor.
setDir(String) - Method in class Caption
Sets the value of the text direction attribute for the HTML caption.
setDir(String) - Method in class DataGrid
Sets the dir attribute for the HTML table tag.
setDir(String) - Method in class Footer
Sets the value of the text direction attribute.
setDir(String) - Method in class Header
Sets the value of the text direction attribute rendered by the HTML thead tag.
setDir(String) - Method in class ImageCell
Sets the dir attribute for the HTML image tag.
setDir(String) - Method in class Row
Sets the lang attribute for the HTML element tr tag.
setDir(String) - Method in class Rows
Sets the value of the text direction attribute of the HTML tbody tag.
setDir(String) - Method in class SpanCell
Sets the dir attribute for the HTML span.
setDir(String) - Method in class Html
Sets the dir value of the html.
setDir(String) - Method in class HtmlBaseTag
Sets the dir attribute for the HTML element.
setDir(String) - Method in interface IHtmlI18n
Sets the dir value of the html.
setDirection(SortDirection) - Method in class Sort
Set the SortDirection
setDirectories(boolean) - Method in class ConfigurePopup
Sets whether directory buttons are displayed in the popup window.
setDisabled(boolean) - Method in class HtmlFocusBaseTag
Set the disable state either with the literal "true" or "false" or with an expression.
setDisabled(boolean) - Method in class HtmlGroupBaseTag
Set the disable state either with the literal "true" or "false" or with an expression.
setDisabled(boolean) - Method in class SelectOption
Set if this option is disabled or not.
setDisabled(boolean) - Method in class TreeElement
Sets whether this node currently selected.
setDisabled(boolean) - Method in class TreeItem
Disables the TreeItem.
setDisableDefaultPager(boolean) - Method in class ConfigurePager
Sets the value of an attribute that enables or disables rendering the data grid's default pager.
setDisableDefaultPagerRendering(boolean) - Method in class DataGridTagModel
Set a boolean to enable or disable rendering the pager UI by default.
setDisabledStyle(String) - Method in class Tree
Set the style of a tree element when is is disabled.
setDisabledStyleClass(String) - Method in class Tree
Set the style class of a tree element when is is disabled.
setDisableFilterRendering(boolean) - Method in class HeaderCellModel
 
setDisableFilterRendering(boolean) - Method in class HeaderCell
Set a boolean which can be used to enable / disable rendering of UI associated with filtering inside of the data grid.
setDisableSecondClick(boolean) - Method in class AnchorBase
When true, this anchor will disable itself after being clicked.
setDisableSecondClick(boolean) - Method in class Button
When true, this button will disable itself before submitting.
setDisableSortRendering(boolean) - Method in class HeaderCellModel
 
setDisableSortRendering(boolean) - Method in class HeaderCell
Set a boolean which can be used to enable / disable rendering of UI associated with sorting inside of the data grid.
setDivName(String) - Method in class SerializeXML
Set the name of the div into which this XML will be rendered.
setDocumentType(String) - Method in class Html
Set the document type (html4-loose or xhtml1-transitional) of the document.
setDocumentType(String) - Method in class Template
 
setEnableChaining(boolean) - Method in class DataGridResourceProvider
Setter for enabling or disabling chaining
setEncoding(String) - Method in class FreezableMutableURI
Set the encoding used when adding unencoded parameters.
setEncoding(String) - Method in class MutableURI
Set the encoding used when adding unencoded parameters.
setEnctype(String) - Method in class Form
Set the content encoding to be used on a post submit.
setError(boolean) - Method in class ActionResultImpl
 
setEscapeForHtml(boolean) - Method in class Tree
This attribue will cause the content of labels to be escaped when the value if true.
setEscapeWhiteSpaceForHtml(boolean) - Method in class LabelBase
Sets a boolean flag indicating if we will escape white space for HTML.
setExceptionBeingHandled(Throwable) - Method in class PageFlowRequestWrapper
 
setExpanded(boolean) - Method in class TreeElement
Sets if this node is currently expanded.
setExpanded(boolean) - Method in class TreeItem
Sets the TreeItem expansion state.
setExpandOnServer(boolean) - Method in class TreeElement
Set the value of the expandOnServer attribute.
setExpandOnServer(boolean) - Method in class TreeItem
Set the value of the expandOnServer attribute.
setExpansionAction(String) - Method in class InheritableState
 
setExpansionAction(String) - Method in class Tree
Sets the action used for expanding and contracting tree nodes.
setExpansionAction(String) - Method in class TreePropertyOverride
Sets the action used for expanding and contracting tree nodes.
setExpression(String) - Method in class BindingUpdateError
Set the expression associated with this error.
setExpression(String) - Method in class BindingUpdateErrors
Sets the expression to match for binding errors.
setExternalContext(Object) - Method in class AdapterContext
 
setExternalRedirect(boolean) - Method in class PageFlowActionForward
 
setExternalRedirect(boolean) - Method in class Forward
Specify that this is a redirect to a URI outside of the current web application.
setFacet(String) - Method in class Attribute
Sets the facet attribute.
setFacet(String) - Method in class Behavior
Sets the facet behavior.
setFailOnError(boolean) - Method in class AbstractCallMethod
Sets whether or not to report exceptions to the page when errors occur invoking a method on an object.
setFilterAction(String) - Method in class HeaderCellModel
 
setFilterAction(String) - Method in class HeaderCell
Set the name of an action used to perform filtering on a data grid.
setFilterExpression(String) - Method in class Filter
Set the filter expression for this filter
setFilterExpression(String) - Method in class HeaderCellModel
 
setFilterExpression(String) - Method in class AbstractHtmlTableCell
Set the filter expression with which this cell should be associated.
setFilterExpression(String) - Method in class HeaderCell
Set the filter expression for this header cell.
setFilterHref(String) - Method in class HeaderCellModel
 
setFilterHref(String) - Method in class HeaderCell
Set an href used to build URIs to change the filter state for this header cell.
setFilterModel(FilterModel) - Method in class DataGridState
Set the FilterModel for the data grid
setFirstPage(String) - Method in class DivPanel
Set the name of the first page to display.
setFirstPage(String) - Method in class DivPanelState
 
setFocus(String) - Method in class Form
Set the name of the field to receive focus.
setFor(String) - Method in class Label
Set the for attribute.
setFormatDefaultValue(boolean) - Method in class LabelBase
Boolean indicating whether the formatter should be applied to the defaultValue.
setFormBean(Object) - Method in class ExpressionAwareMessageResources
 
setFormBeanMessageResourcesKey(String) - Method in class PageFlowActionMapping
 
setFormClass(String) - Method in class PageFlowActionMapping
 
setFormInScope(String, ActionForm, ActionMapping, HttpServletRequest, boolean) - Static method in class InternalUtils
Set the given form in either the request or session, as appropriate, so Struts/NetUI tags will have access to it.
setFormMember(String) - Method in class PageFlowActionMapping
 
setFormSubmit(boolean) - Method in class AnchorBase
Sets the formSubmit indicator.
setForward(ActionForward) - Method in class PreviousPageInfo
Set the object that was used to forward to the page.
setForwardedByButton(boolean) - Method in class PageFlowRequestWrapper
 
setForwardedFormBean(ServletRequest, ActionForm) - Static method in class InternalUtils
Set the forwarded form.
setForwardedRequestCount(int) - Method in class PageFlowRequestWrapper
 
setForwardedURI(String) - Method in class ScopedRequestImpl
Simply stores the URI that was being forwarded to.
setForwardedURI(String) - Method in interface ScopedRequest
Simply stores the URI that was being forwarded to.
setForwardingModule(ServletRequest, String) - Static method in class InternalUtils
Set the module prefix for the ModuleConfig that is performing a forward in this request.
setForwardName(String) - Method in exception IllegalActionOutputException
Set the name of the relevant Forward.
setForwardName(String) - Method in exception IllegalOutputFormException
Set the name of the relevant Forward.
setForwardName(String) - Method in exception UnresolvableForwardException
Set the name of the unresolvable Forward.
setFragment(String) - Method in class FreezableMutableURI
Sets the fragment.
setFragment(String) - Method in class MutableURI
Sets the fragment.
setFrame(String) - Method in class DataGrid
Sets the frame attribute for the HTML table tag.
setFrozen(boolean) - Method in class FreezableMutableURI
Sets a flag indicating that the URI is immutable (or not).
setGenerateIdScope(boolean) - Method in class ScriptContainer
If true generate a scope id for this script container.
setGenJavaScriptFormSubmit(boolean) - Method in class Form
Generate the JavaScript which will submit a form.
setGridName(String) - Method in class DataGridStateCodec
Set the data grid name with which this DataGridStateCodec is associated.
setGridName(String) - Method in class GetDataGridState
Set the data grid name whose DataGridState should be placed in the JspContext.
setHasExplicitRedirectValue(boolean) - Method in class PageFlowActionForward
 
setHeader(String, String) - Method in class ScopedResponseImpl
Sets a response header with the given name and value.
setHeaderText(String) - Method in class HeaderCell
Deprecated.  
setHeight(String) - Method in class ImageAnchorCell
Sets the image height attribute for the HTML image tag.
setHeight(String) - Method in class ImageCell
Set the height of the image to display.
setHeight(int) - Method in class ConfigurePopup
Sets the height of the popup window.
setHeight(String) - Method in class Image
Sets the image height.
setHeight(String) - Method in class ImageAnchor
Sets the image height.
setHost(String) - Method in class FreezableMutableURI
Sets the host.
setHost(String) - Method in class MutableURI
Sets the host.
setHref(String) - Method in class AnchorCellModel
 
setHref(String) - Method in class AnchorCell
Sets the href of the HTML anchor.
setHref(String) - Method in class ImageAnchorCell
Sets the href of the HTML anchor tag.
setHref(String) - Method in class AnchorBase
Sets the href of the Anchor.
setHref(String) - Method in class TreeElement
Set the hyperlink which will be called when the node is selected.
setHref(String) - Method in class TreeItem
Sets the TreeItem's href.
setHrefLang(String) - Method in class AnchorCell
Sets hreflang attribute for the anchor.
setHrefLang(String) - Method in class ImageAnchorCell
Sets hreflang attribute for the HTML anchor tag.
setHrefLang(String) - Method in class Anchor
Sets hreflang attribute for the anchor.
setHspace(String) - Method in class ImageAnchorCell
Sets the the horizontal spacing attribute for the HTML image tag.
setHspace(String) - Method in class ImageCell
Sets the the horizontal spacing around the image.
setHspace(String) - Method in class Image
Sets the the horizontal spacing around the image.
setHspace(String) - Method in class ImageAnchor
Sets the the horizontal spacing around the image.
setIcon(String) - Method in class TreeElement
Set the pathname to the icon to display when this node is visible.
setIcon(String) - Method in class TreeItem
Sets the TreeItem icon URI.
setIconRoot(String) - Method in class InheritableState
This will set the location of the icon images.
setIconRoot(String) - Method in class Tree
This will set the location of the icon images.
setIconRoot(String) - Method in class TreePropertyOverride
This will set the location of the icon images.
setIdScope(String) - Method in class ScriptContainer
Set the idScope associated with the code methods
setIgnoreIncludeServletPath(ServletRequest, boolean) - Static method in class InternalUtils
Tell InternalUtils.getDecodedServletPath(javax.servlet.http.HttpServletRequest) (and all that call it) to ignore the attribute that specifies the Servlet Include path, which is set when a Servlet include is done through RequestDispatcher.
setIgnoreNulls(boolean) - Method in class Repeater
Set a boolean that describes whether the repeater should ignore null items encountered while iterating over a data set.
setImageRoot(String) - Method in class InheritableState
Sets the default location of all the images.
setImageRoot(String) - Method in class Tree
Sets the name of the directory containing the images.
setImageRoot(String) - Method in class TreePropertyOverride
Sets the name of the directory containing the images for our icons, relative to the page including this tag.
setImageSpacer(String) - Method in class InheritableState
 
setImageState(ImageTag.State) - Method in class ImageAnchorCellModel
 
setImageState(ImageTag.State) - Method in class ImageCellModel
 
setImageStyle(String) - Method in class ImageAnchorCell
Set the <img> style for the contained image.
setImageStyle(String) - Method in class ImageAnchor
Set the <img> style for the contained image.
setImageStyleClass(String) - Method in class ImageAnchorCell
Set the label style class for each contained Image.
setImageStyleClass(String) - Method in class ImageAnchor
Set the label style class for each contained Image.
setInheritableState(InheritableState) - Method in interface ITreeRootElement
Property that sets the InheritableState that is set on the Tree tag.
setInheritableState(InheritableState) - Method in class TreeElement
 
setInheritableState(InheritableState) - Method in class TreeRootElement
Property that sets the InheritableState that is set on the Tree tag.
setInheritedPath(boolean) - Method in class PageFlowActionForward
 
setInheritedPath(boolean) - Method in class PageFlowExceptionConfig
 
setInputPattern(String) - Method in class FormatDate.DateFormatter
 
setInterceptorClass(String) - Method in class InterceptorConfig
 
setInternalStringBuilder(InternalStringBuilder) - Method in class StringBuilderRenderAppender
 
setIntHeader(String, int) - Method in class ScopedResponseImpl
Sets a response header with the given name and integer value.
setIsHandlerMethod(boolean) - Method in class PageFlowExceptionConfig
 
setIsLongLivedPageFlow(boolean) - Method in class PageFlowControllerConfig
 
setIsmap(String) - Method in class ImageAnchorCell
Sets the server-side image map declaration for the HTML image tag.
setIsmap(String) - Method in class Image
Sets the server-side image map declaration.
setIsmap(String) - Method in class ImageAnchor
Sets the server-side image map declaration.
setIsmap(String) - Method in class ImageButton
Sets the ismap of for the map.
setIsMissingDefaultMessages(boolean) - Method in class PageFlowControllerConfig
 
setIsNestedPageFlow(boolean) - Method in class PageFlowControllerConfig
 
setIsPathContextRelative(boolean) - Method in class PageFlowExceptionConfig
 
setIsReturnToActionDisabled(boolean) - Method in class PageFlowControllerConfig
 
setIsReturnToPageDisabled(boolean) - Method in class PageFlowControllerConfig
 
setIsSharedFlow(boolean) - Method in class PageFlowControllerConfig
 
setItemAttribute(TreeHtmlAttributeInfo) - Method in class TreeItem
This method is called by the children tags of the TreeItem.
setItemContent(String) - Method in class TreeItem
 
setItemIcon(String) - Method in class InheritableState
 
setItemIcon(String) - Method in class Tree
Sets the default icon for TreeElements for a blank area of the tree.
setItemIcon(String) - Method in class TreePropertyOverride
Sets the default icon for TreeElements for a blank area of the tree.
setItemInheritableState(InheritableState) - Method in class TreeItem
 
setItemLabel(String) - Method in class TreeItem
This method is called by children tags of the TreeItem.
setJavascript(String) - Method in class AnchorCellModel
 
setJavascript(String) - Method in class ImageCellModel
 
setJavascript(String) - Method in class SpanCellModel
 
setKey(String) - Method in class Error
Set the key under which the error was stored (often the name of the form bean property associated with the error).
setKnownTokens(Collection) - Method in class URLTemplatesFactory
Allow clients to define a set of known tokens for the template verification.
setLabel(String) - Method in class TreeElement
Set the text of the label associated with this node.
setLabelStyle(String) - Method in class CheckBoxOption
Set the label style for each contained CheckBoxOption.
setLabelStyle(String) - Method in class HtmlGroupBaseTag
Set the label style for each contained CheckBoxOption.
setLabelStyle(String) - Method in class RadioButtonOption
Set the label style for each contained RadioButtonOption.
setLabelStyleClass(String) - Method in class CheckBoxOption
Set the label style class for each contained CheckBoxOption.
setLabelStyleClass(String) - Method in class HtmlGroupBaseTag
Set the label style class for each contained CheckBoxOption.
setLabelStyleClass(String) - Method in class RadioButtonOption
Set the label style class for each contained RadioButtonOption.
setLang(String) - Method in class AnchorCell
Sets the lang attribute for the HTML anchor.
setLang(String) - Method in class Caption
Sets the value of the language attribute for the HTML caption.
setLang(String) - Method in class DataGrid
Sets the lang attribute for the HTML table tag.
setLang(String) - Method in class Footer
Sets the value of the language attribute.
setLang(String) - Method in class Header
Sets the value of the language attribute rendered by the HTML thead tag
setLang(String) - Method in class ImageCell
Sets the lang attribute for the HTML element.
setLang(String) - Method in class Row
Sets the lang attribute for the HTML tr tag.
setLang(String) - Method in class Rows
Sets the value of the language attribute of the HTML tbody tag.
setLang(String) - Method in class SpanCell
Sets the lang attribute for the HTML span.
setLang(String) - Method in class HtmlBaseTag
Sets the lang attribute for the HTML element.
setLang(String) - Method in interface IHtmlI18n
Set the language code of an HTML element.
setLanguage(String) - Method in class DeclareBundle
Set the language to use when looking-up resource bundle messages.
setLanguage(String) - Method in class FormatTag
Sets the language code for the locale.
setLastLineJoinImage(String) - Method in class InheritableState
 
setLastLineJoinImage(String) - Method in class Tree
Sets the image name for a blank area of the tree.
setLastLineJoinImage(String) - Method in class TreePropertyOverride
Sets the image name for a blank area of the tree.
setLastNodeCollapsedImage(String) - Method in class InheritableState
 
setLastNodeCollapsedImage(String) - Method in class Tree
Sets the image name for a closed non-leaf node with no line below it.
setLastNodeCollapsedImage(String) - Method in class TreePropertyOverride
Sets the image name for a closed non-leaf node with no line below it.
setLastNodeExpandedImage(String) - Method in class InheritableState
 
setLastNodeExpandedImage(String) - Method in class Tree
Sets the image name for an open non-leaf node with no line below it.
setLastNodeExpandedImage(String) - Method in class TreePropertyOverride
Sets the image name for an open non-leaf node with no line below it.
setLeft(int) - Method in class ConfigurePopup
Sets the X coordinate of the top left corner of the popup window.
setLength(int) - Method in class InternalStringBuilder
 
setLineJoinImage(String) - Method in class InheritableState
 
setLineJoinImage(String) - Method in class Tree
Sets the image name for an area with a line through it.
setLineJoinImage(String) - Method in class TreePropertyOverride
Sets the image name for an area with a line through it.
setLink(String) - Method in class Body
Sets the the color of text marking unvisited hypertext links.
setLinkName(String) - Method in class AnchorCellModel
 
setLinkName(String) - Method in class Anchor
Sets the link name of the Anchor.
setLocale(Locale) - Method in class DataGridResourceProvider
Set the Locale in which a message String should be looked up.
setLocale(HttpServletRequest, Locale) - Method in class FlowController
Deprecated. Use FlowController.setLocale(Locale).
setLocale(Locale) - Method in class FlowController
Set the user's currently selected Locale.
setLocale(String) - Method in class ErrorBaseTag
Set the name of the locale attribute.
setLocale(Locale) - Method in class FormatDate.DateFormatter
 
setLocale(Locale) - Method in class FormatNumber.NumberFormatter
 
setLocalizedMessage(String) - Method in exception ExpressionEvaluationException
 
setLocalizedMessage(String) - Method in exception RuntimeExpressionException
 
setLocalizedMessage(String) - Method in exception LocalizedIllegalArgumentException
 
setLocalizedMessage(String) - Method in exception LocalizedIllegalStateException
 
setLocalizedMessage(String) - Method in exception LocalizedUnsupportedOperationException
 
setLocalizedMessage(String) - Method in exception TypeConversionException
Set a localized message describing the cause of this exception.
setLocalizedMessage(String) - Method in exception TypeConverterNotFoundException
 
setLocation(String) - Method in class AnchorBase
Sets the anchor to be added to the end of the generated hyperlink.
setLocation(boolean) - Method in class ConfigurePopup
Sets whether the location (address) bar is visible in the popup window.
setLocation(String) - Method in class Form
Set the location hash to append to the url.
setLocation(String) - Method in class Image
Sets the location hash to append to the url.
setLoginRequired(boolean) - Method in class PageFlowActionMapping
 
setLongdesc(String) - Method in class ImageAnchorCell
Sets the longdesc attribute for the HTML image tag.
setLongdesc(String) - Method in class ImageCell
Sets the property to specify the longdesc of the image tag.
setLongdesc(String) - Method in class Image
Sets the property to specify a link to the the long description to supplement the short description in the alt attribute.
setLongdesc(String) - Method in class ImageAnchor
Sets the property to specify a link to the the long description to supplement the short description in the alt attribute.
setManagedObject(PageFlowManagedObject) - Method in exception PageFlowManagedObjectException
Set the related PageFlowManagedObject.
setMap(Map) - Method in class ParameterMap
Sets the map expression.
setMapping(ActionMapping) - Method in class PreviousPageInfo
Set information about the action that forwarded to the page.
setMaxInactiveInterval(int) - Method in class ScopedSession
 
setMaxlength(int) - Method in class TextBox
Set the maximum length (in characters) of the TextBox.
setMaxRepeat(int) - Method in class Pad
Set the maximum number of items that will be rendered by a <netui-data:repeater> tag.
setMemFileSize(String) - Method in class PageFlowControllerConfig
 
setMenubar(boolean) - Method in class ConfigurePopup
Sets whether the menu bar is displayed in the popup window.
setMessage(String) - Method in class BindingUpdateError
Set the error message.
setMessageBundle(String) - Method in class PageFlowApplication
 
setMethod(String) - Method in class AbstractCallMethod
Sets the name of a method to invoke on the target object.
setMethod(String) - Method in class Form
Set the request method used when submitting this form.
setMinRepeat(int) - Method in class Pad
 
setModulePath(String) - Method in class CachedPageFlowInfo
 
setMultipartClass(String) - Method in class PageFlowControllerConfig
 
setMultipartRequestWrapper(MultipartRequestWrapper) - Method in class PageFlowRequestWrapper
 
setMultiple(boolean) - Method in class Select
Set whether multiple selections are allowed.
setName(String) - Method in class DeclareBundle
The name inside of the ${bundle...} databinding context under which the properties in this bundle are available.
setName(String) - Method in class DataGrid
Set the name of this data grid.
setName(String) - Method in class DeclarePageInput
Set the name of a variable that can be referecned using the page input data binding context.
setName(String) - Method in class Attribute
Sets the name attribute.
setName(String) - Method in class Behavior
Sets the name behavior.
setName(String) - Method in class ConfigurePopup
Sets the name of the popup window.
setName(String) - Method in class Parameter
Sets the name of the URL parameter.
setName(String) - Method in class RewriteName
Sets the name to be rewritten.
setName(String) - Method in class Attribute
Sets the name for the Attribute.
setName(String) - Method in class IncludeSection
Sets the name of the section.
setName(String) - Method in class Section
Sets the name of the placeholder section defined in the template that this tag is providing content for.
setName(String) - Method in class SetAttribute
Set the name of the attribute.
setName(String) - Method in class TreeElement
Set the unique name of the node.
setName(String) - Method in class GroupOption
Set the name of the option which will appear next to the option.
setNavigationHandler(NavigationHandler) - Method in class PageFlowApplication
 
setNestedDecorator(CellDecorator) - Method in class CellDecorator
Set the nested cell decorator.
setNestedReturn(boolean) - Method in class PageFlowActionForward
 
setNodeCollapsedImage(String) - Method in class InheritableState
 
setNodeCollapsedImage(String) - Method in class Tree
Sets the image name for a closed non-leaf node with a line below it.
setNodeCollapsedImage(String) - Method in class TreePropertyOverride
Sets the image name for a closed non-leaf node with a line below it.
setNodeExpandedImage(String) - Method in class InheritableState
 
setNodeExpandedImage(String) - Method in class Tree
Sets the image name for an open non-leaf node with a line below it.
setNodeExpandedImage(String) - Method in class TreePropertyOverride
Sets the image name for an open non-leaf node with a line below it.
setNonEmptyValueAttribute(String) - Method in class AbstractClassicTag
Filter out the empty string value and return either the value or null.
setNonEmptyValueAttribute(String) - Method in class AbstractSimpleTag
Filter out the empty string value and return either the value or null.
setNull(boolean) - Method in class MethodParameter
Sets a boolean that describes that the parameter that should be passed to the method is null.
setNullable(boolean) - Method in class Select
Set whether a null option is desired.
setNullableOptionText(String) - Method in class Select
Set the text of the nullable option.
setObject(Object) - Method in class CallMethod
Set the object on which to invoke a method.
setObjectHeader(String, Object) - Method in class ScopedResponseImpl
 
setObjectName(String) - Method in interface INameable
Set the ObjectName of the INameable object.
setObjectName(String) - Method in class DivPanelState
Set the ObjectName of the INameable object.
setObjectName(String) - Method in class TreeRootElement
Set the ObjectName of the INameable object.
setOnBlur(String) - Method in class AnchorCell
Sets the onBlur JavaScript event for the HTML anchor.
setOnBlur(String) - Method in class AnchorBase
Sets the onBlur javascript event.
setOnBlur(String) - Method in class HtmlFocusBaseTag
Sets the onBlur javascript event.
setOnChange(String) - Method in class HtmlFocusBaseTag
Sets the onChange javascript event.
setOnClick(String) - Method in class AnchorCell
Sets the onClick JavaScript event for the HTML anchor.
setOnClick(String) - Method in class Caption
Sets the onClick JavaScript event for the HTML attribute.
setOnClick(String) - Method in class DataGrid
Sets the onClick JavaScript event for the HTML table tag.
setOnClick(String) - Method in class Footer
Sets the onClick JavaScript event for the HTML tfoot.
setOnClick(String) - Method in class Header
Sets the onClick JavaScript event for the HTML thead tag.
setOnClick(String) - Method in class ImageAnchorCell
Sets the onClick JavaScript for the HTML anchor tag.
setOnClick(String) - Method in class ImageCell
Sets the onClick JavaScript event on the image tag.
setOnClick(String) - Method in class Row
Sets the onClick JavaScript for the HTML tr tag.
setOnClick(String) - Method in class Rows
Sets the onClick JavaScript event for the HTML tbody tag.
setOnClick(String) - Method in class SpanCell
Sets the onClick JavaScript event for the HTML span.
setOnClick(String) - Method in class Anchor
Sets the onClick javascript event.
setOnClick(String) - Method in class HtmlBaseTag
Sets the onClick javascript event.
setOnClick(String) - Method in interface IHtmlEvents
Sets the onClick javascript event.
setOnDblClick(String) - Method in class AnchorCell
Sets the onDblClick JavaScript event for the HTML anchor.
setOnDblClick(String) - Method in class Caption
Sets the onDblClick JavaScript event for the HTML caption.
setOnDblClick(String) - Method in class DataGrid
Sets the onDblClick JavaScript event for the HTML tag.
setOnDblClick(String) - Method in class Footer
Sets the onDblClick JavaScript event for the HTML tfoot.
setOnDblClick(String) - Method in class Header
Sets the onDblClick JavaScript event for the HTML thead tag.
setOnDblClick(String) - Method in class ImageAnchorCell
Sets the onDblClick JavaScript for the HTML anchor tag.
setOnDblClick(String) - Method in class ImageCell
Sets the onDblClick JavaScript event on the image tag.
setOnDblClick(String) - Method in class Row
Sets the onDblClick JavaScript for the HTML tr tag.
setOnDblClick(String) - Method in class Rows
Sets the onDblClick JavaScript event for the HTML tbody tag.
setOnDblClick(String) - Method in class SpanCell
Sets the onDblClick JavaScript event for the HTML span.
setOnDblClick(String) - Method in class HtmlBaseTag
Sets the onDblClick javascript event.
setOnDblClick(String) - Method in interface IHtmlEvents
Sets the onDblClick javascript event.
setOnDiv(boolean) - Method in class TreeHtmlAttribute
 
setOnDiv(boolean) - Method in class TreeHtmlAttributeInfo
Sets whether the HTML attribute is on the node item's <div> tag.
setOnFocus(String) - Method in class AnchorCell
Sets the onFocus JavaScript event for the HTML anchor.
setOnFocus(String) - Method in class AnchorBase
Sets the onFocus javascript event.
setOnFocus(String) - Method in class HtmlFocusBaseTag
Sets the onFocus javascript event.
setOnIcon(boolean) - Method in class TreeHtmlAttribute
 
setOnIcon(boolean) - Method in class TreeHtmlAttributeInfo
Sets whether the HTML attribute is on the node item's <img> tag for the icon.
setOnKeyDown(String) - Method in class AnchorCell
Sets the onKeyDown JavaScript event for the HTML anchor.
setOnKeyDown(String) - Method in class Caption
Sets the onKeyDown JavaScript event for the HTML caption.
setOnKeyDown(String) - Method in class DataGrid
Sets the onKeyDown JavaScript event for the HTML tag.
setOnKeyDown(String) - Method in class Footer
Sets the onKeyDown JavaScript event for the HTML tfoot.
setOnKeyDown(String) - Method in class Header
Sets the onKeyDown JavaScript event for the HTML thead tag.
setOnKeyDown(String) - Method in class ImageAnchorCell
Sets the onKeyDown JavaScript for the HTML anchor tag.
setOnKeyDown(String) - Method in class ImageCell
Sets the onKeyDown JavaScript event on the image tag.
setOnKeyDown(String) - Method in class Row
Sets the onKeyDown JavaScript for the HTML tr tag.
setOnKeyDown(String) - Method in class Rows
Sets the onKeyDown JavaScript event for the HTML tbody tag.
setOnKeyDown(String) - Method in class SpanCell
Sets the onKeyDown JavaScript event for the HTML span.
setOnKeyDown(String) - Method in class HtmlBaseTag
Sets the onKeyDown javascript event.
setOnKeyDown(String) - Method in interface IHtmlEvents
Sets the onKeyDown javascript event.
setOnKeyPress(String) - Method in class AnchorCell
Sets the onKeyPress JavaScript event for the HTML anchor.
setOnKeyPress(String) - Method in class Caption
Sets the onKeyPress JavaScript event for the HTML caption.
setOnKeyPress(String) - Method in class DataGrid
Sets the onKeyPress JavaScript event for the HTML tag.
setOnKeyPress(String) - Method in class Footer
Sets the onKeyPress JavaScript event.
setOnKeyPress(String) - Method in class Header
Sets the onKeyPress JavaScript event for the HTML thead tag.
setOnKeyPress(String) - Method in class ImageAnchorCell
Sets the onKeyPress JavaScript for the HTML anchor tag.
setOnKeyPress(String) - Method in class ImageCell
Sets the onKeyPress JavaScript event on the image tag.
setOnKeyPress(String) - Method in class Row
Sets the onKeyPress JavaScript for the HTML tr tag.
setOnKeyPress(String) - Method in class Rows
Sets the onKeyPress JavaScript event for the HTML tbody tag.
setOnKeyPress(String) - Method in class SpanCell
Sets the onKeyPress JavaScript event for the HTML span.
setOnKeyPress(String) - Method in class HtmlBaseTag
Sets the onKeyPress javascript event.
setOnKeyPress(String) - Method in interface IHtmlEvents
Sets the onKeyPress javascript event.
setOnKeyUp(String) - Method in class AnchorCell
Sets the onKeyUp JavaScript event for the HTML anchor.
setOnKeyUp(String) - Method in class Caption
Sets the onKeyUp JavaScript event for the HTML caption.
setOnKeyUp(String) - Method in class DataGrid
Sets the onKeyUp JavaScript event for the HTML tag.
setOnKeyUp(String) - Method in class Footer
Sets the onKeyUp JavaScript event for the HTML tfoot.
setOnKeyUp(String) - Method in class Header
Sets the onKeyUp JavaScript event for the HTML thead tag.
setOnKeyUp(String) - Method in class ImageAnchorCell
Sets the onKeyUp JavaScript for the HTML anchor tag.
setOnKeyUp(String) - Method in class ImageCell
Sets the onKeyUp JavaScript event on the image tag.
setOnKeyUp(String) - Method in class Row
Sets the onKeyUp JavaScript for the HTML tr tag.
setOnKeyUp(String) - Method in class Rows
Sets the onKeyUp JavaScript event for the HTML tbody tag.
setOnKeyUp(String) - Method in class SpanCell
Sets the onKeyUp JavaScript event for the HTML span.
setOnKeyUp(String) - Method in class HtmlBaseTag
Sets the onKeyUp javascript event.
setOnKeyUp(String) - Method in interface IHtmlEvents
Sets the onKeyUp javascript event.
setOnLoad(String) - Method in class Body
Sets the onLoad javascript event.
setOnMouseDown(String) - Method in class AnchorCell
Sets the onMouseDown JavaScript event for the HTML anchor.
setOnMouseDown(String) - Method in class Caption
Sets the onMouseDown JavaScript event for the HTML caption.
setOnMouseDown(String) - Method in class DataGrid
Sets the onMouseDown JavaScript event for the HTML tag.
setOnMouseDown(String) - Method in class Footer
Sets the onMouseDown JavaScript event for the HTML tfoot.
setOnMouseDown(String) - Method in class Header
Sets the onMouseDown JavaScript event for the HTML thead tag.
setOnMouseDown(String) - Method in class ImageAnchorCell
Sets the onMouseDown JavaScript for the HTML anchor tag.
setOnMouseDown(String) - Method in class ImageCell
Sets the onMouseDown JavaScript event on the image tag.
setOnMouseDown(String) - Method in class Row
Sets the onMouseDown JavaScript for the HTML tr tag.
setOnMouseDown(String) - Method in class Rows
Sets the onMouseDown JavaScript event for the HTML tbody tag.
setOnMouseDown(String) - Method in class SpanCell
Sets the onMouseDown JavaScript event for the HTML span.
setOnMouseDown(String) - Method in class HtmlBaseTag
Sets the onMouseDown javascript event.
setOnMouseDown(String) - Method in interface IHtmlEvents
Sets the onMouseDown javascript event.
setOnMouseMove(String) - Method in class AnchorCell
Sets the onMouseMove JavaScript event for the HTML anchor.
setOnMouseMove(String) - Method in class Caption
Sets the onMouseMove JavaScript event for the HTML caption.
setOnMouseMove(String) - Method in class DataGrid
Sets the onMouseMove JavaScript event for the HTML tag.
setOnMouseMove(String) - Method in class Footer
Sets the onMouseMove JavaScript event for the HTML tfoot.
setOnMouseMove(String) - Method in class Header
Sets the onMouseMove JavaScript event for the HTML thead tag.
setOnMouseMove(String) - Method in class ImageAnchorCell
Sets the onMouseMove JavaScript for the HTML anchor tag.
setOnMouseMove(String) - Method in class ImageCell
Sets the onMouseMove JavaScript event on the image tag.
setOnMouseMove(String) - Method in class Row
Sets the onMouseMove JavaScript for the HTML tr tag.
setOnMouseMove(String) - Method in class Rows
Sets the onMouseMove JavaScript event for the HTML tbody tag.
setOnMouseMove(String) - Method in class SpanCell
Sets the onMouseMove JavaScript event for the HTML span.
setOnMouseMove(String) - Method in class HtmlBaseTag
Sets the onMouseMove javascript event.
setOnMouseMove(String) - Method in interface IHtmlEvents
Sets the onMouseMove javascript event.
setOnMouseOut(String) - Method in class AnchorCell
Sets the onMouseOut JavaScript event for the HTML anchor.
setOnMouseOut(String) - Method in class Caption
Sets the onMouseOut JavaScript event for the HTML caption.
setOnMouseOut(String) - Method in class DataGrid
Sets the onMouseOut JavaScript event for the HTML tag.
setOnMouseOut(String) - Method in class Footer
Sets the onMouseOut JavaScript event for the HTML tfoot.
setOnMouseOut(String) - Method in class Header
Sets the onMouseOut JavaScript event for the HTML thead tag.
setOnMouseOut(String) - Method in class ImageAnchorCell
Sets the onMouseOut JavaScript for the HTML anchor tag.
setOnMouseOut(String) - Method in class ImageCell
Sets the onMouseOut JavaScript event on the image tag.
setOnMouseOut(String) - Method in class Row
Sets the onMouseOut JavaScript for the HTML tr tag.
setOnMouseOut(String) - Method in class Rows
Sets the onMouseOut JavaScript event for the HTML tbody tag.
setOnMouseOut(String) - Method in class SpanCell
Sets the onMouseOut JavaScript event for the HTML span.
setOnMouseOut(String) - Method in class HtmlBaseTag
Sets the onMouseOut javascript event.
setOnMouseOut(String) - Method in interface IHtmlEvents
Sets the onMouseOut javascript event.
setOnMouseOver(String) - Method in class AnchorCell
Sets the onMouseOver JavaScript event for the HTML anchor.
setOnMouseOver(String) - Method in class Caption
Sets the onMouseOver JavaScript event for the HTML caption.
setOnMouseOver(String) - Method in class DataGrid
Sets the onMouseOver JavaScript event for the HTML tag.
setOnMouseOver(String) - Method in class Footer
Sets the onMouseOver JavaScript event for the HTML tfoot.
setOnMouseOver(String) - Method in class Header
Sets the onMouseOver JavaScript event for the HTML thead tag.
setOnMouseOver(String) - Method in class ImageAnchorCell
Sets the onMouseOver JavaScript for the HTML anchor tag.
setOnMouseOver(String) - Method in class ImageCell
Sets the onMouseOver JavaScript event on the image tag.
setOnMouseOver(String) - Method in class Row
Sets the onMouseOver JavaScript for the HTML tr tag.
setOnMouseOver(String) - Method in class Rows
Sets the onMouseOver JavaScript event for the HTML tbody tag.
setOnMouseOver(String) - Method in class SpanCell
Sets the onMouseOver JavaScript event for the HTML span.
setOnMouseOver(String) - Method in class HtmlBaseTag
Sets the onMouseOver javascript event.
setOnMouseOver(String) - Method in interface IHtmlEvents
Sets the onMouseOver javascript event.
setOnMouseUp(String) - Method in class AnchorCell
Sets the onMouseUp JavaScript event for the HTML anchor.
setOnMouseUp(String) - Method in class Caption
Sets the onMouseUp JavaScript event for the HTML caption.
setOnMouseUp(String) - Method in class DataGrid
Sets the onMouseUp JavaScript event for the HTML tag.
setOnMouseUp(String) - Method in class Footer
Sets the onMouseUp JavaScript event for the HTML tfoot.
setOnMouseUp(String) - Method in class Header
Sets the onMouseUp JavaScript event for the HTML thead tag.
setOnMouseUp(String) - Method in class ImageAnchorCell
Sets the onMouseUp JavaScript for the HTML anchor tag.
setOnMouseUp(String) - Method in class ImageCell
Sets the onMouseUp JavaScript event on the image tag.
setOnMouseUp(String) - Method in class Row
Sets the onMouseUp JavaScript for the HTML tr tag.
setOnMouseUp(String) - Method in class Rows
Sets the onMouseUp JavaScript event for the HTML tbody tag.
setOnMouseUp(String) - Method in class SpanCell
Sets the onMouseUp JavaScript event for the HTML span.
setOnMouseUp(String) - Method in class HtmlBaseTag
Sets the onMouseUp javascript event.
setOnMouseUp(String) - Method in interface IHtmlEvents
Sets the onMouseUp javascript event.
setOnPopupDone(String) - Method in class ConfigurePopup
Sets the JavaScript function to be called when the popup window is closing.
setOnReset(String) - Method in class Form
Sets the onReset javascript event.
setOnSelect(String) - Method in class HtmlFocusBaseTag
Sets the onSelect javascript event.
setOnSelectionLink(boolean) - Method in class TreeHtmlAttribute
 
setOnSelectionLink(boolean) - Method in class TreeHtmlAttributeInfo
Sets whether the HTML attribute is on the node item's selection.
setOnSubmit(String) - Method in class Form
Sets the onSubmit javascript event.
setOnUnload(String) - Method in class Body
Sets the onUnload javascript event.
setOperation(FilterOperation) - Method in class Filter
Set the filter operation for this filter
setOperationHint(FilterOperationHint) - Method in class Filter
Set the operation hint for this filter
setOptionsDataSource(Object) - Method in class HtmlGroupBaseTag
Sets the options datasource value (an expression).
setOptionsDataSource(Object) - Method in class HtmlOptionsDataSourceTag
Sets the options datasource value (an expression).
setOrientation(String) - Method in class HtmlGroupBaseTag
Set the orientation of the resulting options group.
setOriginalForward(ActionForward) - Method in class ActionInterceptorContext
 
setOriginalServletPath(String) - Method in class PageFlowRequestWrapper
 
setOuterAttribute(HttpServletRequest, String, Object) - Static method in class RequestUtils
 
setOutputForm(ActionMapping, ActionForm, HttpServletRequest, boolean) - Static method in class PageFlowUtils
Make a form bean available as an attributet in the request/session (as appropriate).
setOutputForms(ActionMapping, Forward, HttpServletRequest, boolean) - Static method in class PageFlowUtils
Make any form beans in the given Forward object available as attributets in the request/session (as appropriate).
setOutputForms(ActionMapping, Forward, HttpServletRequest) - Static method in class PageFlowUtils
Make any form beans in the given Forward object available as attributets in the request/session (as appropriate).
setOutputForms(ActionMapping, ActionForm[], HttpServletRequest) - Static method in class PageFlowUtils
Make a set of form beans available as attributets in the request/session (as appropriate).
setOutputForms(ActionMapping, ActionForm[], HttpServletRequest, boolean) - Static method in class PageFlowUtils
Make a set of form beans available as attributets in the request/session (as appropriate).
setOutputFormType(String) - Method in exception IllegalOutputFormException
Set the type name of the relevant output form.
setOverloaded(boolean) - Method in class PageFlowActionMapping
 
setOverrideForward(InterceptorForward, ActionInterceptorContext) - Method in class ActionInterceptor
Override the Forward, either before or after the target action is run.
setOverrideForward(InterceptorForward, ActionInterceptor) - Method in class ActionInterceptorContext
Set an InterceptorForward that changes the destination URI of the intercepted action.
setPadContext(PadContext) - Method in class Repeater
 
setPadText(String) - Method in class Pad
Set the text that will be used when padding a Repeater that renders its body too few times.
setPage(int) - Method in class PagerModel
Set a specific page.
setPageAction(String) - Method in class PagerModel
Set the action used to navigate to another page.
setPageAction(String) - Method in class ConfigurePager
Set the action used to perform paging.
setPageContext(JspContext) - Method in class WriteRenderAppender
 
setPageFlowScopedFormName(String) - Method in class PageFlowRequestWrapper
 
setPageHref(String) - Method in class PagerModel
Set the href used to navigate to another page.
setPageHref(String) - Method in class ConfigurePager
Set the HREF used to perform paging.
setPageInputName(String) - Method in exception IllegalPageInputException
Deprecated. Set the name of the relevant action output.
setPagerFormat(String) - Method in class ConfigurePager
Set the appearance of the pager rendered by the data grid.
setPagerModel(PagerModel) - Method in class DataGridState
Set the PagerModel for the data grid
setPagerRenderer(PagerRenderer) - Method in class DataGridTagModel
Set the PagerRenderer used to render the paging UI for the data grid.
setPagerRendererClass(String) - Method in class ConfigurePager
Set a Java class name to create a PagerRenderer used to render a data grid's pager.
setPageSize(int) - Method in class PagerModel
Sets the page size and overrides the default page size if one has been set.
setPageSize(int) - Method in class ConfigurePager
Set the page size for the current data grid.
setParams(HashMap) - Method in class AnchorCellModel
 
setParent(InheritableState) - Method in class InheritableState
 
setParent(TreeElement) - Method in class TreeElement
Sets the parent node of this node.
setParent(TreeElement) - Method in class TreeHtmlAttributeInfo
Set the parent of the HtmlAttributeInfo item.
setPassword(boolean) - Method in class TextBox
Set the password state (true means this is a password field).
setPath(String) - Method in class FreezableMutableURI
Sets the path.
setPath(String) - Method in class MutableURI
Sets the path.
setPath(String) - Method in class Forward
Set the path to be returned by Forward.getPath().
setPathInfo(String) - Method in class ScopedRequestImpl
 
setPattern(String) - Method in class FormatTag.Formatter
 
setPattern(String) - Method in class FormatTag
Sets the pattern to be used by this FormatTag.
setPlacement(String) - Method in class ScriptBlock
Place the JavaScript inside in relationship to the frameword generated JavaScript.
setPopup(boolean) - Method in class AnchorBase
Sets the popup indicator.
setPopup(boolean) - Method in class Button
Sets the popup indicator.
setPopupFunc(String) - Method in class ConfigurePopup
Sets the JavaScript function to be called to open the popup window.
setPort(int) - Method in class FreezableMutableURI
Sets the port.
setPort(int) - Method in class MutableURI
Sets the port.
setPreventDoubleSubmit(boolean) - Method in class PageFlowActionMapping
 
setPreviousPageInfo(PreviousPageInfo) - Method in class PageFlowRequestWrapper
 
setProcessPopulateAlreadyCalled(boolean) - Method in class PageFlowRequestWrapper
 
setPropertyResolver(PropertyResolver) - Method in class PageFlowApplication
 
setQuery(String) - Method in class FreezableMutableURI
Sets (and resets) the query string.
setQuery(String) - Method in class MutableURI
Sets (and resets) the query string.
setQueryString(String) - Method in class Forward
Set the query string that will be appended to the URI returned by Forward.getPath().
setQuoteChar(String) - Method in class SQLSupportConfig
Set the quote character used to quote strings types when embedded inside of SQL statements.
setReadonly(boolean) - Method in class PageFlowActionMapping
 
setReadonly(boolean) - Method in class PageFlowExceptionConfig
 
setReadonly(boolean) - Method in class FileUpload
Set if this FileUpload is read-only.
setReadonly(boolean) - Method in class TextArea
Set if this TextArea is read-only.
setReadonly(boolean) - Method in class TextBox
Set if this TextBox is read-only.
setRedirect(boolean) - Method in class Forward
Set whether the URI resolved by this Forward should be redirected to.
setRedirect(boolean) - Method in class ActionResultImpl
 
setRef(Object) - Method in class ByRef
 
setRegisteredHandler(Handler) - Method in class DefaultHandler
 
setRel(String) - Method in class AnchorCell
Sets rel attribute for the HTML anchor.
setRel(String) - Method in class ImageAnchorCell
Sets rel attribute for the HTML anchor tag.
setRel(String) - Method in class Anchor
Sets rel attribute for the anchor.
setRenderRow(boolean) - Method in class Footer
Set a boolean that enables / disables rendering HTML table rows by this tag.
setRenderRow(boolean) - Method in class Header
Set a boolean that enables / disables rendering HTML table rows by this tag.
setRenderRow(boolean) - Method in class Rows
Set a boolean that enables / disables rendering HTML table rows by this tag.
setRenderRowGroups(boolean) - Method in class DataGridTagModel
Set whether to render the data grid using HTML row groups.
setRenderRowGroups(boolean) - Method in class DataGrid
Sets a boolean that enables / disables rendering of HTML table row groups in the data grid.
setRenderTagIdLookup(boolean) - Method in class Tree
This will cause the standard tagId to Id JavaScript to be output.
setRepeater(boolean) - Method in class HtmlGroupBaseTag
Set whether repeating of contained options is on.
setRepeater(boolean) - Method in class Select
Set whether repeating of contained options is on.
setRepeatingOrder(String) - Method in class Select
This method will set the order of the options generated in the select.
setRepeatingType(String) - Method in class SelectOption
If the selectOption is being used inside a repeating Select, this defines the Select attribute used to generate the option elements.
setReplace(boolean) - Method in class ConfigurePopup
Sets whether the popup window's location will replace the location in the current window's navigation history.
setReportErrors(boolean) - Method in class Template
Set the boolean indicating that the template should report errors.
setRequestURI(String) - Method in class ScopedRequestImpl
 
setRequestURI(String, String) - Method in class ScopedRequestImpl
 
setRequestURI(String) - Method in interface ScopedRequest
 
setRequired(boolean) - Method in class DeclarePageInput
Set a flag that declares whether this page intput is required or optiona.
setRequiredTokens(Collection) - Method in class URLTemplatesFactory
Allow clients to define a set of required tokens for the template verification.
setRequiredValueAttribute(String, String) - Method in class AbstractClassicTag
Report an error if the value of attrValue is equal to the empty string, otherwise return that value.
setRequiredValueAttribute(String, String) - Method in class AbstractSimpleTag
Report an error if the value of attrValue is equal to the empty string, otherwise return that value.
setResizable(boolean) - Method in class ConfigurePopup
Sets whether the popup window is resizable.
setResourceBundlePath(String) - Method in class DataGridResourceProvider
Set the path used for creating a ResourceBundle object.
setResourceBundlePath(String) - Method in class DataGrid
Set the resource bundle path used when getting messages from a DataGridResourceProvider during data grid rendering.
setResourceProvider(DataGridResourceProvider) - Method in class DataGridTagModel
Set the DataGridResourceProvider used to render the data grid.
setRestoreQueryString(boolean) - Method in class PageFlowActionForward
 
setRestoreQueryString(boolean) - Method in class Forward
Set whether this Forward will restore the original query string query string on the page restored when a @Jpf.Forward, @Jpf.SimpleAction, or @Jpf.ConditionalForward with navigateTo=Jpf.NavigateTo.previousAction is used.
setResultId(String) - Method in class AbstractCallMethod
Sets the identifier at which the result of invoking the method will stored.
setResultId(String) - Method in class Message
Deprecated. Set the attribute name under which the output formatted message will be available.
setResultId(String) - Method in class GetData
Set the String attribute name under which the result of evaluating an expression will be stored in the PageContext..
setResultId(String) - Method in class RewriteName
Sets the resultId which, if non-null, will store the real name in the page context under the resultId name;
setResultOverride(Object, Interceptor) - Method in class InterceptorContext
 
setReturnFormMember(String) - Method in class PageFlowActionForward
 
setReturnFormType(String) - Method in class PageFlowActionForward
 
setReturningFromActionIntercept(boolean) - Method in class PageFlowRequestWrapper
 
setReturnToAction(boolean) - Method in class PageFlowActionForward
 
setReturnToPage(boolean) - Method in class PageFlowActionForward
 
setRev(String) - Method in class AnchorCell
Sets rev attribute for the HTML anchor.
setRev(String) - Method in class ImageAnchorCell
Sets rev attribute for the HTML anchor tag.
setRev(String) - Method in class Anchor
Sets rev attribute for the anchor.
setRolloverImage(String) - Method in class ImageAnchor
Sets the roll-over image of the ImageAnchor.
setRolloverImage(String) - Method in class ImageButton
Sets the roll-over image of the ImageAnchor.
setRootNode(TreeElement) - Method in class Tree
Sets the root TreeElement of this tree.
setRootNodeCollapsedImage(String) - Method in interface ITreeRootElement
 
setRootNodeCollapsedImage(String) - Method in class Tree
Sets the image that will be used for the root when it is Collapsed.
setRootNodeCollapsedImage(String) - Method in class TreeRootElement
Sets the name of the collapsed image for the root node.
setRootNodeExpandedImage(String) - Method in interface ITreeRootElement
 
setRootNodeExpandedImage(String) - Method in class Tree
Sets the image that will be used for the root when it is Expanded.
setRootNodeExpandedImage(String) - Method in class TreeRootElement
Sets the expanded image for the root node.
setRow(int) - Method in class PagerModel
Set the current row.
setRowClass(String) - Method in class CellRepeater
Set the HTML style class that is rendered on each HTML table row that is opened by this tag.
setRows(int) - Method in class CellRepeater
Set the number of rows that should be rendered in the table generated by the tag.
setRows(int) - Method in class TextArea
Sets the number of rows in the TextArea.
setRules(String) - Method in class DataGrid
Sets the rules attribute for the HTML table tag.
setRunAtClient(boolean) - Method in class Tree
Cause expansion and contraction on the client.
setScheme(String) - Method in class FreezableMutableURI
Sets the protocol/scheme.
setScheme(String) - Method in class MutableURI
Sets the protocol/scheme.
setScope(String) - Method in class TreeElement
Set the target scope for this anchor's URI.
setScope(String) - Method in class TreeItem
Set the target scope for this tree node's URI.
setScopedSessionAttr(String, Object, HttpServletRequest) - Static method in class ScopedServletUtils
If the request is a ScopedRequest, this sets an attribute whose name is scoped to that request's scope-ID; otherwise, it is a straight passthrough to HttpSession.setAttribute(java.lang.String, java.lang.Object).
setScopeId(String) - Method in class AnchorCellModel
 
setScopeId(String) - Method in class HeaderCellModel
 
setScopeId(String) - Method in class HeaderCell
Sets the scopeId for any anchors rendered by this header cell.
setScrollbars(boolean) - Method in class ConfigurePopup
Sets whether the popup window has scroll bars.
setSelected(boolean) - Method in class TreeElement
Sets whether this node currently selected.
setSelected(TreeElement, String, ServletRequest) - Static method in class TreeHelpers
Recursive routine to set the selected node.
setSelectedStyle(String) - Method in class Tree
Set the style of a tree element when is is selected.
setSelectedStyleClass(String) - Method in class Tree
Set the style class of a tree element when is is selected.
setSelectionAction(String) - Method in class InheritableState
 
setSelectionAction(String) - Method in class Tree
Sets the action used for selecting tree nodes.
setSelectionAction(String) - Method in class TreePropertyOverride
Sets the action used for expanding and contracting tree nodes.
setSelectionTarget(String) - Method in class InheritableState
 
setSelectionTarget(String) - Method in class Tree
Sets the target for a selection action.
setServletContext(ServletRequest, ServletContext) - Static method in class InternalUtils
 
setServletRequest(ServletRequest) - Method in class DataGridStateCodec
Set the ServletRequest.
setShape(String) - Method in class AnchorBase
Sets shape attribute for the area.
setSharedFlows(String) - Method in class PageFlowControllerConfig
 
setShowDevModeStackTrace(boolean) - Method in class Exceptions
Set whether or not the stack trace is being shown.
setShowMessage(boolean) - Method in class Exceptions
Set whether or not the exception message is being shown.
setShowStackTrace(boolean) - Method in class Exceptions
Set whether or not the stack trace is being shown.
setSimpleAction(boolean) - Method in class PageFlowActionMapping
 
setSize(String) - Method in class FileUpload
Set the size (in characters) of the FileUpload.
setSize(int) - Method in class Select
Sets how many options are displayed.
setSize(int) - Method in class TextBox
Set the size (in characters) of the TextBox.
setSortAction(String) - Method in class HeaderCellModel
 
setSortAction(String) - Method in class HeaderCell
Set the name of an action used to perform sorting on a data grid.
setSortExpression(String) - Method in class Sort
Set the sort expression
setSortExpression(String) - Method in class HeaderCellModel
 
setSortExpression(String) - Method in class AbstractHtmlTableCell
Set the sort expression with which this cell should be associated.
setSortExpression(String) - Method in class HeaderCell
Set the sort expression for this header cell.
setSortHref(String) - Method in class HeaderCellModel
 
setSortHref(String) - Method in class HeaderCell
Set an href used to build URIs to change the sort state for this header cell.
setSortModel(SortModel) - Method in class DataGridState
Set the SortModel for a data grid.
setSortStrategy(SortStrategy) - Method in class SortModel
Set the SortStrategy.
setSource(Object) - Method in class SerializeXML
Set the source document to be serialized.
setSpacerImage(String) - Method in class Tree
Sets the image name for a spacer image used to align the other images inside the tree.
setSpacerImage(String) - Method in class TreePropertyOverride
Sets the image name for an image used to align the other images inside of a tree.
setSpanState(SpanTag.State) - Method in class SpanCellModel
 
setSrc(String) - Method in class ImageAnchorCell
Sets the image source URI for the HTML image tag.
setSrc(String) - Method in class ImageCell
Set the image source to render on the HTML image tag.
setSrc(String) - Method in class Image
Sets the image source URI.
setSrc(String) - Method in class ImageAnchor
Sets the image source URI.
setSrc(String) - Method in class ImageButton
Sets the image source URI.
setStateAttribute(String, String, AbstractHtmlState) - Method in class HtmlBaseTag
Attribute implementation.
setStateManager(StateManager) - Method in class PageFlowApplication
 
setStatus(int) - Method in class ScopedResponseImpl
 
setStatus(int, String) - Method in class ScopedResponseImpl
 
setStatus(boolean) - Method in class ConfigurePopup
Sets whether the status bar is displayed in the popup window.
setStatusCode(int) - Method in class ActionResultImpl
 
setStatusMessage(String) - Method in class ActionResultImpl
 
setStayInCurrentModule(boolean) - Method in class PageFlowRequestWrapper
 
setStringInputPattern(String) - Method in class FormatDate
Set the pattern to use to convert a String value into a date.
setStringValue(String) - Method in class AnnotationAttribute
 
setStyle(String) - Method in class AnchorCell
Sets the style of the HTML anchor.
setStyle(String) - Method in class Caption
Sets the style of the HTML caption.
setStyle(String) - Method in class DataGrid
Sets the style for the HTML table tag.
setStyle(String) - Method in class Footer
Sets the style of the HTML tfoot tag.
setStyle(String) - Method in class Header
Sets the style rendered by the HTML thead tag.
setStyle(String) - Method in class ImageAnchorCell
Sets the style of the rendered HTML anchor tag.
setStyle(String) - Method in class ImageCell
Sets the style of the rendered html tag.
setStyle(String) - Method in class Row
Sets the style attribute for the HTML tr tag.
setStyle(String) - Method in class Rows
Sets the style of the HTML tbody tag.
setStyle(String) - Method in class SpanCell
Sets the style for the HTML span.
setStyle(String) - Method in class HtmlBaseTag
Sets the style of the rendered html tag.
setStyle(String) - Method in class HtmlGroupBaseTag
Sets the style of the rendered html tag.
setStyle(String) - Method in interface IHtmlCore
Sets the style of the rendered html tag.
setStyleClass(String) - Method in class AnchorCell
Sets the style class of the HTML anchor.
setStyleClass(String) - Method in class Caption
Sets the style class of the HTML caption.
setStyleClass(String) - Method in class DataGrid
Sets the style class for the HTML table tag.
setStyleClass(String) - Method in class Footer
Sets the style class of the rendered html tag.
setStyleClass(String) - Method in class Header
Sets the style class of the rendered by the HTML thead tag.
setStyleClass(String) - Method in class ImageAnchorCell
Sets the style class of the rendered HTML anchor tag.
setStyleClass(String) - Method in class ImageCell
Sets the style class of the rendered html tag.
setStyleClass(String) - Method in class Row
Sets the style class for the HTML tr tag.
setStyleClass(String) - Method in class Rows
Sets the style class of the HTML tbody tag.
setStyleClass(String) - Method in class SpanCell
Sets the style class for the HTML span.
setStyleClass(String) - Method in class HtmlBaseTag
Sets the style class of the rendered html tag.
setStyleClass(String) - Method in class HtmlGroupBaseTag
Sets the style class of the rendered html tag.
setStyleClass(String) - Method in interface IHtmlCore
Sets the style class of the rendered html tag.
setStyleClassPolicy(String) - Method in class DataGrid
Set the name of a CSS policy to use when rendering HTML elements in a data grid.
setStyleClassPrefix(String) - Method in class DataGrid
Set the style class prefix used to namespace style class names rendered as attributes on HTML tags generated by the data grid.
setStyleModel(StyleModel) - Method in class DataGridTagModel
Set the StyleModel used to create style classes during data grid rendering.
setStylePrefix(String) - Method in class StyleModel
Set the style prefix.
setSummary(String) - Method in class DataGrid
Sets the summary attribute for the HTML table tag.
setSupportedLocales(Collection) - Method in class PageFlowApplication
 
setSupportsLikeEscapeClause(boolean) - Method in class SQLSupportConfig
Set a boolean that enables or disables generating an ESCAPE clause when generating a LIKE clause into a SQL WHERE filter.
setTabindex(int) - Method in class AnchorCell
Sets the tabIndex of the rendered html tag.
setTabindex(int) - Method in class AnchorBase
Sets the tabIndex of the rendered html tag.
setTabindex(int) - Method in class Button
Sets the tabIndex of the rendered html tag.
setTabindex(int) - Method in class CheckBox
Sets the tabIndex of the rendered html tag.
setTabindex(int) - Method in class CheckBoxOption
Sets the tabIndex of the rendered html tag.
setTabindex(int) - Method in class Hidden
Sets the tabIndex of the rendered html tag.
setTabindex(int) - Method in class ImageButton
Sets the tabIndex of the rendered html tag.
setTabindex(int) - Method in class RadioButtonOption
Sets the tabIndex of the rendered html tag.
setTabindex(int) - Method in class Select
Sets the tabIndex of the rendered html tag.
setTabindex(int) - Method in class TextArea
Sets the tabIndex of the rendered html tag.
setTabindex(int) - Method in class TextBox
Sets the tabIndex of the rendered html tag.
setTableClass(String) - Method in class CellRepeater
The HTML style class that is rendered on the HTML table.
setTableRenderer(TableRenderer) - Method in class DataGridTagModel
Set the TableRenderer used to render HTML table markup for a data grid.
setTagId(String) - Method in class AnchorCell
Set the name of the tagId for the HTML anchor.
setTagId(String) - Method in class Caption
Set the name of the tagId for the HTML caption.
setTagId(String) - Method in class DataGrid
Set the name of the tagId for the HTML table tag.
setTagId(String) - Method in class Footer
Set the name of the tagId for the HTML tfoot tag.
setTagId(String) - Method in class Header
Set the name of the tagId for the HTML thead tag.
setTagId(String) - Method in class ImageAnchorCell
Set the name of the tagId for the HTML image tag.
setTagId(String) - Method in class ImageCell
Set the name of the tagId for the image tag.
setTagId(String) - Method in class Row
Set the name of the tagId for the HTML tr tag.
setTagId(String) - Method in class Rows
Set the name of the tagId for the HTML tbody tag.
setTagId(String) - Method in class SpanCell
Set the name of the tagId for the HTML span.
setTagId(String) - Method in class DivPanel
Set the ID of the tag.
setTagId(String) - Method in class HtmlBaseTag
Set the ID of the tag.
setTagId(String) - Method in interface IHtmlCore
Set the ID of the tag.
setTagId(String) - Method in class Tree
Set the ID of the tag.
setTagId(String) - Method in class TreeElement
Set the ID of the tag.
setTagId(String) - Method in class TreeItem
Set the ID of the tag.
setTagIdRef(String) - Method in class RetrievePopupOutput
Sets the ID of the form field to populate with a popup output.
setTarget(String) - Method in class AnchorCell
Sets the window target for the HTML anchor.
setTarget(String) - Method in class ImageAnchorCell
Sets the window target for the HTML anchor tag.
setTarget(String) - Method in class Anchor
Sets the window target.
setTarget(String) - Method in class Base
Set the default window target.
setTarget(String) - Method in class Form
Sets the window target.
setTarget(String) - Method in class TreeElement
Set the window target for the hyperlink indentified by the action.
setTarget(String) - Method in class TreeItem
Sets the window target.
setTargetScope(String) - Method in class AnchorCell
Set the target "scope" for the anchor's action.
setTargetScope(String) - Method in class ImageAnchorCell
Set the target "scope" for the anchor's action.
setTargetScope(String) - Method in class AnchorBase
Set the target "scope" for the anchor's action.
setTargetScope(String) - Method in class Button
Set the target "scope" for the button's action.
setTargetScope(String) - Method in class Form
Set the target "scope" for the form's action.
setTemplate(String) - Method in class URLTemplate
Reset the String form of the template.
setTemplatePage(String) - Method in class Template
Set the URL of the template to use.
setText(String) - Method in class Body
Sets the foreground text color of the page.
setTitle(String) - Method in class AnchorCell
Sets the value of the title attribute for the HTML anchor
setTitle(String) - Method in class Caption
Sets the value of the title attribute for the HTML caption.
setTitle(String) - Method in class DataGrid
Sets the value of the title attribute for the HTML table tag.
setTitle(String) - Method in class Footer
Sets the value of the title attribute of the HTML tfoot tag.
setTitle(String) - Method in class Header
Sets the value of the title attribute rendered by the HTML thead tag.
setTitle(String) - Method in class ImageAnchorCell
Sets the value of the title attribute for the HTML anchor tag.
setTitle(String) - Method in class ImageCell
Sets the value of the title attribute.
setTitle(String) - Method in class Row
Sets the title attribute for the HTML tr tag.
setTitle(String) - Method in class Rows
Sets the value of the title attribute for the HTML tbody tag.
setTitle(String) - Method in class SpanCell
Sets the value of the title attribute for the HTML span.
setTitle(String) - Method in class HtmlBaseTag
Sets the value of the title attribute.
setTitle(String) - Method in interface IHtmlCore
Sets the Nodes title.
setTitle(String) - Method in class TreeElement
Returns the current title attribute for the node.
setTitle(String) - Method in class TreeItem
Sets the TreeItems title.
setToolbar(boolean) - Method in class ConfigurePopup
Sets whether the toolbar is visible in the popup window.
setTop(int) - Method in class ConfigurePopup
Sets the Y coordinate of the top left corner of the popup window.
setTransient(boolean) - Method in class BackingClassMethodBinding
 
setTreeRenderState(TreeRenderState) - Method in interface ITreeRootElement
Set the TreeRenderState
setTreeRenderState(TreeRenderState) - Method in class TreeRootElement
Set the TreeRenderState
setTreeStyle(String) - Method in class Tree
Sets the style attribute of the tree.
setTreeStyleClass(String) - Method in class Tree
Sets the class attribute of the tree.
setTruncate(boolean) - Method in class FormatString
Sets whether or not pattern-exceeding characters should be dropped.
setTruncate(boolean) - Method in class FormatString.StringFormatter
 
setType(String) - Method in class AnchorCell
Sets type attribute for the HTML anchor.
setType(String) - Method in class ImageAnchorCell
Sets type attribute for the HTML anchor tag.
setType(String) - Method in class MethodParameter

Set a String matching the type of this parameter on the method to invoke.

setType(String) - Method in class DeclarePageInput
Set the String classname variable that represents the expected type of the page input.
setType(String) - Method in class Anchor
Sets type attribute for the anchor.
setType(String) - Method in class Button
Set the type of the Button (submit, button, or reset).
setType(String) - Method in class FormatNumber.NumberFormatter
 
setType(String) - Method in class FormatNumber
Sets the type of number format to be used (number, currency, or percent).
setTypeHint(FilterTypeHint) - Method in class Filter
Set the type hint for this filter
setTypeName(String) - Method in class ProcessedAnnotations
 
setUnqualifiedActionPath(String) - Method in class PageFlowActionMapping
 
setUnselectedStyle(String) - Method in class Tree
Set the style class of a tree element when is is not selected.
setUnselectedStyleClass(String) - Method in class Tree
Set the style class of a tree element when is is selected.
setURI(String, boolean) - Method in class FreezableMutableURI
Reset the value of the FreezableMutableURI.
setURI(String, boolean) - Method in class MutableURI
Set the value of the MutableURI.
setURI(URI) - Method in class MutableURI
Set the value of the MutableURI.
setURI(String) - Method in class ActionResultImpl
 
setURI(String) - Method in class CachedPageFlowInfo
 
setURL(String) - Method in class RewriteURL
Sets the URL to be rewritten.
setUseAmpEntity(boolean) - Method in class URIContext
Set the flag indicating that the query of the URI should be written with the "&amp;" entity, rather than the '&' character, to separate parameters.
setUseLocale(boolean) - Method in class Html
Sets whether the default locale's language should be used.
setUsemap(String) - Method in class ImageAnchorCell
Sets the client-side image map declaration for the HTML iage tag.
setUsemap(String) - Method in class Image
Sets the client-side image map declaration.
setUsemap(String) - Method in class ImageAnchor
Sets the client-side image map declaration.
setUsemap(String) - Method in class ImageButton
Sets the usemap of for the map.
setUserInfo(String) - Method in class FreezableMutableURI
Sets the userInfo.
setUserInfo(String) - Method in class MutableURI
Sets the userInfo.
setValign(String) - Method in class Footer
Sets the value of the vertical alignment attribute.
setValign(String) - Method in class Header
Sets the value of the vertical alignment attribute rendered by the HTML thead tag.
setValign(String) - Method in class Rows
Sets the value of the vertical alignment attribute of the HTML tbody tag.
setValue(Object) - Method in class Filter
Set the value for this filter.
setValue(Object) - Method in class AnchorCellModel
 
setValue(Object) - Method in class HeaderCellModel
 
setValue(Object) - Method in class SpanCellModel
 
setValue(Object) - Method in class AnchorCell
The text displayed for the HTML anchor.
setValue(Object) - Method in class HeaderCell
Deprecated.  
setValue(Object) - Method in class SpanCell
Set the value rendered inside of the HTML span.
setValue(Object) - Method in class MethodParameter
Sets the value of the method parameter that will be passed to the method call.
setValue(Object) - Method in class Message
Deprecated.  Set the object to use when formatting a message.
setValue(Object) - Method in class MessageArg
Deprecated.  
setValue(Object) - Method in class GetData
The data binding expression to evaluate.
setValue(String) - Method in class Anchor
This will set the text of the anchor.
setValue(String) - Method in class Attribute
Sets the value attribute.
setValue(Object) - Method in class Behavior
Sets the value behavior.
setValue(String) - Method in class Button
Set the value of the Button's text.
setValue(Object) - Method in class CheckBoxOption
Set the value of this CheckBoxOption.
setValue(Object) - Method in class Content
Set the value of this Content.
setValue(String) - Method in class ImageButton
Set the value of the ImageButton.
setValue(Object) - Method in class LabelBase
Sets the text of the Label.
setValue(Object) - Method in class Parameter
Sets the value of the URL parameter.
setValue(Object) - Method in class RadioButtonOption
Set the value of this RadioButtonOption.
setValue(String) - Method in class SelectOption
Set the value of this SelectOption.
setValue(String) - Method in class SetAttribute
Set the value of the Attribute.
setValue(String) - Method in class TreeHtmlAttribute
Sets HTML attribute value.
setValue(String) - Method in class TreeHtmlAttributeInfo
Set the HTML attribute value.
setValue(String) - Method in class GroupOption
Set the value of the option.
setVar(String) - Method in class GetDataGridState
Set the name used to store the DataGridState object as a JspContext attribute.
setVariableResolver(VariableResolver) - Method in class PageFlowApplication
 
setVariant(String) - Method in class DeclareBundle
Sets a vendor / browser specific code for further parameterizign the Locale from which to look-up resource bundle messages.
setVerticalLineImage(String) - Method in class InheritableState
 
setVerticalLineImage(String) - Method in class Tree
Sets the image name for an area with a line through it.
setVerticalLineImage(String) - Method in class TreePropertyOverride
Sets the image name for an area with a line through it.
setVerticalRepeat(boolean) - Method in class CellRepeater
This tag can render the items in its dataset horizontally or vertically.
setViewHandler(ViewHandler) - Method in class PageFlowApplication
 
setViewRenderer(ViewRenderer) - Method in class PageFlowRequestWrapper
 
setVisible(boolean) - Method in class Section
Sets the visible state of the tag.
setVlink(String) - Method in class Body
Sets the the color of text marking visited hypertext links.
setVspace(String) - Method in class ImageAnchorCell
Sets the vertical spacing around the HTML image tag.
setVspace(String) - Method in class ImageCell
Set the vertical spacing around the image.
setVspace(String) - Method in class Image
Sets the vertical spacing around the image.
setVspace(String) - Method in class ImageAnchor
Sets the vertical spacing around the image.
setWidth(String) - Method in class DataGrid
Sets the width attribute for the HTML table tag.
setWidth(String) - Method in class ImageAnchorCell
Sets the width attribute for the HTML image tag.
setWidth(String) - Method in class ImageCell
Set the width of the image to display.
setWidth(int) - Method in class ConfigurePopup
Sets the width of the popup window.
setWidth(String) - Method in class Image
Sets the image width.
setWidth(String) - Method in class ImageAnchor
Sets the image width.
setXmlString(String) - Method in class XmlBeanActionForm
 
SHAPE - Static variable in interface HtmlConstants
The name of the shape attribute.
SHARED_FLOW_ATTR_PREFIX - Static variable in interface InternalConstants
 
SHARED_FLOW_EXTENSION - Static variable in interface InternalConstants
 
SHARED_FLOW_MODULE_PREFIX - Static variable in interface InternalConstants
 
SHARED_FLOW_MODULE_PREFIX_LEN - Static variable in interface InternalConstants
 
SHARED_FLOW_ROOT_MODULE - Static variable in interface InternalConstants
 
SharedFlowController - Class in org.apache.beehive.netui.pageflow
Base "shared flow" class for controller logic, exception handlers, and state that can be shared by any number of page flows.
SharedFlowController() - Constructor for class SharedFlowController
 
sharedFlowName - Variable in class CachedSharedFlowRefInfo.SharedFlowFieldInfo
 
SharedFlowRefConfig - Class in org.apache.beehive.netui.util.config.bean
 
SharedFlowRefConfig(String, String) - Constructor for class SharedFlowRefConfig
 
shouldDoSecureForwards() - Method in class LegacySettings
 
shouldDoSecureForwards() - Method in class PageFlowRequestProcessor
Deprecated. Use LegacySettings.shouldDoSecureForwards() instead.
shouldRender() - Method in class Pad
 
shouldRender() - Method in class RepeaterComponent
 
shouldRender() - Method in class RepeaterFooter
 
shouldRender() - Method in class RepeaterHeader
 
shouldRender() - Method in class RepeaterItem
 
SimpleActionInterceptorConfig - Class in org.apache.beehive.netui.util.config.bean
 
SimpleActionInterceptorConfig() - Constructor for class SimpleActionInterceptorConfig
 
SimpleActionInterceptorConfig(Boolean, String) - Constructor for class SimpleActionInterceptorConfig
 
SimpleCharStream - Class in org.apache.beehive.netui.script.el.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class SimpleCharStream
 
SimpleSessionStorageHandler - Class in org.apache.beehive.netui.pageflow.internal
This storage handler simply puts/gets attributes in the session.
SimpleSessionStorageHandler(ServletContext) - Constructor for class SimpleSessionStorageHandler
 
size() - Method in class DynaFormData
 
size() - Method in class PageFlowStack
Get the size of the stack of nested page flows.
size() - Method in class AbstractAttributeMap
 
SIZE - Static variable in interface HtmlConstants
The name of the shape attribute.
size - Variable in class InputTextTag.State
 
size - Variable in class SelectTag.State
 
size() - Method in class TreeElement
This method will return the number of children of the node.
size() - Method in class InternalConcurrentHashMap
 
Sort - Class in org.apache.beehive.netui.databinding.datagrid.api.sort
The Sort class is a JavaBean that abstractly represents the data needed to calculate a sort on some data set.
Sort() - Constructor for class Sort
Empty constructor.
Sort(String, SortDirection) - Constructor for class Sort
Constructs a Sort with the given sortExpression and sortDirection.
SORT_ASC_IMAGE_PATH - Static variable in interface IDataGridMessageKeys
String key for the name of an image used when rendering the ascending sort direction.
SORT_DESC_IMAGE_PATH - Static variable in interface IDataGridMessageKeys
String key for the name of an image used when rendering the descending sort direction.
SORT_NONE_IMAGE_PATH - Static variable in interface IDataGridMessageKeys
String key for the name of an image used when rendering the no sort direction.
SortDirection - Class in org.apache.beehive.netui.databinding.datagrid.api.sort
The SortDirection class is an abstract representation of the direction of a sort.
SortedCellDecorator - Class in org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell
 
SortedCellDecorator(CellDecorator) - Constructor for class SortedCellDecorator
 
SortModel - Class in org.apache.beehive.netui.databinding.datagrid.api.sort
The SortModel class groups a set of Sort objects.
SortModel(List) - Constructor for class SortModel
Construct the SortModel with a List of sorts.
SortStrategy - Class in org.apache.beehive.netui.databinding.datagrid.api.sort
A SortStrategy is an implementation for the state machine which is used to cycle through sort directions.
SortStrategy() - Constructor for class SortStrategy
 
SPAN - Static variable in interface HtmlConstants
The name of the span element.
Span - Class in org.apache.beehive.netui.tags.html
Generates styled text span based on an expression or literal value.
Span() - Constructor for class Span
 
SPAN_TAG - Static variable in class TagRenderingBase
 
SpanCell - Class in org.apache.beehive.netui.tags.databinding.datagrid
Data grid cell that renders an HTML <span> tag containing the tag's value attribute.
SpanCell() - Constructor for class SpanCell
 
SpanCellDecorator - Class in org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell
 
SpanCellDecorator() - Constructor for class SpanCellDecorator
 
SpanCellModel - Class in org.apache.beehive.netui.databinding.datagrid.runtime.model.cell
 
SpanCellModel() - Constructor for class SpanCellModel
 
SpanTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: optional, End tag: optional Required href
SpanTag() - Constructor for class SpanTag
 
SpanTag.State - Class in org.apache.beehive.netui.tags.rendering
 
SpanTag.State() - Constructor for class SpanTag.State
 
specialConstructor - Variable in exception ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SQLSupport - Class in org.apache.beehive.netui.databinding.datagrid.runtime.sql
This class provides support for the SQL query language for a data grid's Sort and Filter JavaBeans.
SQLSupportConfig - Class in org.apache.beehive.netui.databinding.datagrid.runtime.sql
Configuration JavaBean used in conjunction with the SQLSupport class to configure the way in which SQL statements are created.
SQLSupportConfig() - Constructor for class SQLSupportConfig
 
SQLSupportConfigFactory - Class in org.apache.beehive.netui.databinding.datagrid.runtime.sql
Factory used to create SQLSupportConfig instances.
SQLSupportConfigFactory() - Constructor for class SQLSupportConfigFactory
 
SQUOTE - Static variable in interface NetUIELParserConstants
 
SRC - Static variable in interface HtmlConstants
The name of the src attribute.
src - Variable in class ImageTag.State
 
src - Variable in class InputImageTag.State
 
src - Variable in class ScriptTag.State
 
START_EXPRESSION - Static variable in interface NetUIELParserConstants
 
STARTS_WITH - Static variable in class FilterOperationHint
Operation representing starts with.
staticFlag - Static variable in class SimpleCharStream
 
StorageHandler - Interface in org.apache.beehive.netui.pageflow.handler
Handler for storing Page Flow objects.
storeException(HttpServletRequest, String, ActionMessage, String) - Static method in class DefaultExceptionsHandler
 
storeException(HttpServletRequest, String, ActionMessage, ActionForward, String) - Method in class PageFlowExceptionHandler
 
STRING - Static variable in class FilterTypeHint
Filter type hint representing a string type.
STRING_LITERAL - Static variable in interface NetUIELParserConstants
 
StringBuilderRenderAppender - Class in org.apache.beehive.netui.tags.rendering
This is an implementation of AbstractRenderAppender which appends Strings to a InternalStringBuilder
StringBuilderRenderAppender() - Constructor for class StringBuilderRenderAppender
 
StringBuilderRenderAppender(InternalStringBuilder) - Constructor for class StringBuilderRenderAppender
 
stripFileExtension(String) - Static method in class FileUtils
 
strutsLookup(ServletContext, ServletRequest, HttpServletResponse, String, String[]) - Static method in class PageFlowUtils
Resolve the given action to a URI by running an entire request-processing cycle on the given ScopedRequest and ScopedResponse.
StrutsModule - Class in org.apache.beehive.netui.pageflow
An ActionResolver that submits actions to a Struts module.
StrutsModule(String) - Constructor for class StrutsModule
Construct on the given Struts module path.
StrutsModuleFactory - Class in org.apache.beehive.netui.pageflow
Deprecated. This class will be removed without replacement in the next major release.
StrutsModuleFactory() - Constructor for class StrutsModuleFactory
Deprecated.  
STYLE - Static variable in interface HtmlConstants
The name of the style attribute.
style - Variable in class AbstractHtmlState
The HTML style attribute.
styleClass - Variable in class AbstractHtmlState
The HTML class attribute.
StyleModel - Class in org.apache.beehive.netui.databinding.datagrid.api.rendering
JavaBean base class that creates HTML style class names used to render various HTML elements in the data grid.
StyleModel() - Constructor for class StyleModel
Default constructor.
StyleModel(String) - Constructor for class StyleModel
Constructor that takes a style prefix string.
substitute(Map) - Method in class URLTemplate
Replace a set of tokens in the template with a corresponding set of values.
substitute(String, String) - Method in class URLTemplate
Replace a single token in the template with a corresponding String value.
substitute(String, int) - Method in class URLTemplate
Replace a single token in the template with a corresponding int value.
SUMMARY - Static variable in interface HtmlConstants
The name of the summary attribute.
suppressComments - Variable in class ScriptTag.State
 
SwitchTo(int) - Method in class NetUIELParserTokenManager
 

T

TABINDEX - Static variable in interface HtmlConstants
The name of the tabindex attribute.
TABLE - Static variable in interface HtmlConstants
The name of the table element.
TABLE(AbstractRenderAppender) - Method in class ConstantRendering
 
TABLE_TAG - Static variable in class TagRenderingBase
 
TableRenderer - Class in org.apache.beehive.netui.databinding.datagrid.runtime.rendering.table
 
TableRenderer(HttpServletRequest) - Constructor for class TableRenderer
 
TableTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: optional, End tag: optional Required href
TableTag() - Constructor for class TableTag
 
TableTag.State - Class in org.apache.beehive.netui.tags.rendering
 
TableTag.State() - Constructor for class TableTag.State
 
TagConfig - Class in org.apache.beehive.netui.tags
This class implements a series of static method that will return configuration information.
TagConfig() - Constructor for class TagConfig
 
TagErrorInfo - Class in org.apache.beehive.netui.tags
This is a "struct" class that contains the information for an expression evaluation error.
TagErrorInfo() - Constructor for class TagErrorInfo
 
TagHtmlBase - Class in org.apache.beehive.netui.tags.rendering
 
TagHtmlBase() - Constructor for class TagHtmlBase
 
tagId - Variable in class TreeRenderState
 
TagRenderingBase - Class in org.apache.beehive.netui.tags.rendering
 
TagRenderingBase() - Constructor for class TagRenderingBase
 
TagRenderingBase.Factory - Class in org.apache.beehive.netui.tags.rendering
This is the factory for obtaining a Tag Rendering object.
TagRenderingBase.Factory() - Constructor for class TagRenderingBase.Factory
 
tagType - Variable in class AbstractPageError
The number of the error on the page.
TARGET - Static variable in interface HtmlConstants
The name of the target attribute.
target - Variable in class BaseTag.State
 
TBODY - Static variable in interface HtmlConstants
The name of the tbody element.
TBODY_TAG - Static variable in class TagRenderingBase
 
TBodyTag - Class in org.apache.beehive.netui.tags.rendering
 
TBodyTag() - Constructor for class TBodyTag
 
TBodyTag.State - Class in org.apache.beehive.netui.tags.rendering
 
TBodyTag.State() - Constructor for class TBodyTag.State
 
TD - Static variable in interface HtmlConstants
The name of the td element.
TD_TAG - Static variable in class TagRenderingBase
 
TdTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: optional, End tag: optional Required href
TdTag() - Constructor for class TdTag
 
TdTag.State - Class in org.apache.beehive.netui.tags.rendering
 
TdTag.State() - Constructor for class TdTag.State
 
Template - Class in org.apache.beehive.netui.tags.template
This tags defines the template to use within a content page.
Template() - Constructor for class Template
 
Template.TemplateContext - Class in org.apache.beehive.netui.tags.template
 
Template.TemplateContext() - Constructor for class Template.TemplateContext
 
TEMPLATE_ATTRIBUTES - Static variable in interface TemplateConstants
This is the name of a HashMap containing all of the attributes.
TEMPLATE_SECTIONS - Static variable in interface TemplateConstants
This is the name of a HashMap containing all of the sections.
TemplateCell - Class in org.apache.beehive.netui.tags.databinding.datagrid
Data grid cell that renders the content contained inside of its body inside of an HTML <td> tag.
TemplateCell() - Constructor for class TemplateCell
 
TemplateCellModel - Class in org.apache.beehive.netui.databinding.datagrid.runtime.model.cell
 
TemplateCellModel() - Constructor for class TemplateCellModel
 
TemplateConstants - Interface in org.apache.beehive.netui.tags.template
Define the constants used by the template tags.
TemplatedURLFormatter - Class in org.apache.beehive.netui.core.urls
Used by URLRewriterService to apply any relevant templates to a URL, after all other rewriting has been done on the URL.
TemplatedURLFormatter() - Constructor for class TemplatedURLFormatter
 
TemplateTokenizer - Class in org.apache.beehive.netui.core.urltemplates
The identified tokens and the text between the matching tokens in the template are all returned.
TemplateTokenizer(CharSequence) - Constructor for class TemplateTokenizer
 
Term - Interface in org.apache.beehive.netui.script.el
 
TEXT - Static variable in interface HtmlConstants
The name of the text attribute.
TEXT_AREA_TAG - Static variable in class TagRenderingBase
 
TEXTAREA - Static variable in interface HtmlConstants
The name of the textarea element.
TextArea - Class in org.apache.beehive.netui.tags.html
Renders a databound TextArea with the given attributes.
TextArea() - Constructor for class TextArea
 
TextAreaTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: optional, End tag: optional Required href
TextAreaTag() - Constructor for class TextAreaTag
 
TextAreaTag.State - Class in org.apache.beehive.netui.tags.rendering
 
TextAreaTag.State() - Constructor for class TextAreaTag.State
 
TextBox - Class in org.apache.beehive.netui.tags.html
Renders a databound TextBox with the given attributes.
TextBox() - Constructor for class TextBox
 
TFOOT - Static variable in interface HtmlConstants
The name of the tfoot element.
TFOOT_TAG - Static variable in class TagRenderingBase
 
TFootTag - Class in org.apache.beehive.netui.tags.rendering
 
TFootTag() - Constructor for class TFootTag
 
TFootTag.State - Class in org.apache.beehive.netui.tags.rendering
 
TFootTag.State() - Constructor for class TFootTag.State
 
TH - Static variable in interface HtmlConstants
The name of the th element.
TH_TAG - Static variable in class TagRenderingBase
 
THEAD - Static variable in interface HtmlConstants
The name of the thead element.
THEAD_TAG - Static variable in class TagRenderingBase
 
THeadTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: optional, End tag: optional Required href
THeadTag() - Constructor for class THeadTag
 
THeadTag.State - Class in org.apache.beehive.netui.tags.rendering
 
THeadTag.State() - Constructor for class THeadTag.State
 
throwPageFlowException(PageFlowException) - Static method in class InternalUtils
 
throwPageFlowException(PageFlowException, ServletRequest) - Static method in class InternalUtils
 
ThTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: optional, End tag: optional Required href
ThTag() - Constructor for class ThTag
 
ThTag.State - Class in org.apache.beehive.netui.tags.rendering
 
ThTag.State() - Constructor for class ThTag.State
 
TITLE - Static variable in interface HtmlConstants
The name of the title attribute.
token - Variable in class NetUIELParser
 
Token - Class in org.apache.beehive.netui.script.el.parser
Describes the input token stream.
Token() - Constructor for class Token
 
token_source - Variable in class NetUIELParser
 
tokenImage - Static variable in interface NetUIELParserConstants
 
tokenImage - Variable in exception ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.apache.beehive.netui.script.el.parser
 
TokenMgrError() - Constructor for error TokenMgrError
 
TokenMgrError(String, int) - Constructor for error TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error TokenMgrError
 
toString() - Method in class URLType
 
toString() - Method in class URLTemplate
Return the String representation of the URL after replacing the tokens in the template with their associated values.
toString() - Method in class FilterOperationHint
Convert this filter operation hint to a readable String.
toString() - Method in class SortDirection
Convert this sort direction to a readable String.
toString() - Method in class DefaultPageFlowEventReporter.LogMsg
 
toString() - Method in class AnyBeanActionForm
 
toString() - Method in class ProcessPopulate.ExpressionUpdateNode
 
toString() - Method in class SecurityProtocol
 
toString() - Method in class ExpressionTerm
 
toString() - Method in class LiteralTerm
 
toString() - Method in class ParsedExpression
 
toString() - Method in class Token
Returns the image.
toString() - Method in class ArrayIndexToken
 
toString() - Method in class ContextToken
 
toString() - Method in class IdentifierToken
 
toString() - Method in class MapKeyToken
 
toString() - Method in class AbstractCallMethod.ParamNode
 
toString() - Method in class PadContext
Get a debugging String that represents a PadContext.
toString() - Method in class Select.RepeatingStages
Returns the String value that can be used to order the selection.
toString() - Method in class CoreScriptFeature
 
toString() - Method in class ScriptPlacement
 
toString() - Method in class StringBuilderRenderAppender
 
toString() - Method in class DocType
Convert this doc type to a readable String.
toString() - Method in class IdJavascript
Convert this id javascript to a readable String.
toString() - Method in class MultipartHandler
Convert this multipart handler to a readable String.
toString() - Method in class PreventCache
Convert this prevent cache to a readable String.
toString() - Method in class InternalStringBuilder
 
TR - Static variable in interface HtmlConstants
The name of the tr element.
TR_TAG - Static variable in class TagRenderingBase
 
TR_TD(AbstractRenderAppender) - Method in class ConstantRendering
 
trace(Object) - Method in class Log4JLogger
Deprecated.  
trace(Object, Throwable) - Method in class Log4JLogger
Deprecated.  
trace(Object) - Method in class Logger
 
trace(Object, Throwable) - Method in class Logger
 
Tree - Class in org.apache.beehive.netui.tags.tree
Netui tag that renders a tree control represented by a set of TreeElement objects.
Tree() - Constructor for class Tree
 
TREE_ANCHOR - Static variable in class TreeElement
Constant used to indicate an anchor is an expand/collapse tree node
TREE_ANCHOR_ID - Static variable in class TreeElement
 
TREE_ANCHOR_INIT - Static variable in class TreeElement
 
TREE_COLLAPSE_IMAGE - Static variable in class TreeElement
 
TREE_COLLAPSE_STATE - Static variable in class TreeElement
 
TREE_EXPAND - Static variable in class TreeElement
 
TREE_EXPAND_IMAGE - Static variable in class TreeElement
 
TREE_EXPAND_PATH - Static variable in class TreeElement
 
TREE_EXPAND_STATE - Static variable in class TreeElement
 
TREE_EXPANDED - Static variable in class TreeElement
Constant used to indicate that a tree node anchor should be set expanded.
TREE_ID - Static variable in class TreeElement
 
TREE_INIT - Static variable in class CoreScriptFeature
 
TREE_JAVASCRIPT_CLASS - Static variable in class TreeElement
 
TREE_LEVEL - Static variable in class TreeElement
 
TREE_NODE_LAST - Static variable in class TreeElement
 
TreeContent - Class in org.apache.beehive.netui.tags.tree
 
TreeContent() - Constructor for class TreeContent
 
TreeCRI - Class in org.apache.beehive.netui.tags.tree
 
TreeCRI() - Constructor for class TreeCRI
 
TreeElement - Class in org.apache.beehive.netui.tags.tree
An individual node of a Tree, and rendered by that Tree instance.
TreeElement() - Constructor for class TreeElement
Default constructor for creating a simple tree.
TreeElement(String, boolean) - Constructor for class TreeElement
Construct a new TreeElement with the specified parameters.
TreeHelpers - Class in org.apache.beehive.netui.tags.tree
This class provides a set of static helper methods that deal with a trees.
TreeHelpers() - Constructor for class TreeHelpers
 
TreeHtmlAttribute - Class in org.apache.beehive.netui.tags.tree
 
TreeHtmlAttribute() - Constructor for class TreeHtmlAttribute
 
TreeHtmlAttributeInfo - Class in org.apache.beehive.netui.tags.tree
This structure is used to track the use of HTML attributes within a tree item.
TreeHtmlAttributeInfo() - Constructor for class TreeHtmlAttributeInfo
Default constructor for creating a TreeHtmlAttributeInfo.
TreeHtmlAttributeInfo(String, String) - Constructor for class TreeHtmlAttributeInfo
Construct a new TreeHtmlAttributeInfo with the specified parameters.
TreeItem - Class in org.apache.beehive.netui.tags.tree
Instantiates a TreeElement object that will get added to the parent tag (either a Tree or another TreeItem).
TreeItem() - Constructor for class TreeItem
 
TreeLabel - Class in org.apache.beehive.netui.tags.tree
 
TreeLabel() - Constructor for class TreeLabel
 
TreePropertyOverride - Class in org.apache.beehive.netui.tags.tree
 
TreePropertyOverride() - Constructor for class TreePropertyOverride
 
TreeRenderer - Class in org.apache.beehive.netui.tags.tree
 
TreeRenderState - Class in org.apache.beehive.netui.tags.tree
 
TreeRenderState() - Constructor for class TreeRenderState
 
TreeRootElement - Class in org.apache.beehive.netui.tags.tree
This is a concrete implementation of ITreeRootElement.
TreeRootElement() - Constructor for class TreeRootElement
Default constructor for creating a simple tree.
TreeRootElement(String, boolean) - Constructor for class TreeRootElement
Construct a new TreeElement with the specified parameters.
TrTag - Class in org.apache.beehive.netui.tags.rendering
Body, Start Tag: optional, End tag: optional Required href
TrTag() - Constructor for class TrTag
 
TrTag.State - Class in org.apache.beehive.netui.tags.rendering
 
TrTag.State() - Constructor for class TrTag.State
 
truncate - Variable in class FormatString
 
TYPE - Static variable in interface HtmlConstants
The name of the type attribute.
type - Variable in class InputBooleanTag.State
 
type - Variable in class InputSubmitTag.State
 
type - Variable in class InputTextTag.State
 
type - Variable in class ScriptTag.State
 
TypeConversionException - Exception in org.apache.beehive.netui.util.type
A TypeConversionException is thrown when an error has occurred performing a type conversion in the TypeUtils class.
TypeConversionException() - Constructor for exception TypeConversionException
Construct a TypeConversionException.
TypeConversionException(String) - Constructor for exception TypeConversionException
Construct a TypeConversionException.
TypeConversionException(Throwable) - Constructor for exception TypeConversionException
Construct a TypeConversionException.
TypeConversionException(String, Throwable) - Constructor for exception TypeConversionException
Construct a TypeConversionException.
TypeConverter - Interface in org.apache.beehive.netui.util.type
Interface used to define converters for converting Strings into various Object types.
TypeConverterConfig - Class in org.apache.beehive.netui.util.config.bean
 
TypeConverterConfig(String, String) - Constructor for class TypeConverterConfig
 
TypeConverterNotFoundException - Exception in org.apache.beehive.netui.util.type
 
TypeConverterNotFoundException() - Constructor for exception TypeConverterNotFoundException
 
TypeConverterNotFoundException(String) - Constructor for exception TypeConverterNotFoundException
 
TypeConverterNotFoundException(String, Throwable) - Constructor for exception TypeConverterNotFoundException
 
TypeConverterNotFoundException(Throwable) - Constructor for exception TypeConverterNotFoundException
 
typeName - Variable in class AbstractCallMethod.ParamNode
The fully qualified class name of the parameter type.
TypeUtils - Class in org.apache.beehive.netui.util.type
 

U

UNDEFINED_PORT - Static variable in class MutableURI
Value used to set the port as undefined.
UnfulfilledRolesException - Exception in org.apache.beehive.netui.pageflow
Exception that is thrown when rolesAllowed is set on the current action's annotation (@Jpf.Action or @Jpf.SimpleAction), and there is a logged-in user who does not fulfil any of the given roles.
UnfulfilledRolesException(String[], String, String, FlowController) - Constructor for exception UnfulfilledRolesException
Construct on the list of roles that were allowed access to the action.
UnhandledException - Exception in org.apache.beehive.netui.pageflow.internal
ServletException derivative thrown when an exception occurred during action processing, and the exception was not handled by any exception handler.
UnhandledException(Throwable) - Constructor for exception UnhandledException
 
uninitializeControlContext(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class JavaControlUtils
 
uninitJavaControls(ServletContext, PageFlowManagedObject) - Static method in class JavaControlUtils
Clean up all member variables that are Java Controls.
UNKNOWN_RENDERING - Static variable in class TagRenderingBase
Unknown Rendering
unloadActionForm(JspContext) - Static method in class ImplicitObjectUtil
 
unloadFacesBackingBean(ServletRequest) - Static method in class ImplicitObjectUtil
 
unregisterAllURLRewriters(ServletRequest) - Static method in class URLRewriterService
Unregister the URLRewriter (remove from the list) from the request.
unregisterTemplatedURLFormatter(ServletRequest) - Static method in class URLRewriterService
Unregister the TemplatedURLFormatter from the request.
unregisterURLRewriter(ServletRequest, URLRewriter) - Static method in class URLRewriterService
Unregister the URLRewriter (remove from the list) from the request.
UnresolvableForwardException - Exception in org.apache.beehive.netui.pageflow
Exception thrown by Forward when its name does not resolve to one defined by a @Jpf.Forward annotation in the current action's @Jpf.Action annotation.
UnresolvableForwardException(String, String, FlowController) - Constructor for exception UnresolvableForwardException
Constructor.
UNSECURE - Static variable in class SecurityProtocol
 
unselectedStyle - Variable in class TreeRenderState
 
unselectedStyleClass - Variable in class TreeRenderState
 
UNSPECIFIED - Static variable in class SecurityProtocol
 
unwrap(ServletRequest) - Static method in class PageFlowRequestWrapper
Unwrap to find the PageFlowRequestWrapper.
unwrap() - Method in interface BindingContext
 
unwrap() - Method in class RequestAttributeMap
 
unwrap() - Method in class SessionAttributeMap
 
unwrapException(FlowControllerHandlerContext, Throwable) - Method in interface ExceptionsHandler
 
unwrapException(FlowControllerHandlerContext, Throwable) - Method in class DefaultExceptionsHandler
 
unwrapForm(Object) - Static method in class ImplicitObjectUtil
 
unwrapFormBean(ActionForm) - Static method in class InternalUtils
We unwrap two special form types: XmlBeanActionForm and AnyBeanActionForm.
unwrapMultipart(ServletRequest) - Static method in class InternalUtils
If the given request is a MultipartRequestWrapper (Struts class that doesn't extend HttpServletRequestWrapper), return the wrapped request; otherwise, return the given request.
unwrapMultipart(HttpServletRequest) - Static method in class PageFlowUtils
If the given request is a MultipartRequestWrapper (Struts class that doesn't extend HttpServletRequestWrapper), return the wrapped request; otherwise, return the given request.
unwrapRequest(ServletRequest) - Static method in class ScopedServletUtils
Unwraps the contained ScopedRequest from the given ServletRequest, which may be a ServletRequestWrapper.
unwrapResponse(ServletResponse) - Static method in class ScopedServletUtils
Unwraps the contained ScopedResponseImpl from the given ServletResponse, which may be a ServletResponseWrapper.
update(MessageResources, Object) - Static method in class ExpressionAwareMessageResources
 
update(String, Object, VariableResolver, boolean) - Method in class ExpressionEvaluatorImpl
 
update(Object, NetUIVariableResolver) - Method in class ExpressionTerm
 
update(Object, NetUIVariableResolver) - Method in class ParsedExpression
 
update(Object, Object) - Method in class ArrayIndexToken
 
update(Object, Object) - Method in class ContextToken
 
update(Object, Object) - Method in class ExpressionToken
 
update(Object, Object) - Method in class IdentifierToken
 
update(Object, Object) - Method in class MapKeyToken
 
update(String, Object, NetUIVariableResolver) - Static method in class ParseUtils
 
update(String, Object, VariableResolver, boolean) - Method in interface ExpressionEvaluator
Update an expression with the given value.
updateExpression(String, Object, PageContext) - Method in class ExpressionHandling
This method will update the object identified by the expr parameter with the value.
UpdateLineColumn(char) - Method in class SimpleCharStream
 
updateName(TreeElement, int) - Method in class TreeElement
This method will update the name of this node and all of the children node.
URIContext - Class in org.apache.beehive.netui.core.urls
A JavaBean that encapsulates the data needed to write out a string form of a MutableURI.
URIContext() - Constructor for class URIContext
Constructs a URIContext.
URIContextFactory - Class in org.apache.beehive.netui.pageflow.internal
Factory for the URIContext with the data needed to write out a string form of a MutableURI.
uriEndsWith(String, String) - Static method in class FileUtils
Tell whether a URI ends in a given String.
url - Variable in class RewriteURL
 
URLCodec - Class in org.apache.beehive.netui.core
Class that provides static methods for URL encoding/decoding
URLCodec() - Constructor for class URLCodec
 
UrlConfig - Class in org.apache.beehive.netui.util.config.bean
 
UrlConfig() - Constructor for class UrlConfig
 
UrlConfig(Boolean, Boolean, String) - Constructor for class UrlConfig
 
URLRewriter - Class in org.apache.beehive.netui.core.urls
Offers methods for rewriting URLs/query parameters.
URLRewriter() - Constructor for class URLRewriter
 
URLRewriterService - Class in org.apache.beehive.netui.core.urls
Methods for registering URL rewriters, adding URL rewriters to the chain, and for rewriting URLs using registered rewriters.
URLRewriterService() - Constructor for class URLRewriterService
 
URLTemplate - Class in org.apache.beehive.netui.core.urltemplates
The class to format a URL defined by url-template-config template given by values for a set of tokens.
URLTemplate(String) - Constructor for class URLTemplate
Create a URLTemplate from a url-template-config template.
URLTemplate(URLTemplate) - Constructor for class URLTemplate
Copy constructor to create a URLTemplate from an existing URLTemplate.
URLTemplate.TemplateItem - Class in org.apache.beehive.netui.core.urltemplates
 
URLTemplate.TemplateItem(String, boolean) - Constructor for class URLTemplate.TemplateItem
 
URLTemplateDescriptor - Class in org.apache.beehive.netui.core.urltemplates
Deprecated. As of v1m1. The preferred method is to use the URLTemplatesFactory directly. There should be an instance of a URLTemplatesFactory available as an attribute of the ServletContext.
URLTemplateDescriptor() - Constructor for class URLTemplateDescriptor
Deprecated. Constructs an instance.
URLTemplates - Class in org.apache.beehive.netui.core.urltemplates
The key class to get information from url-template-config.
URLTemplates() - Constructor for class URLTemplates
 
URLTemplatesFactory - Class in org.apache.beehive.netui.core.urltemplates
Access point to URL templates (an optional config file to help format rewritten URLs) used by a TemplatedURLFormatter via the URLRewriterService.
URLTemplatesFactory() - Constructor for class URLTemplatesFactory
 
URLType - Class in org.apache.beehive.netui.core.urls
Passed to URLRewriter.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) for normal (non-resource) and resource, non-secure and secure URLs.
useAmpEntity() - Method in class URIContext
Indicate that the query of the URI should be written using the "&amp;" entity, rather than the '&' character, to separate parameters.
USEMAP - Static variable in interface HtmlConstants
The name of the usemap attribute.

V

Validatable - Interface in org.apache.beehive.netui.pageflow
Interface for beans that can validate themselves.
validate(ActionMapping, HttpServletRequest) - Method in class FormData
 
validate(ActionMapping, HttpServletRequest) - Method in class AnyBeanActionForm
 
validate(ActionMapping, HttpServletRequest, ActionMessages) - Method in interface Validatable
 
validateBean(Object, String, ActionMapping, HttpServletRequest) - Method in class FormData
Run all validation (declarative validation from annotations and the result of Validatable.validate(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest, org.apache.struts.action.ActionMessages)) on a given bean.
validateLongRange(Object, ValidatorAction, Field, ActionMessages, HttpServletRequest) - Static method in class ValidatorRules
Check if a field's value is within a range ("min" and "max" Long variables on the passed-in Field).
validateValidWhen(Object, ValidatorAction, Field, ActionMessages, HttpServletRequest, ServletContext) - Static method in class ValidatorRules
Check if a given expression evaluates to true.
ValidatorRules - Class in org.apache.beehive.netui.pageflow.validation
 
ValidatorRules() - Constructor for class ValidatorRules
 
VALIGN - Static variable in interface HtmlConstants
The name of the char attribute.
VALUE - Static variable in interface HtmlConstants
The name of the value attribute.
value - Variable in class Select.RepeatingStages
 
value - Variable in class CoreScriptFeature
 
value - Variable in class InputBooleanTag.State
 
value - Variable in class InputHiddenTag.State
 
value - Variable in class InputImageTag.State
 
value - Variable in class InputSubmitTag.State
 
value - Variable in class InputTextTag.State
 
value - Variable in class OptionTag.State
 
valueBound(HttpSessionBindingEvent) - Method in class PageFlowManagedObject
Callback when this object is added to the user session.
valueBound(HttpSessionBindingEvent) - Method in class PageFlowStack
 
valueOf(String) - Static method in enum Jpf.MultipartHandler
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum Jpf.NavigateTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum Jpf.ValidatorVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum Jpf.MultipartHandler
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum Jpf.NavigateTo
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum Jpf.ValidatorVersion
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class DynaFormData
 
values - Variable in class ProcessPopulate.ExpressionUpdateNode
 
values() - Method in class AbstractAttributeMap
 
values() - Method in class InternalConcurrentHashMap
Returns a collection view of the values contained in this map.
valueUnbound(HttpSessionBindingEvent) - Method in class PageFlowController
Callback when this object is removed from the user session.
valueUnbound(HttpSessionBindingEvent) - Method in class PageFlowManagedObject
Callback when this object is removed from the user session.
valueUnbound(HttpSessionBindingEvent) - Method in class PageFlowStack
 
verify(Collection, Collection) - Method in class URLTemplate
Verification will ensure the URL template conforms to a valid format for known tokens and contains the required tokens.
verifyAttributes() - Method in class Pad
Verify that the attributes set on the tag are correct.
verifyAttributes() - Method in class RepeaterComponent
 
VERTICAL_VALUE - Variable in class HtmlGroupBaseTag
Constant defining a vertical layout of the options.
ViewRenderer - Interface in org.apache.beehive.netui.pageflow.internal
 
VLINK - Static variable in interface HtmlConstants
The name of the vlink attribute.
VSPACE - Static variable in interface HtmlConstants
The name of the vspace attribute.

W

warn(Object) - Method in class Log4JLogger
Deprecated.  
warn(Object, Throwable) - Method in class Log4JLogger
Deprecated.  
warn(Object) - Method in class Logger
 
warn(Object, Throwable) - Method in class Logger
 
WEBINF_DIR - Static variable in interface InternalConstants
 
WIDTH - Static variable in interface HtmlConstants
The name of the width attribute.
wrapAction(ActionInterceptorContext, InterceptorChain) - Method in class ActionInterceptor
Optional method that "wraps" the target action invocation.
wrapAction(ActionInterceptorContext, List, ActionInterceptors.ActionExecutor) - Static method in class ActionInterceptors
 
wrapFormBean(Object) - Static method in class InternalUtils
 
wrapRequest(HttpServletRequest) - Static method in class PageFlowRequestWrapper
 
write(String) - Method in class AbstractClassicTag
This mehod will write the passed string to the response.
write(String) - Method in class AbstractSimpleTag
This mehod will write the passed string to the response.
write(PageContext, String) - Method in class TagRenderingBase
 
writeAfterBlocks(AbstractRenderAppender) - Method in class ScriptContainer
 
writeBeforeBlocks(AbstractRenderAppender) - Method in class ScriptContainer
 
writeElement(AbstractRenderAppender, String, String) - Static method in class TreeCRI
 
writeEnd(AbstractRenderAppender) - Method in class AreaTag
 
writeEnd(AbstractRenderAppender) - Method in class BaseTag
 
writeEnd(AbstractRenderAppender) - Method in class ImageTag
 
writeEnd(AbstractRenderAppender) - Method in class InputBooleanTag
 
writeEnd(AbstractRenderAppender) - Method in class InputFileTag
 
writeEnd(AbstractRenderAppender) - Method in class InputHiddenTag
 
writeEnd(AbstractRenderAppender) - Method in class InputImageTag
 
writeEnd(AbstractRenderAppender) - Method in class InputSubmitTag
 
writeEnd(AbstractRenderAppender) - Method in class InputTextTag
 
writeEndElement(AbstractRenderAppender, String) - Static method in class TreeCRI
 
writeFeature(IScriptReporter, AbstractRenderAppender, String, Object[]) - Method in class ScriptRequestState
 
writeFeature(IScriptReporter, AbstractRenderAppender, CoreScriptFeature, boolean, boolean, Object[]) - Method in class ScriptRequestState
 
writeFrameworkScript(AbstractRenderAppender) - Method in class ScriptContainer
This will write the script block.
writeHandlerName(String, String) - Static method in class ProcessPopulate
Write the handler name specified onto the given expression.
writeNetuiNameFunctions(IScriptReporter, boolean, boolean, boolean) - Method in class ScriptRequestState
 
WriteRenderAppender - Class in org.apache.beehive.netui.tags.rendering
 
WriteRenderAppender() - Constructor for class WriteRenderAppender
 
WriteRenderAppender(JspContext) - Constructor for class WriteRenderAppender
 
writeScript(AbstractRenderAppender) - Method in interface IScriptReporter
This method will output all of the Script associated with the script reporter.
writeScript(AbstractRenderAppender) - Method in class ScriptContainer
This method will output all of the Script associated with the script reporter.
writeScriptBlock(ServletRequest, AbstractRenderAppender, String) - Static method in class ScriptRequestState
This is a static method that will write a consistent look/feel to the tags and comment markup that appears around the JavaScript.
writeStartElement(AbstractRenderAppender, String) - Static method in class TreeCRI
 

X

XHTML1_TRANSITIONAL - Static variable in class DocType
 
XHTML_10 - Static variable in class Html
Constant representing the document type XHTML 1.0 Transitional.
XHTML_RENDERING - Static variable in class TagRenderingBase
Identifier for XHTML Transitional Rendering
XmlBeanActionForm - Class in org.apache.beehive.netui.pageflow.internal
 
XmlBeanActionForm() - Constructor for class XmlBeanActionForm
 
XmlBeanActionForm(Object) - Constructor for class XmlBeanActionForm
 
XmlHttpRequestServlet - Class in org.apache.beehive.netui.pageflow.xmlhttprequest
Servlet to handle XMLHttpRequests sent from pages.
XmlHttpRequestServlet() - Constructor for class XmlHttpRequestServlet
 
XmlInputStreamResolver - Class in org.apache.beehive.netui.util.xml
 
XmlInputStreamResolver() - Constructor for class XmlInputStreamResolver
 

_

_attribute - Variable in class TreeElement
 
_bundleName - Variable in class ErrorBaseTag
The name of the message bundle, as defined in the page flow's Jpf.MessageBundle annotation, where the error messages can be found.
_clientAction - Variable in class AnchorBase
 
_configFilePath - Variable in class URLTemplatesFactory
 
_cr - Variable in class HtmlGroupBaseTag
 
_dataSource - Variable in class HtmlDataSourceTag
 
_dataSource - Variable in class HtmlGroupBaseTag
 
_defaultValue - Variable in class HtmlDefaultableDataSourceTag
 
_defaultValue - Variable in class HtmlGroupBaseTag
 
_defaultValue - Variable in class LabelBase
 
_disabled - Variable in class HtmlGroupBaseTag
 
_escapeWhiteSpace - Variable in class LabelBase
 
_formatDefaultValue - Variable in class LabelBase
 
_formatterErrors - Variable in class LabelBase
 
_knownTokens - Variable in class TemplatedURLFormatter
 
_knownTokens - Variable in class URLTemplatesFactory
 
_labelStyle - Variable in class HtmlGroupBaseTag
 
_labelStyleClass - Variable in class HtmlGroupBaseTag
 
_linkName - Variable in class AnchorBase
 
_locale - Variable in class ErrorBaseTag
The session attribute key for the locale.
_optionsDataSource - Variable in class HtmlGroupBaseTag
 
_optionsDataSource - Variable in class HtmlOptionsDataSourceTag
The value of the options data source.
_pattern - Variable in class FormatTag
 
_repCurItem - Variable in class HtmlGroupBaseTag
 
_repeater - Variable in class HtmlGroupBaseTag
 
_repIdx - Variable in class HtmlGroupBaseTag
 
_requiredTokens - Variable in class URLTemplatesFactory
 
_state - Variable in class AnchorBase
 
_type - Variable in class FormatNumber
The type of number format to be used.
_value - Variable in class LabelBase
 

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