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