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

AbsolutePathType - Class in org.apache.beehive.netui.compiler.grammar
 
AbsolutePathType(String, AnnotationGrammar) - Constructor for class AbsolutePathType
 
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
 
AbstractClassicTag - Class in org.apache.beehive.netui.tags
AbstractBaseTag is the base tag for most of the NetUI tags.
AbstractClassicTag() - Constructor for class AbstractClassicTag
 
AbstractColumn - Class in org.apache.beehive.netui.tags.databinding.datagrid
 
AbstractColumn() - Constructor for class AbstractColumn
 
AbstractHtmlColumn - Class in org.apache.beehive.netui.tags.databinding.datagrid
 
AbstractHtmlColumn() - Constructor for class AbstractHtmlColumn
 
AbstractHtmlColumnModel - Class in org.apache.beehive.netui.databinding.datagrid.model.impl
todo: need to do error reporting from the model back to the JSP tags
AbstractHtmlColumnModel() - Constructor for class AbstractHtmlColumnModel
 
AbstractHtmlState - Class in org.apache.beehive.netui.tags.rendering
This class extends the AbstractAttributeState to add support for HTML.
AbstractHtmlState() - Constructor for class AbstractHtmlState
 
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
 
AbstractPagerRenderer - Class in org.apache.beehive.netui.databinding.datagrid.rendering.impl
todo: lots of i18n here
AbstractPagerRenderer(DataGridModel, PagerModel) - Constructor for class AbstractPagerRenderer
 
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
 
AbstractStyleBean - Class in org.apache.beehive.netui.tags.databinding.base.style
An abstract JavaBean that contains basic style information about an HTML table.
AbstractStyleBean() - Constructor for class AbstractStyleBean
 
AbstractTagState - Class in org.apache.beehive.netui.tags.rendering
 
AbstractTagState() - Constructor for class AbstractTagState
 
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 interface HtmlConstants
The name of the action attribute.
action - Variable in class FormTag.State
 
ACTION_ATTR - Static variable in interface JpfLanguageConstants
 
ACTION_EXTENSION - Static variable in interface JpfLanguageConstants
 
ACTION_EXTENSION - Static variable in interface PageFlowConstants
The extension for Struts action URIs used with page flows.
ACTION_EXTENSION_DOT - Static variable in interface JpfLanguageConstants
 
ACTION_EXTENSION_LEN - Static variable in class InternalConstants
 
ACTION_OUTPUT_TAG_NAME - Static variable in interface JpfLanguageConstants
 
ACTION_OUTPUTS_ATTR - Static variable in interface JpfLanguageConstants
 
ACTION_OVERRIDE - Static variable in interface PageFlowConstants
The prefix for a button or imageButton that has an action.
ACTION_OVERRIDE - Static variable in class Button
 
ACTION_SECURE - Static variable in class URLRewriter
Passed to URLRewriter.rewriteURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String, java.lang.String) for normal (non-resource) secure URLs.
ACTION_TAG_NAME - Static variable in interface JpfLanguageConstants
 
ACTION_TEMPLATE - Static variable in class UrlTemplateDescriptor
 
ACTION_UNSECURE - Static variable in class URLRewriter
Passed to URLRewriter.rewriteURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String, java.lang.String) for normal (non-resource) non-secure URLs.
actionExists(String, TypeDeclaration, AnnotationMirror, AnnotationProcessorEnvironment) - Static method in class WebappPathOrActionType
 
ActionGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
ActionGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker, FlowControllerInfo) - Constructor for class ActionGrammar
 
ActionInterceptor - Interface in org.apache.beehive.netui.pageflow.interceptor
Interface for page flow action interceptors.
ActionInterceptorChain - Class in org.apache.beehive.netui.pageflow.interceptor
Class for managing the chain of action interceptors at runtime.
ActionInterceptorChain(ActionInterceptor[]) - Constructor for class ActionInterceptorChain
 
ActionInterceptorConfig - Class in org.apache.beehive.netui.pageflow.interceptor
Configuration object used to initialize an ActionInterceptor.
ActionInterceptorConfig(String) - Constructor for class ActionInterceptorConfig
 
ActionModel - Class in org.apache.beehive.netui.compiler.model
Represents an ActionMapping in a Struts based web application or sub application.
ActionModel(String, StrutsApp) - Constructor for class ActionModel
 
ActionModel(String, String, StrutsApp) - Constructor for class ActionModel
 
ActionModel(StrutsApp) - Constructor for class ActionModel
 
ActionModel(ActionModel, String) - Constructor for class ActionModel
Construct a copy of the given mapping, with the given path.
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
 
ActionOutputGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
ActionOutputGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker) - Constructor for class ActionOutputGrammar
 
ActionOutputModel - Class in org.apache.beehive.netui.compiler.model
Represents an Action Output (NetUI, not a Struts concept) that will be attached to a forward (ForwardModel).
ActionOutputModel() - Constructor for class ActionOutputModel
 
ActionOutputModel(String, String, boolean) - Constructor for class ActionOutputModel
 
ActionResolver - Interface in org.apache.beehive.netui.pageflow
Interface for Struts-based 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
 
add(HashMap, HashMap) - Static method in class AnchorTag
Add the Renderer for the HTML and XHTML tokens.
add(HashMap, HashMap) - Static method in class BaseTag
 
add(HashMap, HashMap) - Static method in class BodyTag
 
add(HashMap, HashMap) - Static method in class CaptionTag
 
add(HashMap, HashMap) - Static method in class DivTag
 
add(HashMap, HashMap) - Static method in class FormTag
 
add(HashMap, HashMap) - Static method in class HtmlTag
 
add(HashMap, HashMap) - Static method in class ImageTag
 
add(HashMap, HashMap) - Static method in class InputBooleanTag
 
add(HashMap, HashMap) - Static method in class InputFileTag
 
add(HashMap, HashMap) - Static method in class InputHiddenTag
 
add(HashMap, HashMap) - Static method in class InputImageTag
 
add(HashMap, HashMap) - Static method in class InputSubmitTag
 
add(HashMap, HashMap) - Static method in class InputTextTag
 
add(HashMap, HashMap) - Static method in class LabelTag
 
add(HashMap, HashMap) - Static method in class OptionTag
 
add(HashMap, HashMap) - Static method in class SelectTag
 
add(HashMap, HashMap) - Static method in class SpanTag
 
add(HashMap, HashMap) - Static method in class TableTag
 
add(HashMap, HashMap) - Static method in class TdTag
 
add(HashMap, HashMap) - Static method in class TextAreaTag
 
add(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.
addAction(String, String) - Method in class FlowControllerInfo
 
addActionMapping(ActionModel) - Method in class StrutsApp
Adds a new ActionMapping to this StrutsApp.
addActionOutput(ActionOutputModel) - Method in class ForwardModel
 
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(AnnotationMirror, ClassDeclaration) - Method in class GenForwardModel
 
addActionOutputs(Map, ServletRequest, boolean) - Static method in class InternalUtils
 
addAnchorPostRewriter(String) - Method in class ScriptContainer
This method will add a method to be called which will handle state changes associated with an anchor post.
addAnchorPostRewriter(String) - Method in interface IScriptReporter
This method will add a method to be called which will handle state changes associated with an anchor post.
addAnchorRewriters() - Method in class ScriptContainer
Add the anchor rewriter code.
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.
addBundle(String, String) - Method in class BundleContext
Add a bundle to the bundle set.
addBundle(String, String, Locale) - Method in class BundleContext
 
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.
addColumn(ColumnModel) - Method in class DataGridModel
 
addColumn(ColumnModel) - Method in class Columns
 
addComment(XmlObject) - Method in class StrutsElementSupport
 
addComponent(String, String) - Method in class PageFlowApplication
 
addConditionalForward(String, String) - Method in class ActionModel
 
addContent(String) - Method in class StructuredBaseTag
Add content to the content that is being buffered by this tag.
addContent(String) - Method in class CellRepeater
Add content to the content that is being buffered by this tag.
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(Declaration, String, Object...) - Method in class AnnotationGrammar
 
addError(AnnotationValue, String, Object...) - Method in class AnnotationGrammar
 
addError(AnnotationMirror, String, Object...) - Method in class AnnotationGrammar
 
addError(AnnotationValue, String, Object...) - Method in class AnnotationMemberType
 
addError(AnnotationMirror, String, Object...) - Method in class AnnotationMemberType
 
addError(Declaration, String, Object...) - Method in class AnnotationMemberType
 
addError(Declaration, String, Object...) - Method in class Diagnostics
 
addError(AnnotationMirror, String, Object...) - Method in class Diagnostics
 
addError(AnnotationValue, String, Object...) - Method in class Diagnostics
 
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.
addErrorArrayArgs(AnnotationMirror, String, Object[]) - Method in class Diagnostics
 
addEscapes(String) - Static method in error TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addException(ExceptionModel) - Method in class ActionModel
Implemented for ExceptionContainer.
addException(ExceptionModel) - Method in interface ExceptionContainer
 
addException(ExceptionModel) - Method in class StrutsApp
Implemented for ExceptionContainer.
addFieldRule(ValidationModel.RuleInfo, ValidatorRule, Locale) - Method in class ValidationModel
 
addFieldRuleForAllLocales(ValidationModel.RuleInfo, ValidatorRule) - Method in class ValidationModel
 
addFilters(IFilter[]) - Method in class FilterService
 
addFormatter(FormatTag.Formatter) - Method in class ColumnModel
 
addFormatter(FormatTag.Formatter) - Method in class AbstractColumn
 
addFormatter(FormatTag.Formatter) - Method in interface Formattable
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
addFormBean(TypeMirror, GenStrutsApp) - Method in class GenActionModel
 
addFormBean(FormBeanModel) - Method in class StrutsApp
Adds a new form bean to this StrutsApp.
addForward(ForwardModel) - Method in interface ForwardContainer
 
addHeader(String, String) - Method in class ScopedResponseImpl
Adds a response header with the given name and value.
addImplicitObject(String, Object) - Method in class ImplicitObjectBean
 
addInitCode() - Method in class ScriptContainer
This method will add the initialization code to NetUI.
addInitMethod(String) - Method in class ScriptContainer
This method will add a new method to the initialization code.
addInitMethod(String) - Method in interface IScriptReporter
This method will add a new method to the initialization code.
addIntHeader(String, int) - Method in class ScopedResponseImpl
Adds a response header with the given name and integer value.
addListenScope(Object) - Method in class ScopedRequestImpl
Adds a scope to "listen" to.
addListenScope(Object) - Method in interface ScopedRequest
Adds a scope to "listen" to.
addMemberArrayGrammar(String, AnnotationGrammar) - Method in class AnnotationGrammar
 
addMemberGrammar(String, AnnotationGrammar) - Method in class AnnotationGrammar
 
addMemberType(String, AnnotationMemberType) - Method in class AnnotationGrammar
 
addMessageArgument(Object) - Method in class Message
 
addMessageResource(String, String) - Method in class FlowControllerInfo
 
addMessageResources(MessageResourcesModel) - Method in class StrutsApp
 
addNewForward(XmlObject) - Method in class ActionModel
 
addNewForward(XmlObject) - Method in class StrutsApp
 
addObjectHeader(String, Object) - Method in class ScopedResponseImpl
 
addOption(StringBuilder, 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, String, String) - Static method in class PageflowTagUtils
Add a parameter to the given URL.
addParam(Map, String, Object) - Static method in class ParamHelper
 
addParameter(String, Object) - Method in class AnchorColumnModel
 
addParameter(String, String) - Method in class ScopedRequestImpl
Add a parameter to the request.
addParameter(String, String) - Method in class TemplateHelper
Add a parameter.
addParameter(String, Object) - Method in class AnchorColumn
 
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) - Method in class Anchor
Adds a URL parameter to the generated hyperlink.
addParameter(String, Object) - Method in class Button
Adds a URL parameter to the generated hyperlink.
addParameter(String, Object) - Method in class Form
Adds a URL parameter to the generated hyperlink.
addParameter(String, Object) - Method in class Image
Adds a URL parameter to the generated hyperlink.
addParameter(String, Object) - Method in interface URLParams
 
addParameters(StringBuffer, String, boolean, Map) - Static method in class PageflowTagUtils
 
addParams(String, Map, String) - Static method in class HtmlUtils
 
addProperty(String, String, boolean, boolean) - Method in class FormBeanModel
 
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().
addReferencedFile(File) - Method in class FlowControllerInfo
 
addReturnAction(String, String) - Method in class FlowControllerInfo
 
addRule(ValidatorRule) - Method in class ValidatableField
 
addScriptCode(String) - Method in class ScriptContainer
This method will add Script as top level code that runs when the page is loaded.
addScriptCode(String) - Method in interface IScriptReporter
This method will add Script as top level code that runs when the page is loaded.
addScriptFunction(String) - Method in class ScriptContainer
This method will add Script as a function.
addScriptFunction(String) - Method in interface IScriptReporter
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.
addSetProperty(ControllerDocument.Controller, String, String) - Static method in class StrutsApp
 
addSort(String, int) - Method in class SortService
 
addTagID(String, String) - Method in class Form
Adds a tagId and name to the Form's focusMap.
addTagId(String, String) - Method in class ScriptContainer
Adds a tagID and tagName to the Html's getId javascript function.
addTagId(String, String) - Method in interface IScriptReporter
Adds a tagID and tagName to the id to name map.
addTagIdMapping(String, String) - Method in class AbstractClassicTag
This method will add a tagId and value to the ScriptRepoter TagId map.
addTagIdMapping(String, String) - Method in class AbstractSimpleTag
This method will add a tagId and value to the ScriptRepoter TagId map.
addTagIdMapping(String, String) - Method in class HtmlBaseTag
This method will add a tagId and value to the ScriptRepoter TagId map.
addTerm(Term) - Method in class ParsedExpression
 
addToken(ExpressionToken) - Method in class ExpressionTerm
 
addValidatableEntity(ValidatableEntity) - Method in class LocaleSet
 
addValidationError(String, String, Object[]) - Method in class FlowController
Add a validation error that will be shown with the Errors and Error tags.
addValidationError(String, String) - Method in class FlowController
Add a validation error that will be shown with the Errors and Error tags.
addValidationError(String, ActionError, ServletRequest) - Static method in class InternalUtils
 
addValidationError(String, String, Object[], ServletRequest) - Static method in class PageFlowUtils
Add a validation error that will be shown with the Errors and Error tags.
addValidationError(String, String, Object, ServletRequest) - Static method in class PageFlowUtils
Add a validation error that will be shown with the Errors and Error tags.
addValidationError(String, String, ServletRequest) - Static method in class PageFlowUtils
Add a validation error that will be shown with the Errors and Error tags.
addValidator(String, String) - Method in class PageFlowApplication
 
addWarning(Declaration, String, Object...) - Method in class AnnotationGrammar
 
addWarning(AnnotationValue, String, Object...) - Method in class AnnotationGrammar
 
addWarning(AnnotationMirror, String, Object...) - Method in class AnnotationGrammar
 
addWarning(AnnotationValue, String, Object...) - Method in class AnnotationMemberType
 
addWarning(AnnotationMirror, String, Object...) - Method in class AnnotationMemberType
 
addWarning(Declaration, String, Object...) - Method in class AnnotationMemberType
 
addWarning(Declaration, String, Object...) - Method in class Diagnostics
 
addWarning(AnnotationMirror, String, Object...) - Method in class Diagnostics
 
addWarning(AnnotationValue, String, Object...) - Method in class Diagnostics
 
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.
ALIGN - Static variable in interface HtmlConstants
The name of the align attribute.
ALINK - Static variable in interface HtmlConstants
The name of the alink attribute.
allowExactDuplicates() - Method in class ForwardGrammar.ForwardNameType
 
allowExactDuplicates() - Method in class UniqueValueType
 
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.
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.
ALT_ROW_CLASS - Static variable in class StylePolicy
 
ALTERNATE_WEB_ROOT_DIR_OPTION - Static variable in interface JpfLanguageConstants
When this APT option is set, the logic that warns about missing files looks here for web files, like .jsps.
alwaysTrackPreviousAction() - Method in class FlowController
When the current page flow does not use a @jpf:forward with a return-to="previousAction" attribute, the following methods always return null by default.
alwaysTrackPreviousPage() - Method in class FlowController
When the current page flow does not use a @jpf:forward with either a return-to="currentPage" or a return-to="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_TAG - Static variable in class TagRenderingBase
Token identifying the Anchor Renderer <a>
AnchorColumn - Class in org.apache.beehive.netui.tags.databinding.datagrid
 
AnchorColumn() - Constructor for class AnchorColumn
 
AnchorColumnModel - Class in org.apache.beehive.netui.databinding.datagrid.model.impl
 
AnchorColumnModel() - Constructor for class AnchorColumnModel
 
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_INTERFACE_PREFIX - Static variable in interface JpfLanguageConstants
 
ANNOTATION_QUALIFIER - Static variable in interface JpfLanguageConstants
 
AnnotationGrammar - Class in org.apache.beehive.netui.compiler
Our base class for customizable annotation tag grammars.
AnnotationGrammar(AnnotationProcessorEnvironment, Diagnostics, String, RuntimeVersionChecker) - Constructor for class AnnotationGrammar
 
AnnotationMemberType - Class in org.apache.beehive.netui.compiler
 
AnnotationMemberType(String, AnnotationGrammar) - Constructor for class AnnotationMemberType
 
ANNOTATIONS_CLASSNAME - Static variable in interface JpfLanguageConstants
 
annotationsAreEqual(AnnotationMirror, AnnotationMirror, boolean, AnnotationProcessorEnvironment) - Static method in class CompilerUtils
 
ANY_FORM_CLASS_NAME - Static variable in interface JpfLanguageConstants
 
AnyBeanActionForm - Class in org.apache.beehive.netui.pageflow.internal
 
AnyBeanActionForm() - Constructor for class AnyBeanActionForm
 
AnyBeanActionForm(Object) - Constructor for class AnyBeanActionForm
 
APACHE_XMLOBJECT_CLASS_NAME - Static variable in interface JpfLanguageConstants
 
ApplicationAttributeMap - Class in org.apache.beehive.netui.script.el.util
 
ApplicationAttributeMap(ServletContext) - Constructor for class ApplicationAttributeMap
 
APPLY_TO_UNHANDLED_LOCALES_ATTR - Static variable in interface JpfLanguageConstants
 
applyAttributes() - Method in class AbstractColumn
 
applyAttributes() - Method in class AbstractHtmlColumn
 
applyAttributes() - Method in class AnchorColumn
 
applyAttributes() - Method in class ImageColumn
 
applyAttributes() - Method in class LiteralColumn
 
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).
ARG0_ATTR - Static variable in interface JpfLanguageConstants
 
ARG0_KEY_ATTR - Static variable in interface JpfLanguageConstants
 
ARG1_ATTR - Static variable in interface JpfLanguageConstants
 
ARG1_KEY_ATTR - Static variable in interface JpfLanguageConstants
 
ARG2_ATTR - Static variable in interface JpfLanguageConstants
 
ARG2_KEY_ATTR - Static variable in interface JpfLanguageConstants
 
ARG3_ATTR - Static variable in interface JpfLanguageConstants
 
ARG3_KEY_ATTR - Static variable in interface JpfLanguageConstants
 
ARRAY_TYPE_SUFFIX - Static variable in interface JpfLanguageConstants
 
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 interface ISort
 
AtomicObjectIterator - Class in org.apache.beehive.netui.util.iterator
 
attr - Variable in class EvalErrorInfo
The attribute of the tag that contained the expression
ATTR_GENERAL - Static variable in class ColumnModel
 
ATTR_GENERAL - Static variable in class AbstractAttributeState
The integer type constant indentifying the General Attributes AbstractBaseTag reserves 0-9 for indentification.
ATTR_GENERAL_EXPRESSION - Static variable in class ColumnModel
 
ATTR_JAVASCRIPT - Static variable in class AbstractHtmlState
Define the Attribute Map for the JavaScript event handler attributes.
ATTR_PREFIX - Static variable in class 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
 
attributes - Variable in class StrutsLogFactory
 
AutoRegisterActionServlet - Class in org.apache.beehive.netui.pageflow
ActionServlet that dynamically registers requested modules based on registered 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 RequestValues
Tell whether a special request attribute was set, indicating that we should avoid writing to the response (or setting response error codes).

B

BACKGROUND - Static variable in interface HtmlConstants
The name of the background attribute.
BACKING_CLASS_IMPLICIT_OBJECT - Static variable in class InternalConstants
 
BackingClassMethodBinding - Class in org.apache.beehive.netui.pageflow.faces.internal
 
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
Token indentifying the Base Renderer <base>
BaseAnnotationProcessor - Class in org.apache.beehive.netui.compiler.apt
 
BaseChecker - Class in org.apache.beehive.netui.compiler
 
BaseChecker(AnnotationProcessorEnvironment, Diagnostics) - Constructor for class BaseChecker
 
BaseFlowControllerGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
BaseFlowControllerGrammar(AnnotationProcessorEnvironment, Diagnostics, String, RuntimeVersionChecker, FlowControllerInfo) - Constructor for class BaseFlowControllerGrammar
 
BaseGenerator - Class in org.apache.beehive.netui.compiler
 
BaseGenerator(AnnotationProcessorEnvironment) - Constructor for class BaseGenerator
 
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
 
BaseValidationRuleGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
BaseValidationRuleGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker) - Constructor for class BaseValidationRuleGrammar
 
BEA_XMLOBJECT_CLASS_NAME - Static variable in interface JpfLanguageConstants
 
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 JpfLanguageConstants
 
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 class InternalConstants
 
beginCheck(AnnotationMirror, AnnotationMirror[], MemberDeclaration) - Method in class AnnotationGrammar
 
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.
beginRequest(HttpServletRequest, HttpServletResponse) - Method in class DefaultServerAdapter
 
beginRequest(HttpServletRequest, HttpServletResponse) - Method in interface ServerAdapter
Called at the beginning of each processed request.
BeginToken() - Method in class SimpleCharStream
 
BGCOLOR - Static variable in interface HtmlConstants
The name of the bgcolor attribute.
BindingContext - Interface in org.apache.beehive.netui.script.el.util
 
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
 
BOOLEAN_GETTER_PREFIX - Static variable in interface JpfLanguageConstants
 
BORDER - Static variable in interface HtmlConstants
The name of the border attribute.
BouncyClassLoader - Class in org.apache.beehive.netui.util.classloader
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(StringBuilder) - 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
 
buildDeadFirstLink(StringBuilder) - Static method in class AbstractPagerRenderer
 
buildDeadLastLink(StringBuilder) - Static method in class AbstractPagerRenderer
 
buildDeadNextLink(StringBuilder) - Static method in class AbstractPagerRenderer
 
buildDeadPreviousLink(StringBuilder) - Static method in class AbstractPagerRenderer
 
buildLiveFirstLink(StringBuilder, PagerService, String) - Static method in class AbstractPagerRenderer
 
buildLiveLastLink(StringBuilder, PagerService, String, int) - Static method in class AbstractPagerRenderer
 
buildLiveNextPageLink(StringBuilder, PagerService, String) - Static method in class AbstractPagerRenderer
 
buildLivePreviousLink(StringBuilder, PagerService, String) - Static method in class AbstractPagerRenderer
 
buildQueryParamForPage(int) - Method in class PagerService
 
buildQueryParamValueForPage(int) - Method in class PagerService
 
Bundle - Class in org.apache.beehive.netui.util
Convenience class for dealing with resource bundles.
BUNDLE_KEY_ATTR - Static variable in interface JpfLanguageConstants
 
BundleContext - Class in org.apache.beehive.netui.script.common
An object that acts as a storage location for ResourceBundles that are declared inside of a JSP.
BundleContext() - Constructor for class BundleContext
 
BundleContext.BundleNode - Class in org.apache.beehive.netui.script.common
 
BundleContext.NetUIBundleNode - Class in org.apache.beehive.netui.script.common
 
BundleContext.StrutsBundleNode - Class in org.apache.beehive.netui.script.common
 
BundleMap - Class in org.apache.beehive.netui.script.common
Provide a Map of BundleMap.ScriptableBundle objects that can expose various implementations of BundleContext.BundleNode to expression languages.
BundleMap(HttpServletRequest, ServletContext, BundleContext) - Constructor for class BundleMap
Create a BundleMap object that is used for data binding to resource bundles.
BundleMap.ScriptableBundle - Class in org.apache.beehive.netui.script.common
Provide a Map implementation that exposes a BundleContext.BundleNode object to an expression language as a Map.
bundleName - Variable in class BundleContext.BundleNode
 
BundleVariableResolver - Class in org.apache.beehive.netui.databinding.script.el
 
BundleVariableResolver() - Constructor for class BundleVariableResolver
 
BundleVariableResolver.BundleContextFactory - Class in org.apache.beehive.netui.databinding.script.el
 
BundleVariableResolver.BundleContextFactory() - Constructor for class BundleVariableResolver.BundleContextFactory
 
Button - Class in org.apache.beehive.netui.tags.html
Generates a button on the page with the specified attributes.
Button() - Constructor for class Button
 

C

CachedFacesBackingInfo - Class in org.apache.beehive.netui.pageflow.internal
Information that is cached per pageflow class.
CachedFacesBackingInfo(Class) - Constructor for class CachedFacesBackingInfo
 
CachedPageFlowInfo - Class in org.apache.beehive.netui.pageflow.internal
Information that is cached per pageflow class.
CachedPageFlowInfo(Class) - Constructor for class CachedPageFlowInfo
 
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
A tag that is used to call a method on the current PageFlowController.
CallPageFlow() - Constructor for class CallPageFlow
 
canWrite() - Method in class GenStrutsApp
In some cases, canWrite() does not guarantee that a FileNotFoundException will not be thrown when trying to write to a file.
Caption - Class in org.apache.beehive.netui.tags.databinding.datagrid
 
Caption() - Constructor for class Caption
 
CAPTION - Static variable in interface HtmlConstants
The name of the caption element.
CAPTION_RENDER_STATE - Static variable in class DataGrid
 
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
 
CATCH_TAG_NAME - Static variable in interface JpfLanguageConstants
 
CATCHES_ATTR - Static variable in interface JpfLanguageConstants
 
CatchGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
CatchGrammar(AnnotationProcessorEnvironment, Diagnostics, String, RuntimeVersionChecker, String, FlowControllerInfo) - Constructor for class CatchGrammar
 
CELLPADDING - Static variable in interface HtmlConstants
The name of the cellpadding attribute.
CellRepeater - Class in org.apache.beehive.netui.tags.databinding.cellrepeater
The CellRepeater tag is a repeating, databound tag that renders its body each cell of a table of the specified dimensions.
CellRepeater() - Constructor for class CellRepeater
 
CellRepeaterStyleBean - Class in org.apache.beehive.netui.tags.databinding.cellrepeater.style
 
CellRepeaterStyleBean() - Constructor for class CellRepeaterStyleBean
 
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.
changeScheme(String, String, int, HttpServletRequest, HttpServletResponse) - Method in class PageFlowRequestProcessor
 
changeSelected(String) - Method in class TreeRootElement
 
CHAR - Static variable in interface HtmlConstants
The name of the char attribute.
CHAROFF - Static variable in interface HtmlConstants
The name of the charoff attribute.
CHARS_ATTR - Static variable in interface JpfLanguageConstants
 
CHARSET - Static variable in interface HtmlConstants
The name of the charset attribute.
check(AnnotationMirror, AnnotationMirror[], MemberDeclaration) - Method in class AnnotationGrammar
 
check(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class AnnotationMemberType
 
check(ClassDeclaration) - Method in class BaseChecker
 
checkAnyExtension() - Method in class ValidXmlFileType
 
checkAnyExtension() - Method in class WebappPathType
 
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
 
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_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
 
checkField(FieldDeclaration, TypeDeclaration) - Method in class FlowControllerChecker
 
checkForDuplicates(AnnotationValue, String, AnnotationMirror, MemberDeclaration, Collection<AnnotationMirror>, boolean) - Method in class UniqueValueType
 
checkInnerClass(ClassDeclaration) - Method in class FlowControllerChecker
 
checkMaxRepeat(int) - Method in class PadContext
 
checkMethod(MethodDeclaration, ClassDeclaration) - Method in class FlowControllerChecker
 
checkMethod(MethodDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class MemberMethodType
Derived classes can plug in here to do additional checks.
checkMinRepeat(int) - Method in class PadContext
 
checkRuntimeVersion(String, AnnotationValue, Diagnostics, String, Object...) - Method in class RuntimeVersionChecker
 
checkRuntimeVersion(String, Declaration, Diagnostics, String, Object...) - Method in class RuntimeVersionChecker
 
checkRuntimeVersion(String, AnnotationMirror, Diagnostics, String, Object...) - Method in class RuntimeVersionChecker
 
checkSecurity(String, HttpServletRequest, HttpServletResponse) - Method in class DefaultServerAdapter
 
checkSecurity(String, HttpServletRequest, HttpServletResponse) - Method in interface ServerAdapter
Cause the server to do a security check for the given URI.
checkType(ReferenceType, AnnotationValue) - Method in class TypeNameType
Derived classes can plug in here to do further checks on the type.
CLASS - Static variable in interface HtmlConstants
The name of the class attribute.
ClassLevelCache - Class in org.apache.beehive.netui.util.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 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 SelectTag.State
 
clear() - Method in class SpanTag.State
 
clear() - Method in class TableTag.State
 
clear() - Method in class TdTag.State
 
clear() - Method in class TextAreaTag.State
 
clear() - Method in class TrTag.State
 
clearAll() - Static method in class ClassLevelCache
 
clearChildren() - Method in class TreeElement
 
clearRegisteredModules() - Method in class AutoRegisterActionServlet
Clear the internal map of registered modules.
clone() - Method in class TemplateHelper
Returns a deep copy.
closeCaption(StringBuffer) - Method in class DataGridModel
 
closeCaption(StringBuffer) - Method in class TableRenderer
 
closeDataCell(StringBuffer) - Method in class ColumnModel
 
closeDataRow(StringBuffer) - Method in class DataGridModel
 
closeFooterRow(StringBuffer) - Method in class DataGridModel
 
closeFooterRow(StringBuffer) - Method in class TableRenderer
 
closeHeaderCell(StringBuffer) - Method in class ColumnModel
 
closeHeaderCell(StringBuffer) - Method in class TableRenderer
 
closeHeaderRow(StringBuffer) - Method in class DataGridModel
 
closeHeaderRow(StringBuffer) - Method in class TableRenderer
 
closeTable(StringBuffer) - Method in class DataGridModel
 
closeTable(StringBuffer) - Method in class TableRenderer
 
closeTableCell(StringBuffer) - Method in class TableRenderer
 
closeTableRow(StringBuffer) - 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
 
column - Variable in class SimpleCharStream
 
COLUMN_MODEL_KEY - Static variable in class Columns
 
ColumnModel - Class in org.apache.beehive.netui.databinding.datagrid.model
todo: re-enable sorting / filtering in column headers
ColumnModel() - Constructor for class ColumnModel
 
Columns - Class in org.apache.beehive.netui.tags.databinding.datagrid
 
Columns() - Constructor for class Columns
 
COMMAND_HANDLER_TAG_NAME - Static variable in interface JpfLanguageConstants
 
CommandHandlerGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
CommandHandlerGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker, ClassDeclaration) - Constructor for class CommandHandlerGrammar
 
compare(Object, Object) - Method in class StrutsApp.ActionMappingComparator
 
CompilerUtils - Class in org.apache.beehive.netui.compiler
 
CompilerUtils() - Constructor for class CompilerUtils
 
CompilerUtils.BeanPropertyDeclaration - Class in org.apache.beehive.netui.compiler
 
CompilerUtils.BeanPropertyDeclaration(String, String, MethodDeclaration) - Constructor for class CompilerUtils.BeanPropertyDeclaration
 
CompilerUtils.BeanPropertyDescriptor - Class in org.apache.beehive.netui.compiler
 
CompilerUtils.BeanPropertyDescriptor(String, String) - Constructor for class CompilerUtils.BeanPropertyDescriptor
 
computeURL(PageContext, String, String, String, Map, String, boolean) - Static method in class PageflowTagUtils
 
computeURL(PageContext, String, String, String, String, Map, String, boolean) - Static method in class PageflowTagUtils
 
CONDITION_ATTR - Static variable in interface JpfLanguageConstants
 
CONDITIONAL_FORWARDS_ATTR - Static variable in interface JpfLanguageConstants
 
CONFIG_FILE - Static variable in class ActionInterceptorChain
 
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
 
ConfigurePager - Class in org.apache.beehive.netui.tags.databinding.datagrid
 
ConfigurePager() - Constructor for class ConfigurePager
 
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.
ContainerVariableResolver - Class in org.apache.beehive.netui.databinding.script.el
 
ContainerVariableResolver() - Constructor for class ContainerVariableResolver
 
ContainerVariableResolver.ContainerContextFactory - Class in org.apache.beehive.netui.databinding.script.el
 
ContainerVariableResolver.ContainerContextFactory() - Constructor for class ContainerVariableResolver.ContainerContextFactory
 
containsBundle(String) - Method in class BundleContext
 
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.
containsKey(Object) - Method in class DynaFormData
 
containsKey(String) - Method in class BundleContext.BundleNode
 
containsKey(String) - Method in class BundleContext.NetUIBundleNode
 
containsKey(String) - Method in class BundleContext.StrutsBundleNode
 
containsKey(Object) - Method in class BundleMap
 
containsKey(Object) - Method in class BundleMap.ScriptableBundle
 
containsKey(Object) - Method in class ScriptablePageInput
 
containsKey(Object) - Method in class AbstractAttributeMap
 
containsValue(Object) - Method in class DynaFormData
 
containsValue(Object) - Method in class AbstractAttributeMap
 
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
 
ContextCache - Class in org.apache.beehive.netui.pageflow.internal
 
contextDestroyed(ServletContextEvent) - Method in class PageFlowContextListener
 
ContextFactory - Class in org.apache.beehive.netui.script.common
 
ContextFactory() - Constructor for class ContextFactory
 
contextInitialized(ServletContextEvent) - Method in class PageFlowContextListener
 
ContextToken - Class in org.apache.beehive.netui.script.el.tokens
 
ContextToken(String) - Constructor for class ContextToken
 
CONTROL_STATE_PARAM - Static variable in class TemplateHelper
Control state parameter (reserved).
ControlFieldInitializationException - Exception in org.apache.beehive.netui.pageflow
 
ControlFieldInitializationException(String, PageFlowManagedObject, Throwable) - Constructor for exception ControlFieldInitializationException
Construct with no error message.
CONTROLLER_TAG_NAME - Static variable in interface JpfLanguageConstants
 
ControllerGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
ControllerGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker, FlowControllerInfo) - Constructor for class ControllerGrammar
 
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(String) - Method in class BaseTypeConverter
Convert the String to a type.
convertToObject(String, Locale) - Method in class BaseTypeConverter
Convert the String to a type, optinally using the given locale.
convertToObject(String) - Method in class DelegatingTypeConverter
 
convertToObject(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
Convert an object from a String to the given type.
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.
COUNTRY_ATTR - Static variable in interface JpfLanguageConstants
 
createActionForm(HttpServletRequest, ActionMapping, ModuleConfig, ActionServlet, ServletContext) - Static method in class InternalUtils
 
createActionModel(ActionModel, String) - Method in class StrutsApp
 
createActionPath(ServletContext, HttpServletRequest, String) - Static method in class PageflowTagUtils
 
createActionURL(PageContext, String) - Static method in class PageflowTagUtils
 
createAnchorBeginTag(StringBuilder, StringBuilder, TagRenderingBase) - Method in class Anchor
This method will create the <a> portion of an anchor.
createBundleNode(String, Object, Locale) - Static method in class BundleContext
 
createColumnModel() - Method in class AbstractColumn
 
createColumnModel() - Method in class AnchorColumn
 
createColumnModel() - Method in class ImageColumn
 
createColumnModel() - Method in class LiteralColumn
 
createComponent(String) - Method in class PageFlowApplication
 
createComponent(ValueBinding, FacesContext, String) - Method in class PageFlowApplication
 
createControl(String, boolean, String, PropertyMap, ControlBeanContext) - Static method in class JavaControlUtils
 
createControlBeanContext(HttpServletRequest, HttpServletResponse) - Method in class DefaultServerAdapter
 
createControlBeanContext(HttpServletRequest, HttpServletResponse) - Method in interface ServerAdapter
Get a context object to support Java Controls.
createConverter(String) - Method in class PageFlowApplication
 
createConverter(Class) - Method in class PageFlowApplication
 
createHiddenField(StringBuilder) - Method in class CheckBoxGroup
 
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
 
createResourceUri(String) - Method in class ColumnModel
 
createStrutsApp(File, ClassDeclaration) - Method in class FlowControllerChecker
 
createStrutsApp(File, ClassDeclaration) - Method in class PageFlowChecker
 
createStrutsApp(File, ClassDeclaration) - Method in class PageFlowGenerator
 
createStrutsApp(File, ClassDeclaration) - Method in class SharedFlowChecker
 
createStrutsApp(File, ClassDeclaration) - Method in class SharedFlowGenerator
 
createURL(String, String, String, String, Map, JspContext) - Static method in class JspUtil
 
createValidator(String) - Method in class PageFlowApplication
 
createValueBinding(String) - Method in class PageFlowApplication
 
createWindow(int, int) - Method in class PagedDataSet
 
curChar - Variable in class NetUIELParserTokenManager
 
CURRENT_JPF_ATTR - Static variable in class InternalConstants
 
CURRENT_SINGLETON_ATTR - Static variable in class 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.

D

DATA_CELL_CLASS - Static variable in class StylePolicy
 
DATA_GRID_MODEL_KEY - Static variable in class DataGrid
 
DATA_RENDER_STATE - Static variable in class ColumnModel
 
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
 
DataGrid() - Constructor for class DataGrid
 
DataGridModel - Class in org.apache.beehive.netui.databinding.datagrid.model
 
DataGridModel(JspContext, String) - Constructor for class DataGridModel
 
DataSourceTag - Class in org.apache.beehive.netui.tags
Abstract tag class that adds support for a dataSource on the tag.
DataSourceTag() - Constructor for class DataSourceTag
Default constructor for this class.
debug(Object) - Method in class Logger
 
debug(Object, Throwable) - Method in class Logger
 
debugStream - Variable in class NetUIELParserTokenManager
 
DeclareBundle - Class in org.apache.beehive.netui.tags.databinding.bundle
A tag used to declare a ResourceBundle that can be used inside of the declaring page 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 to the page from the page flow.
DeclarePageInput() - Constructor for class DeclarePageInput
 
decodeURI(HttpServletRequest) - Static method in class ScopedServletUtils
 
DEFAULT - Static variable in interface NetUIELParserConstants
 
DEFAULT_FORM_SCOPE - Static variable in class ActionModel
 
DEFAULT_FORWARD_OVERFLOW_COUNT - Static variable in interface PageFlowConstants
The default maximum number of consecutive server forwards before error.
DEFAULT_IMAGES - Static variable in class InheritableState
The default directory name for icon images.
DEFAULT_MESSAGE_RESOURCES_ATTR - Static variable in interface JpfLanguageConstants
 
DEFAULT_NESTING_OVERFLOW_COUNT - Static variable in interface PageFlowConstants
The default maximum size of the page flow nesting stack.
DEFAULT_NULL_TEXT - Static variable in class LabelBase
 
DEFAULT_PAGE_PARAM_NAME - Static variable in class PagerService
 
DEFAULT_PAGE_SIZE_PARAM_NAME - Static variable in class PagerService
 
DEFAULT_SIMPLE_ACTION_FORWARD_NAME - Static variable in interface JpfLanguageConstants
 
DEFAULT_STRUTS_BUNDLE_NAME - Static variable in class BundleContext
 
DEFAULT_TEMPLATE - Static variable in class UrlTemplateDescriptor
 
DEFAULT_VALIDATION_MESSAGE_BUNDLE - Static variable in interface JpfLanguageConstants
 
DEFAULT_VALIDATION_MESSAGE_BUNDLE_KEY - Static variable in interface JpfLanguageConstants
 
DEFAULT_VALIDATOR_RULES_URI - Static variable in class StrutsApp
 
DefaultExceptionsHandler - Class in org.apache.beehive.netui.pageflow.internal
 
DefaultExceptionsHandler() - Constructor for class DefaultExceptionsHandler
 
DefaultFilter - Class in org.apache.beehive.netui.databinding.datagrid.model.impl
 
DefaultFilter() - Constructor for class DefaultFilter
 
DefaultFilter(String, String, Object) - Constructor for class DefaultFilter
 
DefaultFilter(String, int, Object) - Constructor for class DefaultFilter
 
DefaultForwardRedirectHandler - Class in org.apache.beehive.netui.pageflow.internal
Handler for redirects and server forwards.
DefaultForwardRedirectHandler() - Constructor for class DefaultForwardRedirectHandler
 
DefaultHandler - Class in org.apache.beehive.netui.pageflow.internal
Default implementation of the base Handler interface.
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() - Constructor for class DefaultLoginHandler
 
DefaultNamingChain - Static variable in class AbstractClassicTag
This List represents the default naming chain for handling dataSource attributes.
DefaultReloadableClassHandler - Class in org.apache.beehive.netui.pageflow.internal
 
DefaultReloadableClassHandler() - Constructor for class DefaultReloadableClassHandler
 
DefaultServerAdapter - Class in org.apache.beehive.netui.pageflow.internal
 
DefaultServerAdapter() - Constructor for class DefaultServerAdapter
 
DefaultSort - Class in org.apache.beehive.netui.databinding.datagrid.model.impl
 
DefaultSort(String, int) - Constructor for class DefaultSort
 
DefaultStylePolicy - Class in org.apache.beehive.netui.databinding.datagrid.model.impl
 
DefaultStylePolicy() - Constructor for class DefaultStylePolicy
 
DefaultStylePolicy(String) - Constructor for class DefaultStylePolicy
 
DefaultURLRewriter - Class in org.apache.beehive.netui.pageflow.util
 
DefaultURLRewriter() - Constructor for class DefaultURLRewriter
 
DefaultValidatorRuleFactory - Class in org.apache.beehive.netui.compiler.genmodel
 
DefaultValidatorRuleFactory() - Constructor for class DefaultValidatorRuleFactory
 
DeferredPageFlowException - Exception in org.apache.beehive.netui.pageflow.internal
 
DeferredPageFlowException(String) - Constructor for exception DeferredPageFlowException
 
DeferredPageFlowException(String, FlowController) - Constructor for exception DeferredPageFlowException
 
defineNetUIScope(StringBuilder) - Method in class ScriptContainer
This method will define the NetUI constructor.
DelegatingType - Class in org.apache.beehive.netui.compiler.grammar
 
DelegatingType(AnnotationMemberType, String, AnnotationGrammar) - Constructor for class DelegatingType
 
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
 
delete() - Method in class FlowController
 
deleteActionMapping(ActionModel) - Method in class StrutsApp
Deletes the given ActionModel.
deleteCurrentPageFlow(HttpServletRequest) - Static method in class InternalUtils
 
deleteFormBean(FormBeanModel) - Method in class StrutsApp
Delete the given form-bean.
deleteFromSession(HttpServletRequest) - Method in class FacesBackingBean
 
deleteFromSession(HttpServletRequest) - Method in class PageFlowController
Remove this instance from the session.
deleteFromSession(HttpServletRequest) - Method in class PageFlowManagedObject
Remove this instance from the session.
deleteFromSession(HttpServletRequest) - Method in class SharedFlowController
Remove this instance from the session.
deleteGlobalApp(HttpServletRequest) - Static method in class PageFlowUtils
 
deleteProperty(String) - Method in class FormBeanModel
 
deleteProperty(FormBeanModel.Property) - Method in class FormBeanModel
 
deleteSharedFlow(String, HttpServletRequest) - Static method in class PageFlowUtils
 
deleteSingletonPageFlow(String, HttpServletRequest) - Static method in class PageFlowUtils
Delete a "singleton" page flow from the session.
DESCENDING - Static variable in interface ISort
 
description - Variable in class JspTaglibSubTask
 
destroy() - Method in class AutoRegisterActionServlet
 
destroy() - Method in class PageFlowPageFilter
 
destroy(HttpServletRequest) - Static method in class PageFlowStack
Destroy the stack of PageFlowControllers that have invoked nested page flows.
destroyControl(Object) - Static method in class JavaControlUtils
 
destroyDataSources() - Method in class AutoRegisterActionServlet
 
destroyPageFlowStack(HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowStack.destroy(javax.servlet.http.HttpServletRequest) instead.
Diagnostics - Class in org.apache.beehive.netui.compiler
 
Diagnostics(AnnotationProcessorEnvironment) - Constructor for class Diagnostics
 
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
 
DISPLAY_NAME_ATTR - Static variable in interface JpfLanguageConstants
 
DISPLAY_NAME_KEY_ATTR - Static variable in interface JpfLanguageConstants
 
displayname - Variable in class JspTaglibSubTask
 
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.template
A DivPanel creates an HTML
tag that may contain additional
tags.
DivPanel() - Constructor for class DivPanel
 
DIVPANEL_DIV_ID - Static variable in class DivPanel
 
DIVPANEL_FIRST_PAGE - Static variable in class DivPanel
 
DIVPANEL_JAVASCRIPT_ATTR - Static variable in class DivPanel
 
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
 
doAdditionalClassChecks(ClassDeclaration, File) - Method in class FlowControllerChecker
 
doAdditionalClassChecks(ClassDeclaration, File) - Method in class PageFlowChecker
 
doAdditionalClassChecks(ClassDeclaration, File) - Method in class SharedFlowChecker
 
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 Repeater
 
doAfterBody() - Method in class RepeaterComponent
Default implementation of this JSP lifecycle method.
doAfterBody() - Method in class RepeaterFooter
Render the content of the body to the Repeater tag.
doAfterBody() - Method in class RepeaterHeader
Render the content of the body to the Repeater tag.
doAfterBody() - Method in class RepeaterItem
 
doAfterBody() - Method in class Anchor
Save the body content of the Anchor.
doAfterBody() - Method in class Body
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 FileUpload
Save the body content of the FileUpLoad.
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 Html
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 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 ScriptContainer
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 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).
doCatch(Throwable) - Method in class DeclareBundle
 
doCatch(Throwable) - Method in class CellRepeater
 
doCatch(Throwable) - Method in class Repeater
 
doEndTag() - Method in class StructuredBaseTag
Ends a tag's lifecycle.
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
 
doEndTag() - Method in class MessageArg
 
doEndTag() - Method in class DeclarePageInput
 
doEndTag() - Method in class Repeater
 
doEndTag() - Method in class GetData
Evaluate the expression at the value attribute and store the result in the PageContext under the attribute key resultId.
doEndTag() - Method in class SerializeXML
 
doEndTag() - Method in class Anchor
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 ScriptContainer
Write out the body content and report any errors that occured.
doEndTag() - Method in class ScriptHeader
 
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(StringBuilder) - Method in class BaseTag
 
doEndTag(StringBuilder) - Method in class FormTag
 
doEndTag(StringBuilder) - Method in class HtmlTag
 
doEndTag(StringBuilder) - Method in class ImageTag
 
doEndTag(StringBuilder) - Method in class InputBooleanTag
 
doEndTag(StringBuilder) - Method in class InputFileTag
 
doEndTag(StringBuilder) - Method in class InputHiddenTag
 
doEndTag(StringBuilder) - Method in class InputImageTag
 
doEndTag(StringBuilder) - Method in class InputSubmitTag
 
doEndTag(StringBuilder) - Method in class InputTextTag
 
doEndTag(StringBuilder) - Method in class OptionTag
 
doEndTag(StringBuilder) - Method in class SelectTag
 
doEndTag(StringBuilder) - Method in class TagRenderingBase
Render the end tag for an element.
doEndTag(StringBuilder) - Method in class TextAreaTag
 
doEndTag() - Method in class DivPanel
Stores the buffered body content into the TEMPLATE_SECTIONS HashMap.
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(java.net.URI) or Forward.Forward(java.net.URL).
doesReturnNull() - Method in class MessageResourcesModel
 
doFatalError() - Method in class ValidXmlFileType
 
doFatalError() - Method in class WebappPathType
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class PageFlowPageFilter
 
doFinally() - Method in class DeclareBundle
 
doFinally() - Method in class CellRepeater
 
doFinally() - Method in class Repeater
 
doForward(String, HttpServletRequest, HttpServletResponse) - Method in class PageFlowRequestProcessor
 
doForward() - Method in class ScopedRequestImpl
 
doForward() - Method in interface ScopedRequest
 
doIntercept(HttpServletRequest, HttpServletResponse, PageFlowController, InterceptorForward, String) - Method in interface ActionInterceptor
Called either before or after (depending on registration; see ActionInterceptor) an action is raised on a page flow.
doIntercept(HttpServletRequest, HttpServletResponse, InterceptorForward, PageFlowController, String) - Method in class ActionInterceptorChain
 
doNaming() - Method in class DataSourceTag
 
doNaming() - Method in class HtmlDataSourceTag
 
doNaming() - Method in class HtmlGroupBaseTag
 
Done() - Method in class SimpleCharStream
 
doPostIntercept(HttpServletRequest, HttpServletResponse, PageFlowController, InterceptorForward, String) - Method in interface ActionInterceptor
Called when returning to the original page flow after an action interceptor had shown a nested page flow.
doStartTag() - Method in class StructuredBaseTag
Starts a tag's lifecycle.
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
 
doStartTag() - Method in class MessageArg
 
doStartTag() - Method in class DeclarePageInput
 
doStartTag() - Method in class Repeater
 
doStartTag() - Method in class GetData
Start the tag evaluation.
doStartTag() - Method in class SerializeXML
 
doStartTag() - Method in class Anchor
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 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 RewriteName
Pass the name attribute to the URLRewriter and output the returned value.
doStartTag() - Method in class RewriteURL
Add the URL parameter to the Parameter's parent.
doStartTag() - Method in class ScriptContainer
 
doStartTag() - Method in class ScriptHeader
Process the start of the Button.
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(StringBuilder, AbstractTagState) - Method in class BaseTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class FormTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class HtmlTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class ImageTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class InputBooleanTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class InputFileTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class InputHiddenTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class InputImageTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class InputSubmitTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class InputTextTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class OptionTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class SelectTag
 
doStartTag(StringBuilder, AbstractTagState) - Method in class TagRenderingBase
Render the start tag for an element.
doStartTag(StringBuilder, AbstractTagState) - Method in class TextAreaTag
 
doStartTag() - Method in class Attribute
Renders the content of the attribute.
doStartTag() - Method in class DivPanel
Causes the content of the section to be rendered into a buffer.
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 AbstractColumn
 
doTag() - Method in class Caption
 
doTag() - Method in class Columns
 
doTag() - Method in class ConfigurePager
 
doTag() - Method in class DataGrid
 
doTag() - Method in class Footer
 
doTag() - Method in class RenderPager
 
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 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 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.
DoubleFormPostException - Exception in org.apache.beehive.netui.pageflow
 
DoubleFormPostException(String) - Constructor for exception DoubleFormPostException
 
DQUOTE - Static variable in interface NetUIELParserConstants
 
dumpRequest(HttpServletRequest, PrintStream) - Static method in class InternalUtils
Print parameters and attributes in the given request.
dumpRequest(HttpServletRequest, PrintStream) - Static method in class PageFlowUtils
Deprecated. This is an internal utility. InternalUtils.dumpRequest(javax.servlet.http.HttpServletRequest, java.io.PrintStream) can be used, but it is not guaranteed to be supported in the future.
dumpRequest(HttpServletRequest, PrintStream) - Static method in class ServletUtils
Print parameters and attributes in the given request.
dumpServletContext(ServletContext, PrintStream) - Static method in class InternalUtils
Print attributes in the given ServletContext.
dumpServletContext(ServletContext, PrintStream) - Static method in class PageFlowUtils
Deprecated. This is an internal utility. InternalUtils.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.
DUPLICATE_ACTION_COMMENT - Static variable in class StrutsApp
 
DynaFormData - Class in org.apache.beehive.netui.pageflow
Extension of org.apache.struts.validator.DynaValidatorForm that implements Map.
DynaFormData() - Constructor for class DynaFormData
 
DynamicSubappActionServlet - Class in org.apache.beehive.netui.pageflow
Deprecated. Use PageFlowActionServlet instead.
DynamicSubappActionServlet() - Constructor for class DynamicSubappActionServlet
Deprecated.  

E

ECMA_ESCAPE_SEQUENCE - Static variable in interface NetUIELParserConstants
 
EMPTY_ITERATOR - Static variable in class IteratorFactory
 
EMPTY_STRING - Static variable in class AbstractClassicTag
String constant for the empty string.
EMPTY_STRING - Static variable in class StructuredBaseTag
 
EMPTY_STRING - Static variable in class AbstractAttributeState
String constant for the empty string.
EmptyIterator - Class in org.apache.beehive.netui.util.iterator
 
EmptyNestingStackException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the user invokes an action in a nested page flow that is qualified with a @jpf:forward return-action="action-name-in-calling-pageflow " annotation, but there is no calling page flow.
EmptyNestingStackException(String, FlowController) - Constructor for exception EmptyNestingStackException
 
EmptyStylePolicy - Class in org.apache.beehive.netui.databinding.datagrid.model.impl
 
EmptyStylePolicy() - Constructor for class EmptyStylePolicy
 
EmptyStylePolicy(String) - Constructor for class EmptyStylePolicy
 
enable_tracing() - Method in class NetUIELParser
 
encodeURL(String, String) - Static method in class PageflowTagUtils
 
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_RENDER_STATE - Static variable in class DataGrid
 
end_TABLE(StringBuilder) - Method in class ConstantRendering
 
end_TD_TR(StringBuilder) - Method in class ConstantRendering
 
endCell() - Method in class ColumnModel
 
endCell() - Method in class AnchorColumnModel
 
endCell() - Method in class ImageColumnModel
 
endCheck(AnnotationMirror, AnnotationMirror[], MemberDeclaration, Set, Map) - Method in class AnnotationGrammar
 
endCheckClass(ClassDeclaration) - Method in class FlowControllerChecker
 
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.
endRequest(HttpServletRequest, HttpServletResponse) - Method in class DefaultServerAdapter
 
endRequest(HttpServletRequest, HttpServletResponse) - Method in interface ServerAdapter
Called at the end of each processed request.
engineStarted() - Method in class JspTaglibSubTask
Describe what the method does
engineStarted() - Method in class TldxSubTask
Called when the engine is started
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.
ensureCurrentPageFlow(HttpServletRequest, HttpServletResponse) - Static method in class InternalUtils
Get or create the current PageFlowConroller for the given request.
ensureCurrentPageFlow(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getCurrentPageFlow(javax.servlet.http.HttpServletRequest) instead.
ensureCurrentPageFlow(HttpServletRequest, HttpServletResponse) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getCurrentPageFlow(javax.servlet.http.HttpServletRequest) instead.
ensureFailover(HttpServletRequest) - Method in class FacesBackingBean
 
ensureFailover(String, Object, HttpServletRequest) - Method in class DefaultServerAdapter
 
ensureFailover(HttpServletRequest) - Method in class PageFlowController
Ensures that any changes to this FlowController 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 ServerAdapter
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 FlowController 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.getGlobalApp(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).
ensureSharedFlow(HttpServletRequest, HttpServletResponse) - Static method in class InternalUtils
Get or create the current SharedFlowController instance.
ensureSharedFlow(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class InternalUtils
Get or create the current SharedFlowController instance.
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 BundleMap.ScriptableBundle
 
entrySet() - Method in class ScriptablePageInput
Create a Set of page input entries.
entrySet() - Method in class AbstractAttributeMap
 
EnumerationIterator - Class in org.apache.beehive.netui.util.iterator
An Iterator implementation for rendering data from an Enumeration.
EnumerationIterator(Enumeration) - Constructor for class EnumerationIterator
 
EnumType - Class in org.apache.beehive.netui.compiler.grammar
Supports deprecated values and values that require particular runtime versions.
EnumType(String[][], String[][], String, AnnotationGrammar) - Constructor for class EnumType
 
EOF - Static variable in interface NetUIELParserConstants
 
eol - Variable in exception ParseException
The end of line string for this machine.
equals(Object) - Method in class FlowControllerInfo.ActionInfo
 
EQUALS - Static variable in interface IFilter
 
equals(Object) - Method in class ScriptablePageInput
 
Error - Class in org.apache.beehive.netui.tags.html
Renders an error message with a given error key value if that key can be found in the ActionErrors registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY.
Error() - Constructor for class Error
 
error(Object) - Method in class Logger
 
error(Object, Throwable) - Method in class Logger
 
ERROR_TYPE_STR - Static variable in interface JpfLanguageConstants
 
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 ActionErrors registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY.
Errors() - Constructor for class Errors
 
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 DataSourceTag
Return the Object that is represented by the specified data source.
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, ImplicitObjectBean) - Method in class ExpressionEvaluatorImpl
 
evaluateStrict(String, ImplicitObjectBean) - Method in interface ExpressionEvaluator
Evaluate an expression and return the result.
EXCEPTION_HANDLER_TAG_NAME - Static variable in interface JpfLanguageConstants
 
ExceptionContainer - Interface in org.apache.beehive.netui.compiler.model
Interface for objects that can hold a collection of ExceptionModels.
ExceptionHandlerGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
ExceptionHandlerGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker, FlowControllerInfo) - Constructor for class ExceptionHandlerGrammar
 
ExceptionModel - Class in org.apache.beehive.netui.compiler.model
 
ExceptionModel(StrutsApp) - Constructor for class ExceptionModel
 
ExceptionModel(String, String, String, String, String, StrutsApp) - Constructor for class ExceptionModel
 
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(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class FlowControllerAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class PageFlowRequestProcessor.ExceptionHandledAction
 
execute() - Method in class JspTaglibSubTask
Describe what the method does
execute() - Method in class TldxSubTask
 
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(Throwable, ActionMapping, HttpServletRequest, HttpServletResponse, ServletContext) - Method in interface ExceptionsHandler
 
exposeException(Throwable, ActionMapping, HttpServletRequest, HttpServletResponse, ServletContext) - 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.
EXPRESSION_KEY_PREFIX - Static variable in interface ValidatorConstants
 
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
 
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
 
EXTERNAL_REDIRECT_ATTR - Static variable in interface JpfLanguageConstants
 
ExternalPathOrActionType - Class in org.apache.beehive.netui.compiler.grammar
 
ExternalPathOrActionType(boolean, String, AnnotationGrammar, FlowControllerInfo) - Constructor for class ExternalPathOrActionType
 

F

FACES_BACKING_ATTR - Static variable in class InternalConstants
 
FACES_BACKING_BEAN_CLASS - Static variable in interface JpfLanguageConstants
 
FACES_BACKING_FILE_EXTENSION - Static variable in interface JpfLanguageConstants
 
FACES_BACKING_FILE_EXTENSION_DOT - Static variable in interface JpfLanguageConstants
 
FACES_BACKING_TAG_NAME - Static variable in interface JpfLanguageConstants
 
FACES_EXTENSION - Static variable in class InternalConstants
 
FACES_EXTENSION_DOT - Static variable in class InternalConstants
 
FacesBackingBean - Class in org.apache.beehive.netui.pageflow
 
FacesBackingBean() - Constructor for class FacesBackingBean
 
FacesBackingChecker - Class in org.apache.beehive.netui.compiler
 
FacesBackingChecker(AnnotationProcessorEnvironment, Diagnostics, FacesBackingInfo) - Constructor for class FacesBackingChecker
 
FacesBackingInfo - Class in org.apache.beehive.netui.compiler
 
FacesBackingInfo(File, String) - Constructor for class FacesBackingInfo
 
fatal(Object) - Method in class Logger
 
fatal(Object, Throwable) - Method in class Logger
 
fieldIsUninitialized(Field) - Method in class PageFlowManagedObject
Tell whether the given Field is uninitialized.
filename - Variable in class JspTaglibSubTask
 
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
 
FileUtils() - Constructor for class FileUtils
 
FillBuff() - Method in class SimpleCharStream
 
filter(String, 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) - Static method in class HtmlUtils
Filter the specified value for characters that are sensitive to HTML interpreters.
filter(String, 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.
FILTER_PARAM_KEY - Static variable in interface IFilter
 
filterParameterMap(Map) - Method in class ScopedRequestImpl
 
filterParameterMap(Map) - Method in interface ScopedRequest
 
FilterService - Class in org.apache.beehive.netui.databinding.datagrid.services
8.1: _sort=~~~ 9.0: netui_sort=~~~
findField(TypeDeclaration, String) - Static method in class CompilerUtils
 
findForward(String) - Method in interface ForwardContainer
 
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.
findInnerClass(TypeDeclaration, String) - Static method in class CompilerUtils
 
findMethod(String, TypeDeclaration) - Method in class MemberMethodType
 
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.
findProperty(String) - Method in class FormBeanModel
 
findPropertyIndex(String) - Method in class FormBeanModel
 
findSourceFileInWebapp(String, String) - Static method in class CompilerUtils
 
FIRST_PAGE - Static variable in class PagerModel
 
FirstPreviousNextLastPagerRenderer - Class in org.apache.beehive.netui.databinding.datagrid.rendering.impl
 
FirstPreviousNextLastPagerRenderer(DataGridModel, PagerModel) - Constructor for class FirstPreviousNextLastPagerRenderer
 
FLOW_CONTROLLER_ACTION_CLASS - Static variable in interface JpfLanguageConstants
 
FlowController - Class in org.apache.beehive.netui.pageflow
Base class for user-written flow controllers - PageFlowControllers and Global.app.
FlowController() - Constructor for class FlowController
Default constructor.
FLOWCONTROLLER_BASE_CLASS - Static variable in interface JpfLanguageConstants
 
FlowControllerAction - Class in org.apache.beehive.netui.pageflow.internal
 
FlowControllerAction(FlowController, Class) - Constructor for class FlowControllerAction
 
FlowControllerChecker - Class in org.apache.beehive.netui.compiler
 
FlowControllerChecker(AnnotationProcessorEnvironment, Diagnostics, FlowControllerInfo) - Constructor for class FlowControllerChecker
 
FlowControllerFactory - Class in org.apache.beehive.netui.pageflow
Factory for creating FlowControllers - user PageFlowControllers and Global.app.
FlowControllerFactory() - Constructor for class FlowControllerFactory
 
FlowControllerInfo - Class in org.apache.beehive.netui.compiler
 
FlowControllerInfo(File, String) - Constructor for class FlowControllerInfo
 
FlowControllerInfo.ActionInfo - Class in org.apache.beehive.netui.compiler
 
FlowControllerInfo.ActionInfo(String) - Constructor for class FlowControllerInfo.ActionInfo
 
FlowControllerInfo.ActionInfo(String, String) - Constructor for class FlowControllerInfo.ActionInfo
 
flushBuffer() - Method in class ScopedResponseImpl
 
Footer - Class in org.apache.beehive.netui.tags.databinding.datagrid
 
Footer() - Constructor for class Footer
 
FOOTER - Static variable in class Repeater
A Repeater rendering state that signals the rendering of the FOOTER.
FOOTER_CELL_CLASS - Static variable in class StylePolicy
 
FOOTER_RENDER_STATE - Static variable in class DataGrid
 
FOOTER_ROW_CLASS - Static variable in class StylePolicy
 
FOR - Static variable in interface HtmlConstants
The name of the for attribute.
forAllAttributes(String, Properties) - Method in class NetUITldTagsHandler
 
forAllClasses(String, Properties) - Method in class NetUITldTagsHandler
 
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_BEAN_TAG_NAME - Static variable in interface JpfLanguageConstants
 
FORM_CLASS_NAME - Static variable in interface JpfLanguageConstants
 
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(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
 
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
 
Formattable - 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.
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 AbstractColumn
Indicate that a formatter has reported an error so the formatter should output it's body text.
formatterHasError() - Method in interface Formattable
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 ColumnModel
 
formatText(Object) - Method in class LabelBase
 
formatText(Object) - Method in class Select
Apply the Select's set of formatters to the given text
FormBeanAnnotationProcessor - Class in org.apache.beehive.netui.compiler.apt
 
FormBeanAnnotationProcessorFactory - Class in org.apache.beehive.netui.compiler.apt
 
FormBeanAnnotationProcessorFactory() - Constructor for class FormBeanAnnotationProcessorFactory
 
FormBeanChecker - Class in org.apache.beehive.netui.compiler
 
FormBeanChecker(AnnotationProcessorEnvironment, Diagnostics) - Constructor for class FormBeanChecker
 
FormBeanModel - Class in org.apache.beehive.netui.compiler.model
Represents a form bean in a Struts application.
FormBeanModel(String, String, String, StrutsApp) - Constructor for class FormBeanModel
 
FormBeanModel.Property - Class in org.apache.beehive.netui.compiler.model
 
FormBeanModel.Property(String, String, boolean, boolean) - Constructor for class FormBeanModel.Property
 
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 NameInterceptor 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
 
Forward(HttpServletRequest) - Constructor for class Forward
 
Forward(String) - Constructor for class Forward
Constructor which accepts the name of a forward defined by the @jpf:forward tag.
Forward(String, Object) - Constructor for class Forward
Constructor which accepts the name of a forward defined by the @jpf:forward tag.
Forward(String, String, Object) - Constructor for class Forward
Constructor which accepts the name of a forward defined by the @jpf:forward tag.
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(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(String, HttpServletRequest, HttpServletResponse) - Method in interface ForwardRedirectHandler
 
forward(String, HttpServletRequest, HttpServletResponse) - 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_CLASS_NAME - Static variable in interface JpfLanguageConstants
 
FORWARD_OVERFLOW_COUNT_PARAM - Static variable in interface PageFlowConstants
Servlet context-param that configures the maximum number of consecutive server forwards before error.
FORWARD_TAG_NAME - Static variable in interface JpfLanguageConstants
 
ForwardContainer - Interface in org.apache.beehive.netui.compiler.model
Interface for objects that can hold a collection of ForwardModels.
ForwardGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
ForwardGrammar(AnnotationProcessorEnvironment, Diagnostics, String, RuntimeVersionChecker, FlowControllerInfo) - Constructor for class ForwardGrammar
 
ForwardGrammar.ForwardNameType - Class in org.apache.beehive.netui.compiler.grammar
 
ForwardGrammar.ForwardNameType() - Constructor for class ForwardGrammar.ForwardNameType
 
ForwardGrammar.ForwardNameType(String) - Constructor for class ForwardGrammar.ForwardNameType
 
ForwardModel - Class in org.apache.beehive.netui.compiler.model
Represents an action forward in a Struts application.
ForwardModel(StrutsApp) - Constructor for class ForwardModel
 
ForwardModel(String, String, StrutsApp) - Constructor for class ForwardModel
 
ForwardRedirectHandler - Interface in org.apache.beehive.netui.pageflow.handler
Handler for Servlet forward and redirect.
FORWARDS_ATTR - Static variable in interface JpfLanguageConstants
 
forwardsToAction() - Method in class ForwardModel
 
forwardsToPage() - Method in class ForwardModel
 
forwardsToPageFlow() - Method in class ForwardModel
 
forwardsToPageFlow() - Method in class Forward
Tell whether the URI returned by Forward.getPath() is for a page flow.
ForwardToExternalPathType - Class in org.apache.beehive.netui.compiler.grammar
 
ForwardToExternalPathType(AnnotationMemberType, String, AnnotationGrammar) - Constructor for class ForwardToExternalPathType
 
FRAME - Static variable in interface HtmlConstants
The name of the frame attribute.

G

GenActionModel - Class in org.apache.beehive.netui.compiler.genmodel
 
GenActionModel(Declaration, GenStrutsApp, ClassDeclaration) - Constructor for class GenActionModel
 
GenActionModel(String, AnnotationMirror, GenStrutsApp, ClassDeclaration) - Constructor for class GenActionModel
 
GenActionOutputModel - Class in org.apache.beehive.netui.compiler.genmodel
 
GenActionOutputModel(AnnotationMirror, ClassDeclaration) - Constructor for class GenActionOutputModel
 
generate(ClassDeclaration) - Method in class BaseGenerator
 
generateLinks(Properties) - Method in class TldxConfigTagsHandler
 
generateParseException() - Method in class NetUIELParser
 
generateRealName() - Method in class Form
 
generateToken(HttpServletRequest) - Method in class FlowController
Deprecated. Use
GenExceptionModel - Class in org.apache.beehive.netui.compiler.genmodel
 
GenExceptionModel(GenStrutsApp, AnnotationMirror, ClassDeclaration, ForwardContainer) - Constructor for class GenExceptionModel
 
GenForwardModel - Class in org.apache.beehive.netui.compiler.genmodel
 
GenForwardModel(GenStrutsApp, AnnotationMirror, ClassDeclaration, String) - Constructor for class GenForwardModel
 
GenMessageResourcesModel - Class in org.apache.beehive.netui.compiler.genmodel
 
GenMessageResourcesModel(StrutsApp, AnnotationMirror) - Constructor for class GenMessageResourcesModel
 
GenSharedFlowStrutsApp - Class in org.apache.beehive.netui.compiler.genmodel
 
GenSharedFlowStrutsApp(File, ClassDeclaration, AnnotationProcessorEnvironment, FlowControllerInfo, boolean) - Constructor for class GenSharedFlowStrutsApp
 
GenSimpleActionModel - Class in org.apache.beehive.netui.compiler.genmodel
 
GenSimpleActionModel(AnnotationMirror, GenStrutsApp, ClassDeclaration) - Constructor for class GenSimpleActionModel
 
GenStrutsApp - Class in org.apache.beehive.netui.compiler.genmodel
 
GenStrutsApp(File, ClassDeclaration, AnnotationProcessorEnvironment, FlowControllerInfo, boolean) - Constructor for class GenStrutsApp
 
GenValidationModel - Class in org.apache.beehive.netui.compiler.genmodel
 
GenValidationModel(ClassDeclaration, GenStrutsApp) - Constructor for class GenValidationModel
 
get(Object) - Method in class DynaFormData
 
get(ServletContext) - Static method in class ContextCache
 
get(HttpServletRequest) - 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
Get the stack of nested page flows for the current user session.
get(Object) - Method in class BundleMap
 
get(Object) - Method in class BundleMap.ScriptableBundle
 
get(Object) - Method in class ScriptablePageInput
 
get(Object) - Method in class AbstractAttributeMap
 
get(String, String) - Method in class ClassLevelCache
 
get(ServletContext, String) - Static method in class ServletContextCache
 
getAccessibleControlFieldAnnotations(Class) - Static method in class JavaControlUtils
 
getAccessKey() - Method in class GroupOption
Get the accesskey of the option.
getAction() - Method in class PagerModel
 
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.
getActionAnnotation(Declaration) - Method in class GenActionModel
 
getActionForm() - Method in class ImplicitObjectBean
 
getActionForward() - Method in class PageFlowRequestProcessor.ExceptionHandledActionMapping
 
getActionInterceptors() - Method in class ActionInterceptorChain
 
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 page flow action being executed.
getActionMappingName(String) - Static method in class URLRewriterService
Return the form action converted into an action mapping path.
getActionMappings() - Method in class StrutsApp
Returns all of the action mappings that are defined for this StrutsApp.
getActionMappingsAsList() - Method in class StrutsApp
Returns all of the action mappings that are defined for this StrutsApp as a list that is a clone of this StrutsApp's internal list.
getActionMappingsList() - Method in class StrutsApp
 
getActionMethod(String, Class) - Method in class FlowController
Get an action handler method of the given name/signature .
getActionName(Declaration) - Method in class GenActionModel
 
getActionName() - Method in class ForwardModel
 
getActionName(ActionMapping) - Static method in class InternalUtils
 
getActionName() - Method in exception PageFlowException
Get the name of the action associated with this exception.
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.
getActionPath(PageContext, String) - Static method in class PageflowTagUtils
 
getActions() - Method in class FlowControllerInfo
 
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(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() - Method in class PreviousActionInfo
Get the URI that was used to execute the action.
getActiveInterceptor(HttpServletRequest) - Static method in class ActionInterceptorChain
 
getActualType() - Method in class FormBeanModel
 
getActualType() - Method in class PageFlowActionFormBean
 
getActualType() - Method in exception MismatchedActionOutputException
 
getAdditionalAnnotationsToCheck(MemberDeclaration) - Method in class ForwardGrammar.ForwardNameType
 
getAdditionalAnnotationsToCheck(MemberDeclaration) - Method in class UniqueValueType
Plugin point for derived class -- if there should be no duplicates across another entity too.
getAfterActionChain(String, HttpServletRequest, ServletContext) - Static method in class ActionInterceptorChain
 
getAlign() - Method in class ImageColumnModel
 
getAlt() - Method in class GroupOption
Get the alt text of the option.
getAlternateExceptionConfig(Class, FlowController, HttpServletRequest, ServletContext) - Method in class DefaultExceptionsHandler
 
getAlternateFlowController(FlowController, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class DefaultExceptionsHandler
 
getAlternatingCellClass() - Method in class CellRepeaterStyleBean
 
getAltRowClass() - Method in class DefaultStylePolicy
 
getAltRowClass() - Method in class EmptyStylePolicy
 
getAltRowClass() - Method in class StylePolicy
 
getAmp(ServletRequest) - Static method in class TagRenderingBase
 
getAnnotation(Declaration, String) - Static method in class CompilerUtils
 
getAnnotation(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
getAnnotationArray(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
getAnnotationArray(AnnotationValue) - Static method in class CompilerUtils
 
getAnnotationArrayValue(Declaration, String, String, boolean) - Static method in class CompilerUtils
 
getAnnotationValue(Declaration, String, String) - Static method in class CompilerUtils
 
getAnnotationValue(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
getApplication() - Method in class PageFlowApplicationFactory
 
getApplication() - Method in class ImplicitObjectBean
 
getArg0() - Method in class ValidatorRule
 
getArg1() - Method in class ValidatorRule
 
getArg2() - Method in class ValidatorRule
 
getArg3() - Method in class ValidatorRule
 
getArrayBaseType(ArrayType) - Static method in class CompilerUtils
 
getAtomicExpressionTerm() - Method in class ParsedExpression
 
getAttr(Node, String) - Static method in class StrutsElementSupport
 
getAttrBool(Node, String) - Static method in class StrutsElementSupport
 
getAttrDependencies() - Method in class AnnotationGrammar
Each entry in this array (a String[]) is an array whose first element is an attribute that requires at least one of the subsequent elements to exist as an attribute.
getAttrDependencies() - Method in class ControllerGrammar
 
getAttrDependencies() - Method in class ForwardGrammar
 
getAttrDependencies() - Method in class LocaleRulesGrammar
 
getAttrDependencies() - Method in class MessageResourcesGrammar
 
getAttrDependencies() - Method in class ValidateRangeGrammar
 
getAttribute() - Method in class ActionModel
 
getAttribute(String) - Method in class AttributeContainer
 
getAttribute(String) - Method in class ScopedRequestImpl
 
getAttribute(int, String) - Method in class AbstractAttributeState
Return a named attribute value from the specified attribute map.
getAttribute() - Method in class TreeHtmlAttributeInfo
 
getAttribute(String) - Method in class StrutsLogFactory
 
getAttributeList() - Method in class TreeElement
Return the list of attributes.
getAttributeNames() - Method in class AttributeContainer
 
getAttributeNames() - Method in class ScopedRequestImpl
 
getAttributeNames() - Method in class StrutsLogFactory
 
getAttributeNamesArray() - Method in class AttributeContainer
 
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
 
getBeanName() - Method in class Form
Return the name of the form bean corresponding to this tag.
getBeanProperties(ClassDeclaration, boolean) - Static method in class CompilerUtils
 
getBeanProperty(MethodDeclaration) - Static method in class CompilerUtils
 
getBeanType() - Method in class FlowControllerInfo.ActionInfo
 
getBeforeActionChain(String, HttpServletRequest, ServletContext) - Static method in class ActionInterceptorChain
 
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
 
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.
getBoolean(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
getBooleanValue(Declaration, String, String, boolean) - Static method in class CompilerUtils
 
getBorder() - Method in class ImageColumnModel
 
getBufferBody(boolean) - Method in class AbstractSimpleTag
 
getBundle(String) - Method in class BundleContext
 
getBundleContext() - Method in class BundleMap
 
getBundleNames() - Method in class BundleContext
 
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
 
getCause() - Method in class BindingUpdateError
Get the cause of the error.
getCellClass() - Method in class CellRepeaterStyleBean
 
getChecker(ClassDeclaration, Diagnostics) - Method in class BaseAnnotationProcessor
 
getChecker(ClassDeclaration, Diagnostics) - Method in class FormBeanAnnotationProcessor
 
getChecker(ClassDeclaration, Diagnostics) - Method in class PageFlowAnnotationProcessor
 
getCheckResultMap() - Method in class FlowControllerChecker
 
getChild(int) - Method in class TreeElement
Return the child node at the given zero-relative index.
getChildren() - Method in class TreeElement
Return the set of child nodes for this node.
getClassField(TypeDeclaration, String, String) - Static method in class CompilerUtils
 
getClassFields(TypeDeclaration) - Static method in class CompilerUtils
 
getClassForType(int) - Method in class StylePolicy
 
getClassLoader() - Method in interface ReloadableClassHandler
 
getClassLoader() - Method in class DefaultReloadableClassHandler
 
getClassMethod(TypeDeclaration, String, String) - Static method in class CompilerUtils
 
getClassMethods(TypeDeclaration, String) - Static method in class CompilerUtils
 
getClassName() - Method in class ActionModel
 
getClassName() - Method in class FormBeanModel
 
getClassName() - Method in class StrutsElementSupport
 
getClassName() - Method in class SourceFileInfo
 
getClassNestedTypes(TypeDeclaration) - Static method in class CompilerUtils
 
getClientAction() - Method in class TreeElement
Gets the client action invoked if this node is selected by the user.
getColumn(int) - Method in class DataGridModel
 
getColumn() - Method in class SimpleCharStream
Deprecated.  
getColumnModel() - Method in class AbstractColumn
 
getColumns() - Method in class DataGridModel
 
getColumnsTag() - Method in class AbstractColumn
 
getCommandHandlers() - Method in class FacesBackingInfo
 
getComment() - Method in class StrutsElementSupport
 
getComponentTypes() - Method in class PageFlowApplication
 
getConditionalForwardsMap() - Method in class PageFlowActionMapping
Get a map of expression -> forward-name.
getConfig() - Static method in class ConfigUtil
Get the NetUI configuration object.
getConstantRendering(ServletRequest) - Static method in class TagRenderingBase.Factory
 
getContainer() - Method in class DataAccessProviderBean
 
getContainingPackage() - Method in class GenStrutsApp
 
getContent() - Method in class StructuredBaseTag
Get the content which should be rendered by this tag.
getContent() - Method in class CellRepeater
Get the content which should be rendered by this tag.
getContent() - Method in class TreeElement
Return the content.
getContext() - Method in class ExpressionTerm
 
getContext() - Method in class Expression
Get the expression's data binding context.
getContextRelative() - Method in class ForwardModel
 
getContextString(String[]) - Static method in class ParseUtils
 
getControlBeanClassName() - Method in exception JavaControlUtils.ControlInstantiationException
 
getControlBeanContext(HttpServletRequest, HttpServletResponse, ServletContext, boolean) - Static method in class JavaControlUtils
 
getControllerClass() - Method in class PageFlowControllerConfig
 
getControllerClassName() - Method in class FlowControllerInfo
 
getControllerGrammar() - Method in class FlowControllerChecker
 
getControllerGrammar() - Method in class PageFlowChecker
 
getControllerGrammar() - Method in class SharedFlowChecker
 
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.
getCreationTime() - Method in class ScopedSession
 
getCssPolicy() - Method in class DataGridModel
 
getCurrentActionName() - Method in class FlowController
Get the name of the current action being executed.
getCurrentActionResolver(HttpServletRequest, boolean) - Static method in class InternalUtils
Get the current ActionResolver (PageFlowController).
getCurrentActionResolver(HttpServletRequest) - Static method in class PageFlowUtils
Get the current ActionResolver (PageFlowController).
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 DataGridModel
 
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
 
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 DataGridModel
 
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
 
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
 
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() - Method in class PagerModel
 
getCurrentPage() - Method in class PagerService
 
getCurrentPage(ServletRequest, String) - Static method in class DivPanel
 
getCurrentPageFlow(HttpServletRequest, boolean) - Static method in class InternalUtils
Get the current PageFlowController.
getCurrentPageFlow(HttpServletRequest) - Static method in class PageFlowUtils
Get the current PageFlowController.
getCurrentPageFromURL() - Method in class PagerModel
 
getCurrentPageInfo() - Method in class PageFlowController
Get information about the most recent page (in this page flow) shown to the user.
getCurrentPageParamString() - Method in class PagerService
 
getCurrentProvider(Tag) - Method in class IndexedNameInterceptor
A default method to find the "current" IDataAccessProvider.
getCurrentRenderState() - Method in class StructuredBaseTag
 
getCurrentRenderState() - Method in class RepeaterComponent
Get the render state of the nearest structured tag.
getCurrentServiceSelectors(BeanContextServices, Class) - Method in class PageFlowServiceProvider
 
getCurrentTag() - Method in class ImplicitObjectBean
 
getCurrentTag() - Method in class NetUIReadVariableResolver
 
GetData - Class in org.apache.beehive.netui.tags.databinding.script
This tag evaluates an expression and places the result of expression evaluation in a JSP's PageContext.
GetData() - Constructor for class GetData
 
getDataCellClass() - Method in class DefaultStylePolicy
 
getDataCellClass() - Method in class EmptyStylePolicy
 
getDataCellClass() - Method in class StylePolicy
 
getDataGrid() - Method in class Caption
 
getDataGrid() - Method in class Footer
 
getDataGridModel() - Method in class ColumnModel
 
getDataGridModel() - Method in class AbstractPagerRenderer
 
getDataGridTag() - Method in class AbstractColumn
 
getDataSet() - Method in class DataGridModel
 
getDataSetSize() - Method in class DataGridModel
 
getDataSetSize() - Method in class PagerModel
 
getDataSource() - Method in class DataGridModel
 
getDataSource(HttpServletRequest) - Method in class FlowController
Return the default data source for the module associated with this page flow.
getDataSource(HttpServletRequest, String) - Method in class FlowController
Return the specified data source for the current module.
getDataSource() - Method in interface IDataAccessProvider
Get the expression that references the data item to which the IDataAccessProvider is bound.
getDataSource() - Method in class DataGrid
 
getDataSource() - Method in class DataSourceTag
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
 
getDataSourceRef() - Method in class PagedDataSet
 
getDeclaration(DeclaredType) - Static method in class CompilerUtils
 
getDeclaredType(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
getDecodedServletPath(HttpServletRequest) - Static method in class InternalUtils
 
getDecodedURI(HttpServletRequest) - Static method in class InternalUtils
 
getDefaultIcon() - Method in class InheritableState
 
getDefaultLocale() - Method in class PageFlowApplication
 
getDefaultLocale() - Static method in class FlowController
Get the system default locale.
getDefaultMessage() - Method in class PageFlowExceptionConfig
 
getDefaultMessageResources() - Method in class StrutsApp
Get the MessageResourcesModel for which no "key" is set (the default one used at runtime).
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.
getDefaultRenderKitId() - Method in class PageFlowApplication
 
getDefaultRewriter() - Static method in class URLRewriterService
Get the default URLRewriter.
getDeferredException(ServletRequest, boolean) - Static method in class RequestValues
 
getDescription() - Method in class StrutsElementSupport
 
getDescription() - Method in class JspTaglibSubTask.ContextParam
Gets the Description attribute of the ContextParam object
getDescription() - Method in class JspTaglibSubTask
Gets the Description attribute of the JspTaglibSubTask object
getDesiredBaseClass(ClassDeclaration) - Method in class FlowControllerChecker
 
getDesiredBaseClass(ClassDeclaration) - Method in class PageFlowChecker
 
getDesiredBaseClass(ClassDeclaration) - Method in class SharedFlowChecker
 
getDiagnostics() - Method in class AnnotationGrammar
 
getDiagnostics() - Method in class BaseChecker
 
getDiagnostics() - Method in class BaseGenerator
 
getDirection() - Method in class DefaultSort
 
getDirection() - Method in interface ISort
 
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 StrutsElementSupport
 
getDisplayName() - Method in class ValidatableField
 
getDisplayName() - Method in class FacesBackingBean
 
getDisplayName() - Method in class GlobalApp
 
getDisplayName() - Method in class PageFlowController
 
getDisplayName() - Method in class PageFlowManagedObject
 
getDisplayName() - Method in class SharedFlowController
 
getDisplayname() - Method in class JspTaglibSubTask
Gets the Displayname attribute of the JspTaglibSubTask object
getDisplayNameKey() - Method in class ValidatableField
 
getDocumentType() - Method in class Html
 
getDomain() - Method in class TemplateHelper
Returns the domain.
getDouble(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
getEncodeSession() - Method in class TemplateHelper
Returns true if URL rewriting is enabled.
getEndColumn() - Method in class SimpleCharStream
 
getEndLine() - Method in class SimpleCharStream
 
getEntity(String) - Method in class LocaleSet
 
getEntityName() - Method in class ValidationModel.RuleInfo
 
getEnumFieldName(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
getEnumFieldName(AnnotationValue) - Static method in class CompilerUtils
 
getEnv() - Method in class AnnotationGrammar
 
getEnv() - Method in class AnnotationMemberType
 
getEnv() - Method in class BaseAnnotationProcessor
 
getEnv() - Method in class BaseChecker
 
getEnv() - Method in class BaseGenerator
 
getErrorMessage(ActionError, String) - Method in class ErrorBaseTag
 
getErrorMessage() - Method in class FormatTag.Formatter
 
getErrorMessageExtraInfo() - Method in class ForwardGrammar.ForwardNameType
 
getErrorMessageExtraInfo() - Method in class UniqueValueType
 
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.
getExceptionCatchesList() - Method in class StrutsApp
 
getExceptionConfig(Class, ModuleConfig) - Method in class DefaultExceptionsHandler
 
getExceptionHandlerMethod(String, Throwable, Object, FlowController) - Method in class DefaultExceptionsHandler
Get an Exception handler method.
getExceptionsHandler() - Method in class ContextCache
 
getExpandTarget() - Method in class InheritableState
 
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
 
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
 
getFacesBackingBean(ServletRequest) - Static method in class InternalUtils
 
getFactory() - Method in class MessageResourcesModel
 
getField(Class, String) - Method in class PropertyCache
 
getFieldDisplayName() - Method in class ValidationModel.RuleInfo
 
getFieldDisplayNameKey() - Method in class ValidationModel.RuleInfo
 
getFieldName() - Method in class ValidationModel.RuleInfo
 
getFieldRule(String, String, AnnotationMirror) - Method in class DefaultValidatorRuleFactory
 
getFieldRule(String, String, AnnotationMirror) - Method in interface ValidatorRuleFactory
 
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.
getFilename() - Method in class JspTaglibSubTask
Gets the Filename attribute of the JspTaglibSubTask object
getFilename() - Method in class TldxSubTask
Get the destination filename of the TldxSubTask.
getFilterExpression() - Method in class ColumnModel
 
getFilterExpression() - Method in interface IFilter
 
getFilterExpression() - Method in class DefaultFilter
 
getFilterParamsMap() - Method in class FilterService
 
getFilterParamsMapOmitAllFilters() - Method in class FilterService
 
getFilterParamsMapOmitFilter(String) - Method in class FilterService
 
getFilterQueryString() - Method in class FilterService
 
getFilterQueryStringOmitAllFilters() - Method in class FilterService
 
getFilterQueryStringOmitFilter(String) - Method in class FilterService
 
getFilters() - Method in class FilterService
 
getFilters(String) - Method in class FilterService
 
getFilterUri() - Method in class ColumnModel
 
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.
getFloat(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
getFlowController() - Method in exception DeferredPageFlowException
 
getFlowController() - Method in class FlowControllerAction
 
getFlowController(Class, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class InternalUtils
 
getFlowController() - Method in exception PageFlowException
Get the related FlowController.
getFlowControllerClass() - Method in class FlowControllerAction
 
getFlowControllerClassName(String, ServletRequest, ServletContext) - Static method in class InternalUtils
 
getFlowControllerClassName(ModuleConfig) - Static method in class InternalUtils
 
getFlowControllerInfo() - Method in class FlowControllerChecker
 
getFlowControllerInfo() - Method in class BaseFlowControllerGrammar
 
getFlowControllerInfo() - Method in class WebappPathType
 
getFlowControllerURI() - Method in exception PageFlowException
Get the name of the related FlowController.
getFocusScript(String, String) - Static method in class JavaScriptUtils
this will write out the form focus script block
getFooterCellClass() - Method in class DefaultStylePolicy
 
getFooterCellClass() - Method in class EmptyStylePolicy
 
getFooterCellClass() - Method in class StylePolicy
 
getFooterRowClass() - Method in class DefaultStylePolicy
 
getFooterRowClass() - Method in class EmptyStylePolicy
 
getFooterRowClass() - Method in class StylePolicy
 
getForm() - Method in exception ActionNotFoundException
 
getForm() - Method in class PreviousActionInfo
Get the form that was passed to the action.
getForm() - Method in class PreviousPageInfo
Get the form bean that was used to initialize the page.
getFormat() - Method in class PagerModel
 
getFormBean(Declaration, GenStrutsApp) - Method in class GenActionModel
 
getFormBean(Declaration, GenStrutsApp) - Method in class GenSimpleActionModel
 
getFormBean(String) - Method in class StrutsApp
 
getFormBean(ActionMapping, HttpServletRequest) - Static method in class InternalUtils
 
getFormBeanByActualType(String) - Method in class StrutsApp
 
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.
getFormBeans() - Method in class StrutsApp
Returns all of the form beans that are defined for this StrutsApp.
getFormBeansAsList() - Method in class StrutsApp
Returns a list of all the form beans that are defined for this StrutsApp.
getFormBeansMap() - Method in class StrutsApp
 
getFormBeanType(String) - Method in class FlowControllerInfo
 
getFormClass() - Method in class ActionModel
 
getFormClass() - Method in class PageFlowActionMapping
 
getFormClassName(TypeDeclaration, AnnotationProcessorEnvironment) - Static method in class CompilerUtils
Get a Class.forName-able string for the given type signature.
getFormClassName(DeclaredType, AnnotationProcessorEnvironment) - Static method in class CompilerUtils
 
getFormClassName() - Method in exception NoMatchingActionMethodException
 
getFormMember() - Method in class ActionModel
 
getFormMember() - Method in class PageFlowActionMapping
 
getFormNameForType(String) - Method in class StrutsApp
 
getFormQualifiedActionPath(ActionModel) - Method in class StrutsApp
 
getForward() - Method in class ActionModel
 
getForward() - Method in class PreviousPageInfo
Get the object that was used to forward to the page.
getForwardedForm(ServletRequest, boolean) - Static method in class RequestValues
 
getForwardedRequestCount(ServletRequest) - Static method in class RequestValues
 
getForwardedURI() - Method in class ScopedRequestImpl
 
getForwardedURI() - Method in interface ScopedRequest
 
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 ContextCache
 
getForwardRedirectHandler() - Method in class ContextCache
 
getForwards(AnnotationMirror, ClassDeclaration, GenStrutsApp) - Method in class GenActionModel
 
getForwards(AnnotationMirror, ClassDeclaration, GenStrutsApp) - Method in class GenSimpleActionModel
 
getFullContextPath(HttpServletRequest) - Method in class DefaultServerAdapter
 
getFullContextPath(HttpServletRequest) - Method in interface ServerAdapter
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
 
getGenerator() - Method in class BaseChecker
 
getGenerator() - Method in class FacesBackingChecker
 
getGenerator() - Method in class FlowControllerChecker
 
getGenerator() - Method in class FormBeanChecker
 
getGenerator() - Method in class PageFlowChecker
 
getGenerator() - Method in class SharedFlowChecker
 
getGetter() - Method in class CompilerUtils.BeanPropertyDeclaration
 
getGlobalApp(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class FlowControllerFactory
Get or create the current user session's GlobalApp instance (from the Global.app file).
getGlobalApp(HttpServletRequest) - Static method in class PageFlowUtils
Get the current GlobalApp instance.
getGlobalApp(ServletRequest, ServletResponse) - Static method in class ImplicitObjectUtil
 
getGlobalApp(ServletRequest, ServletResponse) - Method in class NetUIVariableResolver
 
getGlobalAppConfig(ServletContext) - Static method in class PageFlowUtils
Deprecated. This will be removed with no replacement in a future release.
getHandlerClass() - Method in class ExceptionModel
 
getHandlerMethod() - Method in class ExceptionModel
 
getHeaderCellClass() - Method in class DefaultStylePolicy
 
getHeaderCellClass() - Method in class EmptyStylePolicy
 
getHeaderCellClass() - Method in class StylePolicy
 
getHeaderCellSortedClass() - Method in class DefaultStylePolicy
 
getHeaderCellSortedClass() - Method in class EmptyStylePolicy
 
getHeaderCellSortedClass() - Method in class StylePolicy
 
getHeaderComment(File) - Method in class GenStrutsApp
 
getHeaderComment(File) - Method in class GenValidationModel
 
getHeaderComment(File) - Method in class StrutsApp
 
getHeaderComment(File) - Method in class ValidationModel
 
getHeaderRowClass() - Method in class DefaultStylePolicy
 
getHeaderRowClass() - Method in class EmptyStylePolicy
 
getHeaderRowClass() - Method in class StylePolicy
 
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.
getHeaderText() - Method in class ColumnModel
 
getHeight() - Method in class ImageColumnModel
 
getHref() - Method in class TreeElement
Gets the hyperlink to which control will be directed if this node is selected by the user.
getHspace() - Method in class ImageColumnModel
 
getHtmlState() - Method in class AbstractHtmlColumnModel
 
getHtmlState() - Method in class AnchorColumnModel
 
getHtmlState() - Method in class ImageColumnModel
 
getHtmlState() - Method in class LiteralColumnModel
 
getHttpServletRequest() - Method in class AbstractHtmlColumnModel
 
getIcon() - Method in class StrutsElementSupport
 
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.
getId() - Method in class FormBeanModel
 
getId() - Method in class ScopedSession
 
GetImage() - Method in class SimpleCharStream
 
getImageHandleDownLast() - Method in class InheritableState
 
getImageHandleDownMiddle() - Method in class InheritableState
 
getImageHandleRightLast() - Method in class InheritableState
 
getImageHandleRightMiddle() - Method in class InheritableState
 
getImageLineLast() - Method in class InheritableState
 
getImageLineMiddle() - Method in class InheritableState
 
getImageLineVertical() - Method in class InheritableState
 
getImageRoot() - Method in class InheritableState
 
getImageSpacer() - Method in class InheritableState
 
getImplicitObject(Map, VariableResolver, String) - Static method in class ImplicitObjectUtil
Lookup an implicit object given an implicit object name.
getImplicitObjectNames() - Method in class ImplicitObjectBean
 
getImplicitObjects(PageContext, JspTag) - Static method in class ImplicitObjectUtil
 
getImplicitObjects(ServletRequest, ServletResponse, ActionForm) - Static method in class ImplicitObjectUtil
 
getInclude() - Method in class ActionModel
 
getIndex() - Method in class DataAccessProviderBean
 
getInheritableState() - Method in class TreeElement
 
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
 
getInput() - Method in class ActionModel
 
getInstance(JspContext, String) - Static method in class FilterService
 
getInstance(JspContext, String, String) - Static method in class FilterService
 
getInstance(JspContext, String) - Static method in class PagerService
 
getInstance(JspContext, String) - Static method in class SortService
 
getInstance(VariableResolver) - Method in class BundleVariableResolver.BundleContextFactory
 
getInstance(VariableResolver) - Method in class ContainerVariableResolver.ContainerContextFactory
 
getInstance() - Static method in class UrlTemplateDescriptor
Returns an instance of UrlTemplateDescriptor.
getInstance(VariableResolver) - Method in class ContextFactory
 
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 Logger
 
getInstance(Class) - Method in class StrutsLogFactory
 
getInstance(String) - Method in class StrutsLogFactory
 
getInteger(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
getInterceptedForward(HttpServletRequest, boolean) - Static method in class ActionInterceptorChain
 
getInterceptedForward() - Method in class PageFlowStack.PushedPageFlow
 
getInterceptor() - Method in class PageFlowStack.PushedPageFlow
 
getInterceptorClass() - Method in class ActionInterceptorConfig
 
getItem() - Method in class DataAccessProviderBean
 
getJavaScriptAttribute(String) - Method in class HtmlBaseTag
 
getJpfClassName(String) - Static method in class PageFlowUtils
Get the class name of a PageFlowController, given the URI to it.
getJPFUrlTemplateRef(String) - Method in class UrlTemplateDescriptor
Returns URL template name of the given type.
getJspContext() - Method in class DataGridModel
 
getJspversion() - Method in class JspTaglibSubTask
Gets the Jspversion attribute of the JspTaglibSubTask object
getKey() - Method in class MessageResourcesModel
 
getKey() - Method in class ServletContextCache
 
getKeys() - Method in class BundleContext.BundleNode
 
getKeys() - Method in class BundleContext.NetUIBundleNode
 
getKeys() - Method in class BundleContext.StrutsBundleNode
 
getKeysEnumeration() - Method in class AbstractAttributeMap
 
getKeysEnumeration() - Method in class ApplicationAttributeMap
 
getKeysEnumeration() - Method in class PageContextAttributeMap
 
getKeysEnumeration() - Method in class RequestAttributeMap
 
getKeysEnumeration() - Method in class RequestParameterMap
 
getKeysEnumeration() - Method in class SessionAttributeMap
 
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..
getLargeicon() - Method in class JspTaglibSubTask
Gets the Largeicon attribute of the JspTaglibSubTask object
getLastAccessedTime() - Method in class ScopedSession
 
getLastPage() - Method in class PagerModel
 
getLine() - Method in class SimpleCharStream
Deprecated.  
getListenPort(HttpServletRequest) - Method in class DefaultServerAdapter
 
getListenPort(HttpServletRequest) - Method in interface ServerAdapter
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
 
getLoadableName(TypeDeclaration) - Static method in class CompilerUtils
Get the qualified name of the given class, with '$' used to separate inner classes; the returned string can be used with Class.forName().
getLoadableName(DeclaredType) - Static method in class CompilerUtils
 
getLocale() - Method in class LocaleSet
 
getLocale(HttpServletRequest) - Method in class FlowController
Deprecated. Use FlowController.getLocale().
getLocale() - Method in class FlowController
Return 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 JspTaglibSubTask.TagLib
Gets the Location attribute of the TagLib object
getLoginHandler() - Method in class ContextCache
 
getManagedObject() - Method in exception PageFlowManagedObjectException
Get the related PageFlowManagedObject.
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.
getMaxInactiveInterval() - Method in class ScopedSession
 
getMaxRepeat() - Method in class PadContext
Get the maximum number of times to render items in the repeater's body.
getMergeFile(String) - Method in class GenStrutsApp
 
getMergeFileName() - Method in class GenStrutsApp
 
getMessage() - Method in class ExceptionModel
 
getMessage() - Method in class ValidatorRule
 
getMessage() - Method in class ValidatorRule.MessageArg
 
getMessage() - Method in class BindingUpdateError
Get the error message.
getMessage(String, String, Object[], HttpServletRequest, ServletContext, FlowController) - Method in class DefaultExceptionsHandler
 
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 DoubleFormPostException
 
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 UnfulfilledRolesException
 
getMessageArgs() - Method in exception UnresolvableForwardException
 
getMessageBundle() - Method in class PageFlowApplication
 
getMessageKey() - Method in class ExceptionModel
 
getMessageKey() - Method in class ValidatorRule
 
getMessageParts() - Method in exception ActionNotFoundException
 
getMessageParts() - Method in exception ControlFieldInitializationException
 
getMessageParts() - Method in exception DoubleFormPostException
 
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 UnfulfilledRolesException
 
getMessageParts() - Method in exception UnresolvableForwardException
 
getMessageResourcesByKey() - Method in class FlowControllerInfo
 
getMessageResourcesList() - Method in class StrutsApp
 
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
 
getMethodOrClassFlag(AnnotationMirror, ClassDeclaration, String) - Static method in class CompilerUtils
 
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
 
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.
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/.pageflow-struts-generated/jpf-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.
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.
getMultipartClass() - Method in class PageFlowControllerConfig
 
getMultipartHandlerClassName() - Method in class StrutsApp
 
getMultipartHandlerType() - Static method in class InternalUtils
 
getMutuallyExclusiveAttrs() - Method in class AnnotationGrammar
Each entry in this array (a String[]) lists mutually exclusive attributes.
getMutuallyExclusiveAttrs() - Method in class ActionGrammar
 
getMutuallyExclusiveAttrs() - Method in class BaseValidationRuleGrammar
 
getMutuallyExclusiveAttrs() - Method in class CatchGrammar
 
getMutuallyExclusiveAttrs() - Method in class ControllerGrammar
 
getMutuallyExclusiveAttrs() - Method in class ForwardGrammar
 
getMutuallyExclusiveAttrs() - Method in class MessageResourcesGrammar
 
getMutuallyExclusiveAttrs() - Method in class SimpleActionGrammar
 
getMutuallyExclusiveAttrs() - Method in class ValidatablePropertyGrammar
 
getMutuallyExclusiveAttrs() - Method in class ValidateRangeGrammar
 
getName() - Method in class FlowControllerInfo.ActionInfo
 
getName() - Method in class ActionModel
 
getName() - Method in class ActionOutputModel
 
getName() - Method in class FormBeanModel
 
getName() - Method in class FormBeanModel.Property
 
getName() - Method in class ForwardModel
 
getName() - Method in class DataGridModel
 
getName() - Method in class PageFlowActionForward.ActionOutput
 
getName() - Method in class ContextToken
 
getName() - Method in class DeclarePageInput
Get the name of the variable that can be referenced using the page input data binding context.
getName() - Method in class TreeElement
Returns the unique name of the node.
getName() - Method in class JspTaglibSubTask.ContextParam
Gets the Name attribute of the ContextParam object
getName() - Method in class GroupOption
Get the name of the option.
getNameType() - Method in class ForwardGrammar
 
getNamingChain() - Method in class AbstractClassicTag
Return an ArrayList which represents a chain of NameInterceptor objects.
getNamingChain() - Method in class DataSourceTag
Return an ArrayList which represents a chain of NameInterceptor objects.
getNamingChain() - Method in class CheckBox
Return an ArrayList which represents a chain of NameInterceptor objects.
getNamingChain() - Method in class CheckBoxGroup
Return an ArrayList which represents a chain of NameInterceptor objects.
getNamingChain() - Method in class HtmlDataSourceTag
Return an ArrayList which represents a chain of NameInterceptor objects.
getNamingChain() - Method in class HtmlGroupBaseTag
Return an ArrayList which represents a chain of NameInterceptor objects.
getNamingChain() - Method in class RadioButtonGroup
Return an ArrayList which represents a chain of NameInterceptor objects.
getNamingChain() - Method in class Select
Return an ArrayList which represents a chain of NameInterceptor objects.
getNavigationHandler() - Method in class PageFlowApplication
 
getNearestForm() - Method in class HtmlBaseTag
Returns the closest parent form tag, or null if there is none.
getNearestIdWriter() - Method in class HtmlBaseTag
Return the closest IHtmlIdWritter.
getNestingOverflowCount() - Method in class ContextCache
 
getNestingPageFlow(HttpServletRequest) - Static method in class PageFlowUtils
Get the PageFlowController that is nesting the current one.
getNextColumnModel() - Method in class DataGridModel
 
getNextId(HttpServletRequest) - Method in class AbstractClassicTag
This method will generate the next unique int within the HTML tag.
getNextId() - Method in class Form
Return the next id
getNextId() - Method in class Html
This method will return the next unique integer within the scope of this tag.
getNextId() - Method in interface IHtmlIdWriter
Return the next id
getNextPage() - Method in class PagerModel
 
getNextPageQueryParam() - Method in class PagerService
 
getNextRewriter() - Method in class URLRewriter
Get the next URLRewriter in the chain.
getNextToken() - Method in class NetUIELParser
 
getNextToken() - Method in class NetUIELParserTokenManager
 
getNode() - Method in class TreeItem
 
getNullable() - Method in class ActionOutputModel
 
getNullable() - Method in class PageFlowActionForward.ActionOutput
 
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.
getOnClick() - Method in class HtmlBaseTag
Gets the onClick javascript event.
getOperation() - Method in interface IFilter
 
getOperation() - Method in class DefaultFilter
 
getOperationText() - Method in class DefaultFilter
 
getOptionsDataSource() - Method in class HtmlGroupBaseTag
Gets the options datasource value (an expression).
getOptionsDataSource() - Method in class Select
Gets the options datasource value (an expression).
getOriginalFile(TypeDeclaration) - Static method in class CompilerUtils
Get the original filename, inferred from the current temporary file being compiled.
getOriginalServletPath(ServletRequest) - Static method in class RequestValues
 
getOuterClass(MemberDeclaration) - Static method in class CompilerUtils
 
getOutermostClass(MemberDeclaration) - Static method in class CompilerUtils
 
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
 
getOuterSession() - Method in class ScopedSession
Returns the real (outer) HttpSession.
getOutputFileURI() - Method in class GenValidationModel
 
getOutputFileURI(String, String, boolean) - Static method in class StrutsApp
 
getOutputFileURI() - Method in class ValidationModel
 
getOutputForms() - Method in class Forward
Get all form-beans attached to this forward through Forward.addOutputForm(java.lang.Object) or Forward.Forward(java.lang.String, java.lang.Object).
getOutputFormType() - Method in exception IllegalOutputFormException
Get the type name of the relevant output form.
getPackageName() - Method in class JspTaglibSubTask
 
getPackageName() - Method in class TldxSubTask
 
getPadText() - Method in class PadContext
Get the text to use when padding the Repeater
getPageAction() - Method in class PagerModel
 
getPageContext(JspContext) - Static method in class JspUtil
 
getPageContext() - Method in class ImplicitObjectBean
 
getPageContext() - Method in class AbstractSimpleTag
This method will attempt to cast the JspContext into a PageContext.
getPageFlow(String, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class FlowControllerFactory
Get the PageFlowController for the given type.
getPageFlow(Class, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class FlowControllerFactory
Get the PageFlowController for the given type.
getPageFlow() - Method in class PageFlowStack.PushedPageFlow
 
getPageFlow(ServletRequest, ServletResponse) - Static method in class ImplicitObjectUtil
 
getPageFlow(ServletRequest, ServletResponse) - Method in class NetUIVariableResolver
 
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.
getPageFlowForRelativeURI(HttpServletRequest, HttpServletResponse, String, ServletContext) - Static method in class FlowControllerFactory
Get the PageFlowController instance that should be associated with the given URI.
getPageFlowForRequest(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class FlowControllerFactory
Get the PageFlowController instance that should be associated with the given request, based on the path of the request URI.
getPageFlowForURI(HttpServletRequest, HttpServletResponse, String, ServletContext) - Static method in class FlowControllerFactory
 
getPageFlowMemberField() - Method in class CachedFacesBackingInfo
 
getPageFlowStack(HttpServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowStack.get(javax.servlet.http.HttpServletRequest) instead.
getPageFlowURI(String) - Static method in class PageFlowUtils
Get the URI for a PageFlowController, given its class name.
getPageHref() - Method in class PagerModel
 
getPageInput(String) - Method in class FacesBackingBean
 
getPageInput(String, ServletRequest) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.getActionOutput(java.lang.String, javax.servlet.ServletRequest) instead.
getPageInputMap() - Method in class FacesBackingBean
 
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.
getPageName() - Method in class ForwardModel
 
getPageParamKey() - Method in class PagerModel
 
getPageParamValues() - Method in class PagerModel
 
getPagerModel() - Method in class DataGridModel
 
getPagerModel() - Method in class AbstractPagerRenderer
 
getPagerRenderer() - Method in class DataGridModel
 
getPagerService() - Method in class DataGridModel
 
getPagerService() - Method in class PagerModel
 
getPageSize() - Method in class PagerModel
 
getPageSize() - Method in class PagerService
 
getPageUri() - Method in class PagerModel
 
getPageUri() - Method in class AbstractPagerRenderer
 
getPaletteGenerator() - Method in class TldxSubTask
 
getParameter() - Method in class ActionModel
 
getParameter() - Method in class MessageResourcesModel
 
getParameter(String) - Method in class ScopedRequestImpl
 
getParameter(String) - Method in class TemplateHelper
Returns the value of the parameter.
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 TemplateHelper
Returns the values of the given parameter.
getParameterValues(String) - Method in class ScopedRequestImpl
 
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
 
getParentApp() - Method in class StrutsElementSupport
 
getParentGrammar() - Method in class AnnotationMemberType
 
getPath() - Method in class ActionModel
 
getPath(boolean) - Method in class ActionModel
 
getPath() - Method in class ExceptionModel
 
getPath() - Method in class ForwardModel
 
getPath() - Method in class Forward
Get the URI path associated with this object.
getPathInfo() - Method in class ScopedRequestImpl
 
getPathPrefix() - Method in class TemplateHelper
Returns the path prefix.
getPattern() - Method in class FormatTag.Formatter
 
getPort() - Method in class TemplateHelper
Returns the port.
getPrefix() - Method in class ActionModel
 
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
Get the form instance 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.
getPreviousPage() - Method in class PagerModel
 
getPreviousPageInfo() - Method in class PageFlowController
Get information about the previous page (in this page flow) shown to the user.
getPrevPageQueryParam() - Method in class PagerService
 
getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in class FormBeanAnnotationProcessorFactory
 
getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in class PageFlowAnnotationProcessorFactory
 
getProperties() - Method in class FormBeanModel
 
getProperty(String) - Method in class StrutsElementSupport
 
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
 
getPropertyList() - Method in class FormBeanModel
Returns a clone (shallow copy) of the internal properties list.
getPropertyName() - Method in class CompilerUtils.BeanPropertyDescriptor
 
getPropertyName() - Method in class ValidatableField
 
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
 
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) - Method in class ErrorBaseTag
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.
getQualifiedName(AnnotationMirror) - Static method in class CompilerUtils
 
getQueryString() - Method in class Forward
Get the query string that will be appended to the URI returned by Forward.getPath().
getQueryString() - Method in class PreviousActionInfo
Get the query string from the original request URI.
getQueryString() - Method in class TemplateHelper
 
getRealName() - Method in class Form
this is used to
getRedirectURI() - Method in class ScopedResponseImpl
 
getRedirectURI() - Method in interface ScopedResponse
Get the redirect URI.
getReferencedFiles() - Method in class FlowControllerInfo
Get a list of referenced files (files that appear in Jpf.Forward paths).
getReferenceType(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
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, HttpServletRequest, ServletContext) - Static method in class InternalUtils
 
getReloadableClassDirs() - Method in class DefaultServerAdapter
 
getReloadableClassDirs() - Method in interface ServerAdapter
Get the build directory (or directories) where reloadable classes reside.
getReloadableClassHandler() - Method in class ContextCache
 
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 ColumnModel
 
getRenderState() - Method in class Columns
 
getRenderState() - Method in class DataGrid
 
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
This method will return the current stage being process when the select is acting as a repeater.
getRepeatingType() - Method in class SelectOption
Gets if this option is disabled or not.
getRequest(JspContext) - Static method in class JspUtil
 
getRequest() - Method in class FlowController
Get the current HttpServletRequest.
getRequestDispatcher(String) - Method in class ScopedRequestImpl
 
getRequestedSessionId() - Method in class ScopedRequestImpl
 
getRequestURI() - Method in class ScopedRequestImpl
 
getRequestURL() - Method in class ScopedRequestImpl
 
getRequired() - Method in class DeclarePageInput
Get the required attribute that forces a page input to be present for a page.
getRequiredAttrs() - Method in class AnnotationGrammar
Each entry in this array (a String[]) lists attributes of which one must exist in this tag.
getRequiredAttrs() - Method in class ActionGrammar
 
getRequiredAttrs() - Method in class CatchGrammar
 
getRequiredAttrs() - Method in class ControllerGrammar
 
getRequiredAttrs() - Method in class ForwardGrammar
 
getRequiredAttrs() - Method in class LocaleRulesGrammar
 
getRequiredAttrs() - Method in class MessageResourcesGrammar
 
getRequiredAttrs() - Method in class SimpleActionGrammar
 
getRequiredAttrs() - Method in class ValidatablePropertyGrammar
This is overridable by derived classes, which is why it's not simply defined as required in Jpf.
getRequiredAttrs() - Method in class ValidateCustomGrammar
 
getRequiredAttrs() - Method in class ValidateRangeGrammar
 
getRequiredAttrs() - Method in class ValidateValidWhenGrammar
 
getRequiredRuntimeVersion() - Method in class AnnotationGrammar
 
getRequiredType() - Method in exception IllegalOutputFormTypeException
Get the name of the required form type.
getResources() - Method in class FlowController
Deprecated. This method can only return the resources for the default module. Use getResources(HttpServletRequest) to get the resources for the current module.
getResources(HttpServletRequest) - Method in class FlowController
Return the default message resources for the current module.
getResources(HttpServletRequest, String) - Method in class FlowController
Return the specified message resources for the current module.
getResponse() - Method in class FlowController
Get the current HttpServletResponse.
getResponseErrorCode() - Method in exception DoubleFormPostException
 
getResponseErrorCode() - Method in exception DeferredPageFlowException
 
getResponseErrorCode() - Method in exception NotLoggedInException
 
getResponseErrorCode() - Method in exception UnfulfilledRolesException
 
getResponseErrorMessage() - Method in exception DeferredPageFlowException
 
getResponseErrorMessage() - Method in exception UnfulfilledRolesException
 
getReturnActions() - Method in class FlowControllerInfo
 
getReturnFormMember() - Method in class ForwardModel
 
getReturnFormMember() - Method in class PageFlowActionForward
 
getReturnFormType() - Method in class ForwardModel
 
getReturnFormType() - Method in class PageFlowActionForward
 
getReturnNull() - Method in class MessageResourcesModel
 
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.
getRewrittenFormAction(String, PageContext) - Static method in class PageflowTagUtils
 
getRoleNames() - Method in exception UnfulfilledRolesException
Get the names of the roles that were allowed access to the action.
getRoles() - Method in class ActionModel
 
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
 
getRowClass() - Method in class DefaultStylePolicy
 
getRowClass() - Method in class EmptyStylePolicy
 
getRowClass() - Method in class StylePolicy
 
getRowClass() - Method in class AbstractStyleBean
Get the table row style class.
getRuleName() - Method in class ValidatorRule
 
getRules() - Method in class ValidatableField
 
getRuntimeVersionChecker() - Method in class AnnotationGrammar
 
getRuntimeVersionChecker() - Method in class BaseChecker
 
getScheme() - Method in class TemplateHelper
Returns the protocol scheme.
getScope() - Method in class ActionModel
 
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 wrapper servlet request.
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 ScriptContainer
return the scopeId associated with the ScriptContainer
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.
getSecureListenPort(HttpServletRequest) - Method in class DefaultServerAdapter
 
getSecureListenPort(HttpServletRequest) - Method in interface ServerAdapter
Get the port on which the server is listening for secure connections.
getSelectionAction() - Method in class InheritableState
 
getSelectionAction() - Method in class Tree
Return the action for selection events on the tree.
getSerializableAttrs() - Method in class AttributeContainer
 
getServerAdapter() - Method in class ContextCache
 
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.
getServletContext() - Method in class DefaultHandler
 
getServletContext() - Method in class DefaultServerAdapter
 
getServletContext(HttpServletRequest) - Static method in class InternalUtils
 
getServletContext() - Method in class PageFlowManagedObject
 
getServletContext() - Method in class ScopedServletConfig
 
getServletContext() - Method in class ScopedSession
 
getServletName() - Method in class ScopedServletConfig
 
getServletPath() - Method in class ScopedRequestImpl
 
getServletRequest() - Method in class PageFlowBeanContext
 
getServletRequest() - Method in interface PageFlowServiceProvider.HasServletRequest
 
getServletRequest() - Method in class ImplicitObjectBean
 
getServletResponse() - Method in class ImplicitObjectBean
 
getSession() - Method in class FlowController
Get the current user session.
getSession() - Method in class ImplicitObjectBean
 
getSessionContext() - Method in class ScopedSession
 
getSharedFlow(String, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class FlowControllerFactory
 
getSharedFlow(Class, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class FlowControllerFactory
 
getSharedFlow(FlowController, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class InternalUtils
 
getSharedFlow() - Method in class PageFlowController
 
getSharedFlow(HttpServletRequest, ServletContext) - Static method in class PageFlowUtils
 
getSharedFlow(String, HttpServletRequest) - Static method in class PageFlowUtils
 
getSharedFlow(ServletRequest, ServletResponse) - Static method in class ImplicitObjectUtil
 
getSharedFlow(ServletRequest, ServletResponse) - Method in class NetUIVariableResolver
 
getSharedFlowClassName(HttpServletRequest, ServletContext) - Static method in class InternalUtils
 
getSharedFlowClassNameForRelativeURI(String, HttpServletRequest, ServletContext) - Static method in class InternalUtils
 
getSharedFlowConfig(ModuleConfig, HttpServletRequest, ServletContext) - Static method in class InternalUtils
Get the Struts ModuleConfig associated with the SharedFlowController for the given FlowController module.
getSharedFlowFile() - Method in class FlowControllerInfo
 
getSharedFlowForRelativeURI(HttpServletRequest, HttpServletResponse, String, ServletContext) - Static method in class FlowControllerFactory
 
getSharedFlowForRequest(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class FlowControllerFactory
 
getSharedFlowMemberField() - Method in class CachedFacesBackingInfo
 
getSharedFlowMemberField() - Method in class CachedPageFlowInfo
 
getSharedFlowModules() - Method in class PageFlowControllerConfig
 
getSharedFlowModulesList() - Method in class PageFlowControllerConfig
 
getSharedFlowTypeHierarchy() - Method in class FlowControllerInfo
 
getSharedFlowTypeNameHierarchy() - Method in class FlowControllerInfo
 
getShortname() - Method in class JspTaglibSubTask
Gets the Shortname attribute of the JspTaglibSubTask object
getSimpleName(AnnotationMirror) - Static method in class CompilerUtils
 
getSingletonFlowAttr(String) - Static method in class InternalUtils
 
getSingletonPageFlow(String, HttpServletRequest, boolean) - Static method in class InternalUtils
Get the singleton page flow instance associated with the given module (directory) path.
getSingletonPageFlow(String, HttpServletRequest) - Static method in class PageFlowUtils
Get the singleton page flow instance associated with the given module (directory) path.
getSize() - Method in class PagedDataSet
 
getSmallicon() - Method in class JspTaglibSubTask
Gets the Smallicon attribute of the JspTaglibSubTask object
getSortDirection(String) - Method in class SortService
 
getSortExpression() - Method in class ColumnModel
 
getSortExpression() - Method in class DefaultSort
 
getSortExpression() - Method in interface ISort
 
getSortParamsMap() - Method in class SortService
 
getSortParamsString() - Method in class SortService
 
getSortParamsString(String) - Method in class SortService
 
getSorts() - Method in class SortService
 
getSortUri() - Method in class ColumnModel
 
getSourceFile() - Method in class GenStrutsApp
 
getSourceFile() - Method in class SourceFileInfo
 
getSrc() - Method in class ImageColumnModel
 
getState() - Method in class Anchor
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.
getString(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
getString(String) - Method in class BundleContext.BundleNode
 
getString(String) - Method in class BundleContext.NetUIBundleNode
 
getString(String) - Method in class BundleContext.StrutsBundleNode
 
getString(String, Object[]) - Static method in class JavaScriptUtils
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.
getStringArray(AnnotationMirror, String, boolean) - Static method in class CompilerUtils
 
getStringArrayValue(Declaration, String, String, boolean) - Static method in class CompilerUtils
 
getStringValue(Declaration, String, String, boolean) - Static method in class CompilerUtils
 
getStrutsConfigFile() - Method in class GenStrutsApp
 
getStrutsConfigURI(String, boolean) - Static method in class StrutsApp
 
getStrutsModule(String, HttpServletRequest) - Static method in class StrutsModuleFactory
 
getSuffix() - Method in class ActionModel
 
GetSuffix(int) - Method in class SimpleCharStream
 
getSupportedLocales() - Method in class PageFlowApplication
 
getTableClass() - Method in class DefaultStylePolicy
 
getTableClass() - Method in class EmptyStylePolicy
 
getTableClass() - Method in class StylePolicy
 
getTableClass() - Method in class AbstractStyleBean
Get the table style class.
getTableRenderer() - Method in class DataGridModel
 
getTagId() - Method in class HtmlBaseTag
Return the ID of the tag.
getTagId() - Method in class TreeElement
Return the ID of the tag.
getTagIdMapping(String, String) - Method in class JavaScriptUtils
This method will write out a tagId map entry for when there isn't a ScriptContainer defined.
getTaglibversion() - Method in class JspTaglibSubTask
Gets the Taglibversion attribute of the JspTaglibSubTask object
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 AnchorColumn
 
getTagName() - Method in class Caption
 
getTagName() - Method in class Columns
 
getTagName() - Method in class ConfigurePager
 
getTagName() - Method in class DataGrid
 
getTagName() - Method in class Footer
 
getTagName() - Method in class ImageColumn
 
getTagName() - Method in class LiteralColumn
 
getTagName() - Method in class RenderPager
 
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
 
getTagName() - Method in class MessageArg
 
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
 
getTagName() - Method in class Anchor
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 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 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 RewriteName
Return the name of the Tag.
getTagName() - Method in class RewriteURL
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 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 DivPanel
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.
getTempDir() - Method in class PageFlowControllerConfig
Get the directory for DiskMultipartRequestHandler temporary files.
getTemplate() - Method in class TemplateHelper
Returns the current template.
getTemplateName(String) - Method in class TemplateHelper
 
GETTER_PREFIX - Static variable in interface JpfLanguageConstants
 
getTerm(int) - Method in class ParsedExpression
 
getTitle() - Method in class TreeElement
Set the title attribute for the node.
getTldxVersion() - Method in class TldxSubTask
 
getToken(int) - Method in class ExpressionTerm
 
getToken(int) - Method in class NetUIELParser
 
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
 
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 CompilerUtils.BeanPropertyDescriptor
 
getType() - Method in class ActionModel
 
getType() - Method in class ActionOutputModel
 
getType() - Method in class ExceptionModel
 
getType() - Method in class FormBeanModel
 
getType() - Method in class FormBeanModel.Property
 
getType() - Method in class PageFlowActionForward.ActionOutput
 
getType(FacesContext) - Method in class BackingClassMethodBinding
 
getType() - Method in class PageFlowRequestProcessor.ExceptionHandledActionMapping
 
getType() - Method in class DeclarePageInput
Get the type of the variable that referenced with the DeclarePageInput.setName(java.lang.String) attribute on this tag.
getType() - Method in exception IteratorFactoryException
 
getTypeName() - Method in exception IteratorFactoryException
 
getUnqualifiedActionName() - Method in class PageFlowActionMapping
 
getUnqualifiedActionPath() - Method in class ActionModel
 
getUnqualifiedActionPath() - Method in class PageFlowActionMapping
 
getUpdateValue() - Method in exception ExpressionUpdateException
Deprecated.  
getURI() - Method in interface ActionResolver
Get the URI for addressing this object.
getURI() - Method in interface ActionResult
 
getURI() - Method in class GlobalApp
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.
getUri() - Method in class JspTaglibSubTask
Gets the Uri attribute of the JspTaglibSubTask object
getURI() - Method in class JspTaglibSubTask.TagLib
Gets the URI attribute of the TagLib object
getUri() - Method in class TldxSubTask
 
getUrlTemplate(String) - Method in class UrlTemplateDescriptor
Returns URL template given the name of the template.
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(HttpServletRequest) - Method in interface LoginHandler
Get the current user.
getUserPrincipal(HttpServletRequest) - Method in class DefaultLoginHandler
 
getValidate() - Method in class PageFlowRequestProcessor.ExceptionHandledActionMapping
 
getValidatorIds() - Method in class PageFlowApplication
 
getValidContainerType() - Method in class StructuredBaseTag
 
getValidContainerType() - Method in class RepeaterComponent
Default implementation of StructuredBaseTag.getValidContainerType() that enforces that the parent of this tag is the Repeater tag.
getValidFileExtensions() - Method in class PageFlowFacesFilter
 
getValidFileExtensions() - Method in class PageFlowJspFilter
 
getValidFileExtensions() - Method in class PageFlowPageFilter
 
getValue(Declaration, String, String, boolean) - Static method in class CompilerUtils
 
getValue() - Method in interface IFilter
 
getValue() - Method in class AnchorColumnModel
 
getValue() - Method in class DefaultFilter
 
getValue() - Method in class LiteralColumnModel
 
getValue(String) - Method in class ScopedSession
 
getValue(Object) - Method in class AbstractAttributeMap
 
getValue(Object) - Method in class ApplicationAttributeMap
 
getValue(Object) - Method in class PageContextAttributeMap
 
getValue(Object) - Method in class RequestAttributeMap
 
getValue(Object) - Method in class RequestParameterMap
 
getValue(Object) - Method in class SessionAttributeMap
 
getValue() - Method in class TreeHtmlAttributeInfo
 
getValue() - Method in class JspTaglibSubTask.ContextParam
Gets the Value attribute of the ContextParam object
getValue() - Method in class GroupOption
Get the value of the option.
getValueNames() - Method in class ScopedSession
 
getValues() - Method in class JspTaglibSubTask.JspVersionTypes
Gets the Values attribute of the JspVersionTypes object
getVariableResolver() - Method in class PageFlowApplication
 
getVars() - Method in class ValidatorRule
 
getViewHandler() - Method in class PageFlowApplication
 
getVspace() - Method in class ImageColumnModel
 
getWebappRelativeSourceFile() - Method in class GenStrutsApp
 
getWebappRoot() - Method in class BaseChecker
 
getWebappRoot() - Method in class FlowControllerInfo
 
getWebappRoot() - Method in class GenStrutsApp
 
getWebappRootFromJpf(File) - Static method in class StrutsApp
 
getWebFilesRoot(File, boolean) - Method in class WebappPathType
 
getWidth() - Method in class ImageColumnModel
 
getXmlEncoding() - Method in class TldxSubTask
 
getXmlString() - Method in class XmlBeanActionForm
 
GlobalApp - Class in org.apache.beehive.netui.pageflow
Base class for user-defined global state and fallback controller logic.
GlobalApp() - Constructor for class GlobalApp
 
GLOBALAPP_BASE_CLASS - Static variable in interface JpfLanguageConstants
 
GLOBALAPP_CLASSNAME - Static variable in interface JpfLanguageConstants
 
GLOBALAPP_CLASSNAME - Static variable in interface PageFlowConstants
The name of the GlobalApp class defined by the user for a web application.
GLOBALAPP_FILE_EXTENSION - Static variable in interface JpfLanguageConstants
 
GLOBALAPP_FILE_EXTENSION_DOT - Static variable in interface JpfLanguageConstants
 
GLOBALAPP_FULL_CLASSNAME - Static variable in interface JpfLanguageConstants
 
GLOBALAPP_MEMBER_NAME - Static variable in class InternalConstants
 
GLOBALAPP_MODULE_CONTEXT_PATH - Static variable in class InternalConstants
 
GLOBALAPP_PACKAGE - Static variable in interface JpfLanguageConstants
 
GLOBALAPP_PARENT_PATH - Static variable in interface JpfLanguageConstants
 
GLOBALAPP_SOURCE_NAME - Static variable in interface JpfLanguageConstants
 
GLOBALAPP_SOURCEFILE_NAME - Static variable in interface PageFlowConstants
The name of the source file for the GlobalApp class defined by the user for a web application.
GLOBALAPP_URI - Static variable in interface JpfLanguageConstants
 
GRID_RENDER_STATE - Static variable in class DataGrid
 
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.
hadCompileErrors() - Method in class ActionResultImpl
 
hadErrors() - Method in class Diagnostics
 
handleException(Throwable, ActionMapping, String, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class FlowController
Handle the given exception - invoke user code if appropriate and return a destination URI.
handleException(Throwable, ActionMapping, String, ActionForm, FlowController, HttpServletRequest, HttpServletResponse, ServletContext) - Method in interface ExceptionsHandler
 
handleException(Throwable, ActionMapping, String, ActionForm, FlowController, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class DefaultExceptionsHandler
 
handleNavigation(FacesContext, String, String) - Method in class PageFlowNavigationHandler
 
Handler - Interface in org.apache.beehive.netui.pageflow.handler
Base handler interface.
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.
hasDefaultConstructor(TypeDeclaration) - Static method in class CompilerUtils
 
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
 
hashCode() - Method in class FlowControllerInfo.ActionInfo
 
hasListenScopes() - Method in class ScopedRequestImpl
see if this scoped request is listening to any other scoped request
hasListenScopes() - Method in interface ScopedRequest
 
hasModifier(Declaration, Modifier) - Static method in class CompilerUtils
 
hasNext() - Method in class PagedDataSet
 
hasNext() - Method in class ArrayIterator
 
hasNext() - Method in class AtomicObjectIterator
 
hasNext() - Method in class EmptyIterator
 
hasNext() - Method in class EnumerationIterator
 
hasNext() - Method in class MapIterator
 
hasNext() - Method in class ResultSetIterator
 
hasNextDataItem() - Method in class DataGridModel
 
hasRule(ValidatorRule) - Method in class ValidatableField
 
hasTemplateRef(String) - Method in class TemplateHelper
 
HEADER - Static variable in class Repeater
A Repeater rendering state that signals the rendering of the HEADER.
HEADER_CELL_CLASS - Static variable in class StylePolicy
 
HEADER_CELL_SORTED_CLASS - Static variable in class StylePolicy
 
HEADER_RENDER_STATE - Static variable in class ColumnModel
 
HEADER_ROW_CLASS - Static variable in class StylePolicy
 
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.
HTML_401 - 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_ICON_LINK - Static variable in class TreeHtmlAttributeInfo
 
HTML_LOCATION_LABEL_LINK - Static variable in class TreeHtmlAttributeInfo
 
HTML_RENDERING - Static variable in class TagRenderingBase
Identifier for HTML 4.01 Rendering
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 object 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
 
HTTP_REDIRECTOR_PARAM - Static variable in interface PageFlowConstants
Servlet context-param that configures a ForwardRedirectHandler- derived class to instantiate to handle forwards and redirects.
httpRequest - Variable in class TemplateHelper
HTTP request.
httpResponse - Variable in class TemplateHelper
HTTP response<.

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.
ID - Static variable in interface HtmlConstants
The name of the id attribute.
id - Variable in class AbstractHtmlState
The HTML id attribute.
ID_PARAMETER_NAME - Static variable in interface IHtmlIdWriter
 
ID_PREFIX - Static variable in interface IHtmlIdWriter
 
ID_REQUEST_ATTRIBUTE - Static variable in interface IHtmlIdWriter
 
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.
IDENTIFIER - Static variable in interface NetUIELParserConstants
 
IdentifierToken - Class in org.apache.beehive.netui.script.el.tokens
 
IdentifierToken(String) - Constructor for class IdentifierToken
 
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.
ifHasTagValue(String, Properties) - Method in class NetUITldTagsHandler
 
IFilter - Interface in org.apache.beehive.netui.databinding.datagrid.model
 
ignoreDirectories() - Method in class ValidXmlFileType
 
ignoreDirectories() - Method in class WebappPathType
 
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.
IHtmlIdWriter - Interface in org.apache.beehive.netui.tags
 
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 marked 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.services
 
IllegalFilterException() - Constructor for exception IllegalFilterException
 
IllegalFilterException(String) - Constructor for exception IllegalFilterException
 
IllegalFilterException(Throwable) - Constructor for exception IllegalFilterException
 
IllegalFilterException(String, Throwable) - Constructor for exception IllegalFilterException
 
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 whose return-form or return-form-type 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 marked 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
 
ImageButton - Class in org.apache.beehive.netui.tags.html
Generates an <input type="image"> tag with the specified attributes.
ImageButton() - Constructor for class ImageButton
 
ImageColumn - Class in org.apache.beehive.netui.tags.databinding.datagrid
 
ImageColumn() - Constructor for class ImageColumn
 
ImageColumnModel - Class in org.apache.beehive.netui.databinding.datagrid.model.impl
todo: support the significant JavaScript support
ImageColumnModel() - Constructor for class ImageColumnModel
 
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
 
ImplicitObjectBean - Class in org.apache.beehive.netui.script.common
 
ImplicitObjectUtil - Class in org.apache.beehive.netui.script.common
 
IN_EXPRESSION - Static variable in interface NetUIELParserConstants
 
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 NameInterceptor that is used to rewrite names which reference the container databinding context.
IndexedNameInterceptor() - Constructor for class IndexedNameInterceptor
 
INetuiTag - Interface in org.apache.beehive.netui.tags
 
inferModulePathFromClassName(String) - Static method in class InternalUtils
 
inferTypeFromFile(File, String, AnnotationProcessorEnvironment) - Static method in class CompilerUtils
 
inferTypeFromPath(String, AnnotationProcessorEnvironment) - Static method in class CompilerUtils
 
InfiniteReturnToActionException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the user invokes an action that is qualified with a @jpf:forward return-to="previousAction" annotation, 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 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(ServletConfig) - Method in class AutoRegisterActionServlet
 
init(ServletContext) - Method in interface Handler
Initialize.
init(ActionInterceptorConfig, ServletContext) - Method in interface ActionInterceptor
Called when this interceptor is being initialized.
init(ServletContext) - Static method in class ContextCache
 
init(ServletContext) - Method in class DefaultHandler
Initialize.
init(ServletContext) - Method in class DefaultLoginHandler
 
init(ServletContext) - Method in class DefaultReloadableClassHandler
 
init(ServletConfig) - Method in class PageFlowActionServlet
 
init(String) - Method in exception PageFlowException
 
init(PageFlowManagedObject) - Method in exception PageFlowManagedObjectException
 
init(FilterConfig) - Method in class PageFlowPageFilter
 
init() - Method in class BundleContext.BundleNode
 
init() - Method in class BundleContext.NetUIBundleNode
 
INIT - Static variable in class Repeater
A Repeater rendering state that signals the beginning of repeater rendering.
init(InputStream) - Static method in class ConfigUtil
Initialize the NetUI configuration data.
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
 
initialize() - Method in class DataGridModel
 
initialize() - Method in class PagerModel
 
initialize(ActionMapping, FlowController) - Method in class Forward
Deprecated. Use Forward.initialize(org.apache.struts.action.ActionMapping, org.apache.beehive.netui.pageflow.FlowController, javax.servlet.http.HttpServletRequest) instead.
initialize(ActionMapping, FlowController, HttpServletRequest) - 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
initialize(String) - Static method in class ImplicitObjectUtil
Read entires from the netui-config.xml file and add the objects to this implicit object map.
initializeControlContext(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class JavaControlUtils
 
initializeField(Field, Object) - Method in class PageFlowManagedObject
Initialize the given field with an instance.
initInternal(ServletContext) - Method in class ServletContextCache
 
initModuleConfig(String, String) - Method in class AutoRegisterActionServlet
This method is almost exactly the same as the base class initModuleConfig.
initModuleDataSources(ModuleConfig) - Method in class AutoRegisterActionServlet
 
initServletContext(ServletContext) - Method in class DefaultServerAdapter
 
initServletContext(ServletContext) - Method in interface ServerAdapter
Called upon the initialization of the given ServletContext.
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
 
instances - Variable in class StrutsLogFactory
 
INTEGER - Static variable in interface NetUIELParserConstants
 
InterceptorForward - Class in org.apache.beehive.netui.pageflow.interceptor
Forward returned from an ActionInterceptor to alter the destination URI of a page flow action.
InterceptorForward(ActionForward, ServletContext) - Constructor for class InterceptorForward
Internal.
InterceptorForward(URI) - Constructor for class InterceptorForward
Construct from a URI.
InterceptorForward(URI, boolean) - Constructor for class InterceptorForward
Construct from a URI.
INTERNAL_VAR_PREFIX - Static variable in class InternalConstants
 
InternalConstants - Class in org.apache.beehive.netui.pageflow.internal
 
InternalConstants() - Constructor for class InternalConstants
 
internalExecute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class FlowController
 
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.
internalRender() - Method in class AbstractPagerRenderer
 
internalRender() - Method in class FirstPreviousNextLastPagerRenderer
 
internalRender() - Method in class PreviousNextPagerRenderer
 
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
 
invokeActionMethod(Method, Object) - Method in class FlowController
Invoke the given action handler method, passing it an argument if appropriate.
invokeExceptionHandler(Method, Throwable, String, String, Object, ActionForm, ActionMapping, HttpServletRequest, HttpServletResponse, boolean) - Method in class FlowController
Invoke the given exception handler method.
invokeExceptionHandlerClass(Throwable, ExceptionConfig, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class DefaultExceptionsHandler
 
invokeExceptionHandlerMethod(Throwable, PageFlowExceptionConfig, ActionForm, String, ActionMapping, FlowController, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class DefaultExceptionsHandler
 
IPagerRenderer - Interface in org.apache.beehive.netui.databinding.datagrid.rendering
 
isAbsoluteURI(String) - Static method in class CompilerUtils
This is the same logic that we have in the runtime, in PageFlowRequestProcessor.
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:").
isAbsoluteURL(String) - Static method in class CompilerUtils
 
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, HttpServletResponse, ServletContext, String) - Static method in class PageflowTagUtils
 
isApplyToDescendents() - Method in class TreeHtmlAttributeInfo
 
isAssignableFrom(String, TypeMirror, AnnotationProcessorEnvironment) - Static method in class CompilerUtils
 
isAssignableFrom(TypeDeclaration, TypeDeclaration) - Static method in class CompilerUtils
 
isAssignableFrom(TypeMirror, TypeDeclaration) - Static method in class CompilerUtils
 
isAssignableFrom(TypeDeclaration, TypeMirror) - Static method in class CompilerUtils
 
isAssignableFrom(String, TypeDeclaration, AnnotationProcessorEnvironment) - Static method in class CompilerUtils
 
isBindingOnClient() - Method in class Select
This method indicates that the expression of the repeater is bound into a client based context.
isCancelled(HttpServletRequest) - Method in class FlowController
Returns true if the current form's cancel button was pressed.
IScriptReporter - Interface in org.apache.beehive.netui.tags
A ScriptReporter acts as a container for JavaScript generated by children of the tag.
isDebugEnabled() - Method in class Logger
 
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.
isDynamic() - Method in class FormBeanModel
 
isEmpty() - Method in class ValidationModel
 
isEmpty() - Method in class DynaFormData
 
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
 
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 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 ForwardModel
 
isExternalRedirect() - Method in class PageFlowActionForward
 
isExternalRedirect() - Method in class Forward
 
isFatalEnabled() - Method in class Logger
 
isFilterable() - Method in class ColumnModel
 
isFiltered(String) - Method in class FilterService
 
isForwardedRequest(ServletRequest) - Static method in class RequestValues
 
isHandlerMethod() - Method in class PageFlowExceptionConfig
 
isIdTransparency(ServletContext) - Static method in class HtmlBaseTag
 
isInfoEnabled() - Method in class Logger
 
isInitScriptWritten() - Method in class ScriptContainer
Returns true if the writeInitScript method has been called.
isInitScriptWritten() - Method in interface IScriptReporter
Returns true if the writeInitScript method has been called.
isInNestedPageFlow(MemberDeclaration) - Static method in class CompilerUtils
 
isInProductionMode() - Method in class DefaultServerAdapter
 
isInProductionMode() - Method in interface ServerAdapter
Tell whether the server is running in production mode.
isInScope(String) - Method in class ScopedAttributeContainer
 
isInScope(String, Object) - Static method in class ScopedAttributeContainer
 
isJpfAnnotation(AnnotationMirror, String) - Static method in class CompilerUtils
 
isKey() - Method in class ValidatorRule.MessageArg
 
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)
isLoginRequired() - Method in class ActionModel
 
isLoginRequired() - Method in class PageFlowActionMapping
 
ISMAP - Static variable in interface HtmlConstants
The name of the ismap attribute.
isMatched(String) - Method in class CheckBoxGroup
Checks whether the given value matches one of the CheckBoxGroup's selected CheckBoxOptions.
isMatched(String) - Method in class HtmlGroupBaseTag
 
isMatched(String) - 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 current page flow has no default message bundle defined.
isModuleDeclaredInWebXml() - Method in class GenSharedFlowStrutsApp
 
isModuleDeclaredInWebXml() - Method in class GenStrutsApp
 
isMultipartHandlingEnabled(HttpServletRequest) - Static method in class InternalUtils
 
isMultiValue() - Method in class FormBeanModel.Property
 
isNestable() - Method in class FlowController
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.
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.
isNested() - Method in class FlowControllerInfo
 
isNestedPageFlow() - Method in class PageFlowControllerConfig
 
isNestedReturn() - Method in class ForwardModel
 
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
 
isOfClass(TypeMirror, String, AnnotationProcessorEnvironment) - Static method in class CompilerUtils
 
isOnDiv() - Method in class TreeHtmlAttributeInfo
 
isOnIcon() - Method in class TreeHtmlAttributeInfo
 
isOnIconLink() - Method in class TreeHtmlAttributeInfo
 
isOnLabelLink() - Method in class TreeHtmlAttributeInfo
 
ISort - Interface in org.apache.beehive.netui.databinding.datagrid.model
 
isOSCaseSensitive() - Static method in class FileUtils
Tell whether the current operating system is case-sensitive with regard to file names.
isOverloaded() - Method in class ActionModel
 
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.
isPageFlowClass(ClassDeclaration, AnnotationProcessorEnvironment) - Static method in class CompilerUtils
 
isPageForward() - Method in class ForwardModel
Deprecated.  
isPathContextRelative() - Method in class PageFlowExceptionConfig
 
isPrimarySort(String) - Method in class SortService
 
isReadonly() - Method in class ActionModel
 
isReadonly() - Method in class ExceptionModel
 
isReadonly() - Method in class PageFlowActionMapping
 
isReadonly() - Method in class PageFlowExceptionConfig
 
isRedirect() - Method in class ForwardModel
 
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
 
isRenderingData() - Method in class ColumnModel
 
isRenderingHeader() - Method in class ColumnModel
 
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.
isRequired() - Method in class FormBeanModel.Property
 
isRestoreQueryString() - Method in class ForwardModel
 
isRestoreQueryString() - Method in class PageFlowActionForward
 
isReturningFromIntercept(HttpServletRequest) - Static method in class ActionInterceptorChain
 
isReturnToAction() - Method in class ForwardModel
 
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 StrutsApp
 
isReturnToActionDisabled() - Method in class PageFlowControllerConfig
 
isReturnToPage() - Method in class ForwardModel
 
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 StrutsApp
 
isReturnToPageDisabled() - Method in class PageFlowControllerConfig
 
isRunAtClient() - Method in class ScriptContainer
Return the runAtClient state of the container.
isRunAtClient() - Method in interface IScriptReporter
This method will indicate that the ScriptReporter is supporting runAtClient features
isScriptWritten() - Method in class ScriptContainer
 
isScriptWritten() - Method in interface IScriptReporter
This method indicates that the writeScript method has been called.
isSecureResource(String, HttpServletRequest) - Method in class DefaultServerAdapter
 
isSecureResource(String, ServletContext, HttpServletRequest) - Static method in class PageFlowUtils
Tell whether a web application resource requires a secure transport protocol.
isSecureResource(String, ServletContext) - Static method in class PageFlowUtils
Deprecated. Use PageFlowUtils.isSecureResource(String, ServletContext, HttpServletRequest) instead.
isSecureResource(String, HttpServletRequest) - Method in interface ServerAdapter
Tell whether a web application resource requires a secure transport protocol.
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 ActionModel
 
isSimpleAction() - Method in class PageFlowActionMapping
 
isSingleton() - Method in class FlowController
Tell whether this is a "singleton" page flow.
isSingleton(ModuleConfig) - Static method in class InternalUtils
Tell whether the given module is a singleton page flow.
isSingleton() - Method in class PageFlowController
Tell whether this is a "singleton" page flow.
isSingletonPageFlow() - Method in class PageFlowControllerConfig
 
isSortable() - Method in class ColumnModel
 
isSorted(String) - Method in class SortService
 
isStale() - Method in class GenStrutsApp
 
isStale(File) - Method in class GenStrutsApp
Tell whether the struts output file (jpf-struts-config-*.xml) is out of date, based on the file times of the source file and the (optional) struts-merge file.
isStale() - Method in class BouncyClassLoader
 
isTokenValid(HttpServletRequest) - 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
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 Logger
 
isTransient() - Method in class BackingClassMethodBinding
 
isUnknown() - Method in class ActionModel
 
isUseLocale() - Method in class Html
Gets whether the default locale's language should be used.
isUserInRole(String, HttpServletRequest) - Method in interface LoginHandler
Tell whether the current user is in a given role.
isUserInRole(String, HttpServletRequest) - Method in class DefaultLoginHandler
 
isVertical() - Method in class HtmlGroupBaseTag
Returns true if vertical layout is set.
isWarnEnabled() - Method in class Logger
 
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
IteratorFactory provides a way to create an Iterator for different kinds of objects.
IteratorFactory() - Constructor for class IteratorFactory
 
IteratorFactory.IteratorPlant - Class in org.apache.beehive.netui.util.iterator
 
IteratorFactory.IteratorPlant() - Constructor for class IteratorFactory.IteratorPlant
 
IteratorFactoryException - Exception in org.apache.beehive.netui.util.iterator
An exception that is thrown when the IteratorFactory can not create an iterator for the given type.
IteratorFactoryException() - Constructor for exception IteratorFactoryException
 
IteratorFactoryException(String) - Constructor for exception IteratorFactoryException
 
IteratorFactoryException(String, Throwable, Class) - Constructor for exception IteratorFactoryException
 
IteratorFactoryException(String, Class) - Constructor for exception IteratorFactoryException
 

J

JAVA_FILE_EXTENSION - Static variable in interface JpfLanguageConstants
 
JAVA_FILE_EXTENSION_DOT - Static variable in interface JpfLanguageConstants
 
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
 
JavaIdentifierType - Class in org.apache.beehive.netui.compiler.grammar
 
JavaIdentifierType(String, AnnotationGrammar) - Constructor for class JavaIdentifierType
 
JAVASCRIPT_STATUS - Static variable in class HtmlBaseTag
This is the name of a request scoped attribute that contains the status of what JavaScript processing has taken place.
JavaScriptUtils - Class in org.apache.beehive.netui.tags.html
Provides tag specific support for the HTML tags so they can create JavaScript.
JavaScriptUtils() - Constructor for class JavaScriptUtils
 
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
Holds jpf annotations to provide a Jpf prefix and local scoping of names.
Jpf.Action - Annotation Type in org.apache.beehive.netui.pageflow.annotations
was jpf:action
Jpf.ActionOutput - Annotation Type in org.apache.beehive.netui.pageflow.annotations
page input
Jpf.Catch - Annotation Type in org.apache.beehive.netui.pageflow.annotations
was jpf:catch
Jpf.CommandHandler - Annotation Type in org.apache.beehive.netui.pageflow.annotations
 
Jpf.ConditionalForward - Annotation Type in org.apache.beehive.netui.pageflow.annotations
 
Jpf.Controller - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Jpf.Controller; was jpf:controller
Jpf.ExceptionHandler - Annotation Type in org.apache.beehive.netui.pageflow.annotations
was jpf:exception-handler
Jpf.FacesBacking - Annotation Type in org.apache.beehive.netui.pageflow.annotations
 
Jpf.FormBean - Annotation Type in org.apache.beehive.netui.pageflow.annotations
 
Jpf.Forward - Annotation Type in org.apache.beehive.netui.pageflow.annotations
was jpf:forward
Jpf.MessageResource - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Was jpf:message-resources
Jpf.MultipartHandler - Enum in org.apache.beehive.netui.pageflow.annotations
 
Jpf.NavigateTo - Enum in org.apache.beehive.netui.pageflow.annotations
 
Jpf.PageFlowField - Annotation Type in org.apache.beehive.netui.pageflow.annotations
 
Jpf.RaiseAction - Annotation Type in org.apache.beehive.netui.pageflow.annotations
 
Jpf.SharedFlowField - Annotation Type in org.apache.beehive.netui.pageflow.annotations
 
Jpf.SimpleAction - Annotation Type in org.apache.beehive.netui.pageflow.annotations
 
Jpf.ValidatableBean - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation fields (and associated rules) associated with a bean type.
Jpf.ValidatableProperty - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rules associated with particular bean fields.
Jpf.ValidateCreditCard - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rule: CreditCard.
Jpf.ValidateCustom - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rule: Custom.
Jpf.ValidateCustomVariable - Annotation Type in org.apache.beehive.netui.pageflow.annotations
 
Jpf.ValidateDate - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rule: Date.
Jpf.ValidateEmail - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rule: Email.
Jpf.ValidateMask - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rule: Mask.
Jpf.ValidateMaxLength - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rule: MaxLength.
Jpf.ValidateMinLength - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rule: MinLength.
Jpf.ValidateRange - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rule: Range.
Jpf.ValidateRequired - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rule: Required.
Jpf.ValidateType - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rule: Byte.
Jpf.ValidateValidWhen - Annotation Type in org.apache.beehive.netui.pageflow.annotations
Validation rule: ValidWhen.
Jpf.ValidationLocaleRules - Annotation Type in org.apache.beehive.netui.pageflow.annotations
List of field validation rules.
Jpf.ViewProperties - Annotation Type in org.apache.beehive.netui.pageflow.annotations
was jpf:view-properties
JPF_BASE_CLASS - Static variable in interface JpfLanguageConstants
 
JPF_EXTENSION - Static variable in interface PageFlowConstants
The file extension for user-defined PageFlowController source files.
JPF_FILE_EXTENSION - Static variable in interface JpfLanguageConstants
 
JPF_FILE_EXTENSION_DOT - Static variable in interface JpfLanguageConstants
 
JPF_MODULE_CONFIG_EXTENSION - Static variable in interface PageFlowConstants
The file extensionfor Struts configuration files generated by the Page Flow compiler.
JPF_MODULE_CONFIG_GEN_DIR - Static variable in interface PageFlowConstants
The webapp-relative directory for Struts module configuration files generated by the page flow compiler.
JPF_MODULE_CONFIG_PREFIX - Static variable in interface PageFlowConstants
The filename prefix for Struts module configuration files generated by the page flow compiler.
JpfLanguageConstants - Interface in org.apache.beehive.netui.compiler
 
JpfLanguageConstants.ExtraInfoKeys - Enum in org.apache.beehive.netui.compiler
 
JSF_EXTENSION - Static variable in class InternalConstants
 
JSF_EXTENSION_DOT - Static variable in class InternalConstants
 
JSP_FILE_EXTENSION - Static variable in interface JpfLanguageConstants
 
JspTaglibSubTask - Class in org.apache.beehive.netui.tools.tld
Generates taglib.tld deployment descriptor for JSP taglibs.
JspTaglibSubTask() - Constructor for class JspTaglibSubTask
Describe what the JspTaglibSubTask constructor does
JspTaglibSubTask.ContextParam - Class in org.apache.beehive.netui.tools.tld
 
JspTaglibSubTask.ContextParam() - Constructor for class JspTaglibSubTask.ContextParam
 
JspTaglibSubTask.JspVersionTypes - Class in org.apache.beehive.netui.tools.tld
 
JspTaglibSubTask.JspVersionTypes() - Constructor for class JspTaglibSubTask.JspVersionTypes
 
JspTaglibSubTask.TagLib - Class in org.apache.beehive.netui.tools.tld
 
JspTaglibSubTask.TagLib() - Constructor for class JspTaglibSubTask.TagLib
 
JspUtil - Class in org.apache.beehive.netui.databinding.datagrid.util
 
jspversion - Variable in class JspTaglibSubTask
 

K

KEY - Static variable in class BundleContext
The attribute name under which a BundleContext object will be stored in a PageContext attribute map during the rendering of the page.
KEY_ATTR - Static variable in interface JpfLanguageConstants
 
keySet() - Method in class DynaFormData
 
keySet() - Method in class AbstractAttributeMap
 
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_ATTR - Static variable in interface JpfLanguageConstants
 
largeicon - Variable in class JspTaglibSubTask
 
LBRACKET - Static variable in interface NetUIELParserConstants
 
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
 
LiteralColumn - Class in org.apache.beehive.netui.tags.databinding.datagrid
 
LiteralColumn() - Constructor for class LiteralColumn
 
LiteralColumnModel - Class in org.apache.beehive.netui.databinding.datagrid.model.impl
 
LiteralColumnModel() - Constructor for class LiteralColumnModel
 
LiteralTerm - Class in org.apache.beehive.netui.script.el
 
LiteralTerm(String) - Constructor for class LiteralTerm
 
load(InputStream) - Method in class UrlTemplateDescriptor
Loads the deployment descriptor and creates an instance of UrlTemplateDescriptor.
load(ServletContext) - Method in class UrlTemplateDescriptor
 
loadActionForm(JspContext, Object) - Static method in class ImplicitObjectUtil
 
loadBundleMap(ServletRequest, BundleMap) - Static method in class ImplicitObjectUtil
 
loadCachedClass(String, HttpServletRequest) - Method in interface ReloadableClassHandler
 
loadCachedClass(String, HttpServletRequest) - Method in class DefaultReloadableClassHandler
 
loadClass(String, HttpServletRequest) - Method in interface ReloadableClassHandler
 
loadClass(String, HttpServletRequest) - Method in class DefaultReloadableClassHandler
 
loadClass(String) - Method in class BouncyClassLoader
 
loadNextColumn() - Method in class Columns
 
loadPageFlow(ServletRequest, PageFlowController, FacesBackingBean) - Static method in class ImplicitObjectUtil
 
loadSharedFlow(ServletRequest, SharedFlowController) - Static method in class ImplicitObjectUtil
 
locale - Variable in class BundleContext.BundleNode
 
LOCALE_RULES_ATTR - Static variable in interface JpfLanguageConstants
 
LocaleRulesGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
LocaleRulesGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker) - Constructor for class LocaleRulesGrammar
 
LocaleSet - Class in org.apache.beehive.netui.compiler.model.validation
 
LocaleSet() - Constructor for class LocaleSet
 
LocaleSet(Locale) - Constructor for class LocaleSet
 
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 StructuredBaseTag
Reset all of the fields of this tag.
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
 
localRelease() - Method in class MessageArg
 
localRelease() - Method in class DeclarePageInput
Reset all of the fields of this tag.
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 RepeaterFooter
 
localRelease() - Method in class RepeaterHeader
 
localRelease() - Method in class RepeaterItem
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 DataSourceTag
Release any acquired resources.
localRelease() - Method in class Anchor
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 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 RewriteName
Release any acquired resources.
localRelease() - Method in class RewriteURL
Release any acquired resources.
localRelease() - Method in class ScriptContainer
Release any acquired resources.
localRelease() - Method in class ScriptHeader
 
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 Attribute
Resets all of the fields of the tag.
localRelease() - Method in class DivPanel
 
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.
Logger - Class in org.apache.beehive.netui.util.logging
 
Logger(Class) - Constructor for class Logger
 
Logger(String) - Constructor for class Logger
 
login(String, String) - Method in class FlowController
Log in the user, using "weak" username/password authentication.
login(String, String, HttpServletRequest, HttpServletResponse) - Method in interface LoginHandler
Log in the given user.
login(String, String, HttpServletRequest, HttpServletResponse) - Method in class DefaultLoginHandler
 
login(String, String, HttpServletRequest, HttpServletResponse) - Method in class DefaultServerAdapter
 
login(String, String, HttpServletRequest, HttpServletResponse) - Method in interface ServerAdapter
Log in the user, using "weak" username/password authentication.
LOGIN_HANDLER_PARAM - Static variable in interface PageFlowConstants
Servlet context-param that configures a LoginHandler-derived class to instantiate to handle user logins.
LOGIN_REQUIRED_ATTR - Static variable in interface JpfLanguageConstants
 
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) - Constructor for exception LoginExpiredException
 
LoginExpiredException(String, FlowController) - Constructor for exception LoginExpiredException
 
LoginHandler - Interface in org.apache.beehive.netui.pageflow.handler
Handler for login/logout/roles/
logout(boolean) - Method in class FlowController
Log out the current user.
logout(boolean, HttpServletRequest, HttpServletResponse) - Method in interface LoginHandler
Log out the current user.
logout(boolean, HttpServletRequest, HttpServletResponse) - Method in class DefaultLoginHandler
 
logout(boolean, HttpServletRequest, HttpServletResponse) - Method in class DefaultServerAdapter
 
logout(boolean, HttpServletRequest, HttpServletResponse) - Method in interface ServerAdapter
Log out the current user.
LONGDESC - Static variable in interface HtmlConstants
The name of the longdesc attribute.
lookingAhead - Variable in class NetUIELParser
 
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.
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.
lookupMethod(Class, String, Class[]) - Static method in class InternalUtils
Get a Method in a Class.

M

main(String[]) - Static method in class NetUIELParser
 
makeFullyQualifiedBeanName(String) - Static method in class StrutsApp
 
makeIterator(Object) - Static method in class IteratorFactory
Deprecated.  
MapIterator - Class in org.apache.beehive.netui.util.iterator
MapIterator provides an Iterator over map values.
MapIterator(Map) - Constructor for class MapIterator
 
MapKey() - Method in class NetUIELParser
 
MapKeyToken - Class in org.apache.beehive.netui.script.el.tokens
 
MapKeyToken(String) - Constructor for class MapKeyToken
 
mapLookup(Map, Object) - Method in class ExpressionToken
 
mapUpdate(Map, Object, Object) - Method in class ExpressionToken
 
MAX_FLOAT_ATTR - Static variable in interface JpfLanguageConstants
 
MAX_INT_ATTR - Static variable in interface JpfLanguageConstants
 
MAXLENGTH - Static variable in interface HtmlConstants
The name of the maxlength attribute.
maxlength - Variable in class InputTextTag.State
 
maxNextCharInd - Variable in class SimpleCharStream
 
MemberFieldType - Class in org.apache.beehive.netui.compiler.grammar
 
MemberFieldType(String, String, AnnotationGrammar) - Constructor for class MemberFieldType
 
MemberMethodType - Class in org.apache.beehive.netui.compiler.grammar
 
MemberMethodType(String, String, String, AnnotationGrammar) - Constructor for class MemberMethodType
 
Message - Class in org.apache.beehive.netui.tags.databinding.message
Tag handler class for the <netui-data:message> tag.
Message() - Constructor for class Message
 
message - Variable in class TagErrorInfo
The attribute of the tag that contained the expression
MESSAGE_ARG_KEY - Static variable in class Message
 
MESSAGE_ATTR - Static variable in interface JpfLanguageConstants
 
MESSAGE_IS_EXPRESSION_PREFIX - Static variable in class 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 class InternalConstants
 
MESSAGE_KEY_ATTR - Static variable in interface JpfLanguageConstants
 
MESSAGE_RESOURCE_TAG_NAME - Static variable in interface JpfLanguageConstants
 
MESSAGE_RESOURCES_ATTR - Static variable in interface JpfLanguageConstants
 
MessageArg - Class in org.apache.beehive.netui.tags.databinding.message
Tag handler class for the <netui-data:messageArg> tag.
MessageArg() - Constructor for class MessageArg
 
MessageKeyType - Class in org.apache.beehive.netui.compiler.grammar
 
MessageKeyType(String, AnnotationGrammar) - Constructor for class MessageKeyType
 
MessageResourcesGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
MessageResourcesGrammar(AnnotationProcessorEnvironment, Diagnostics, String, RuntimeVersionChecker, FlowControllerInfo) - Constructor for class MessageResourcesGrammar
 
MessageResourcesModel - Class in org.apache.beehive.netui.compiler.model
 
MessageResourcesModel(StrutsApp) - Constructor for class MessageResourcesModel
 
METHOD - Static variable in interface HtmlConstants
The name of the method attribute.
method - Variable in class FormTag.State
 
METHOD_ATTR - Static variable in interface JpfLanguageConstants
 
MethodCache - Class in org.apache.beehive.netui.util.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
 
MIN_FLOAT_ATTR - Static variable in interface JpfLanguageConstants
 
MIN_INT_ATTR - Static variable in interface JpfLanguageConstants
 
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.  
MODE_PARAM - Static variable in class TemplateHelper
Window mode query parameter (reserved).
MODULE_CONFIG_LOCATOR_CLASS_ATTR - Static variable in class AutoRegisterActionServlet
 
MULTIPART_HANDLER_ATTR - Static variable in interface JpfLanguageConstants
 
MULTIPART_HANDLER_DISABLED_STR - Static variable in interface JpfLanguageConstants
 
MULTIPART_HANDLER_DISK_CLASSNAME - Static variable in interface JpfLanguageConstants
 
MULTIPART_HANDLER_DISK_STR - Static variable in interface JpfLanguageConstants
 
MULTIPART_HANDLER_MEMORY_CLASSNAME - Static variable in interface JpfLanguageConstants
 
MULTIPART_HANDLER_MEMORY_STR - Static variable in interface JpfLanguageConstants
 
multiple - Variable in class SelectTag.State
 
mustBeInPageFlowDir() - Method in class ValidXmlFileType
 
mustBeInPageFlowDir() - Method in class WebappPathType
Tell whether the file must be in the page flow directory.

N

NAME - Static variable in interface HtmlConstants
The name of the name attribute.
name - Variable in class AnchorTag.State
 
name - Variable in class FormTag.State
 
name - Variable in class InputBooleanTag.State
 
name - Variable in class InputFileTag.State
 
name - Variable in class InputHiddenTag.State
 
name - Variable in class InputSubmitTag.State
 
name - Variable in class InputTextTag.State
 
name - Variable in class SelectTag.State
 
name - Variable in class TextAreaTag.State
 
NAME_ATTR - Static variable in interface JpfLanguageConstants
 
NameInterceptor - 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.
NAVIGATE_TO_ATTR - Static variable in interface JpfLanguageConstants
 
NAVIGATE_TO_CURRENT_PAGE_STR - Static variable in interface JpfLanguageConstants
 
NAVIGATE_TO_ENUM - Static variable in interface JpfLanguageConstants
 
NAVIGATE_TO_PAGE_LEGACY_STR - Static variable in interface JpfLanguageConstants
 
NAVIGATE_TO_PREVIOUS_ACTION_STR - Static variable in interface JpfLanguageConstants
 
NAVIGATE_TO_PREVIOUS_PAGE_STR - Static variable in interface JpfLanguageConstants
 
NBSP(StringBuilder) - Method in class ConstantRendering
 
needsSecure(ServletRequest, ServletContext, String, boolean) - Static method in class URLRewriterService
Tell whether a given URI should be written to be secure.
NESTED_ATTR - Static variable in interface JpfLanguageConstants
 
NESTING_OVERFLOW_COUNT_PARAM - Static variable in interface PageFlowConstants
Servlet context-param that configures the maximum size of the page flow nesting stack.
NETUI_PACKAGE - Static variable in interface JpfLanguageConstants
 
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.
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(Object, JspTag, PageContext) - Constructor for class NetUIReadVariableResolver
 
NetUITldTagsHandler - Class in org.apache.beehive.netui.tools
 
NetUITldTagsHandler() - Constructor for class NetUITldTagsHandler
 
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
 
newInstance(String, HttpServletRequest) - Method in interface ReloadableClassHandler
 
newInstance(String, HttpServletRequest) - Method in class DefaultReloadableClassHandler
 
newInstance(String) - Method in class StrutsLogFactory
 
newReloadableInstance(String, HttpServletRequest, ServletContext) - Static method in class InternalUtils
 
newToken(int) - Static method in class Token
Returns a new Token object, by default.
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 EmptyIterator
 
next() - Method in class EnumerationIterator
 
next() - Method in class MapIterator
 
next() - Method in class ResultSetIterator
 
nextDataItem() - Method in class DataGridModel
 
NO_RENDER_STATE - Static variable in class ColumnModel
 
NoCurrentPageFlowException - Exception in org.apache.beehive.netui.pageflow
Action that occurs when the user invokes an action that is qualified with either a @jpf:forward return-to="previousAction" or return-to="previousPage", but there is no current page flow.
NoCurrentPageFlowException(String, Forward) - Constructor for exception NoCurrentPageFlowException
 
noDataRender() - Method in class AbstractPagerRenderer
 
NoMatchingActionMethodException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the current action method does not accept the type of form 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 interface ISort
 
NoPreviousActionException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the user attempts to execute an action marked with the @jpf:forward return-to="previousAction" annotation, but there is no previously-run action.
NoPreviousActionException(String, Forward, FlowController) - Constructor for exception NoPreviousActionException
 
NoPreviousPageException - Exception in org.apache.beehive.netui.pageflow
Exception that occurs when the user attempts to execute an action marked with the @jpf:forward return-to="previousPage" annotation, but there is no previous 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 interface IFilter
 
NotLoggedInException - Exception in org.apache.beehive.netui.pageflow
Exception thrown when: An action method marked with @jpf:action login-required="true" is hit when there is no logged-in user, or An action method marked with @jpf:action roles-allowed="roles" is hit when there is no logged-in user.
NotLoggedInException(String) - Constructor for exception NotLoggedInException
 
NotLoggedInException(String, FlowController) - Constructor for exception NotLoggedInException
 
NoWebInfDirectoryException - Exception in org.apache.beehive.netui.compiler.model
Thrown if no WEB-INF directory can be found on a web app file's URI.
NoWebInfDirectoryException() - Constructor for exception NoWebInfDirectoryException
 
NoWebInfDirectoryException(String) - Constructor for exception NoWebInfDirectoryException
 
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.
NULLABLE_ATTR - Static variable in interface JpfLanguageConstants
 

O

OBJECT_CLASS_NAME - Static variable in interface JpfLanguageConstants
 
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.
onBeginCheck(AnnotationMirror, AnnotationMirror[], MemberDeclaration) - Method in class AnnotationGrammar
 
onBeginCheck(AnnotationMirror, AnnotationMirror[], MemberDeclaration) - Method in class BaseValidationRuleGrammar
 
onBeginCheck(AnnotationMirror, AnnotationMirror[], MemberDeclaration) - Method in class ExceptionHandlerGrammar
 
onBeginCheck(AnnotationMirror, AnnotationMirror[], MemberDeclaration) - Method in class SimpleActionGrammar
 
onBeginCheck(AnnotationMirror, AnnotationMirror[], MemberDeclaration) - Method in class ValidatablePropertyGrammar
 
ONBLUR - Static variable in interface HtmlConstants
The name of the onblur attribute.
ONCHANGE - Static variable in interface HtmlConstants
The name of the onchange attribute.
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class AnnotationMemberType
 
onCheck(ClassDeclaration) - Method in class BaseChecker
 
onCheck(ClassDeclaration) - Method in class FacesBackingChecker
 
onCheck(ClassDeclaration) - Method in class FlowControllerChecker
 
onCheck(ClassDeclaration) - Method in class FormBeanChecker
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class AbsolutePathType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class DelegatingType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class EnumType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class ExternalPathOrActionType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class ForwardToExternalPathType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class JavaIdentifierType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class MemberFieldType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class MemberMethodType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class MessageKeyType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class RolesAllowedType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class TypeNameType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class UniqueValueType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class WebappPathOrActionType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class WebappPathType
 
onCheck(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror[], MemberDeclaration) - Method in class WritableFieldType
 
onCheckMember(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror, AnnotationMirror[], MemberDeclaration) - Method in class AnnotationGrammar
 
onCheckMember(AnnotationTypeElementDeclaration, AnnotationValue, AnnotationMirror, AnnotationMirror[], MemberDeclaration) - Method in class ForwardGrammar
 
ONCLICK - Static variable in interface HtmlConstants
The name of the onclick attribute.
onClick - Variable in class AnchorTag.State
 
onCreate() - Method in class FlowController
Callback that is invoked when this controller instance is created.
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(javax.servlet.http.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.
onEndCheck(AnnotationMirror, AnnotationMirror[], MemberDeclaration, Map) - Method in class AnnotationGrammar
 
onEndCheck(AnnotationMirror, AnnotationMirror[], MemberDeclaration, Map) - Method in class CatchGrammar
 
onEndCheck(AnnotationMirror, AnnotationMirror[], MemberDeclaration, Map) - Method in class MessageResourcesGrammar
 
onExpand() - 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.
onmouseout - Variable in class ImageTag.State
 
ONMOUSEOVER - Static variable in interface HtmlConstants
The name of the onmouseover attribute.
onmouseover - Variable in class ImageTag.State
 
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 JSP in the page flow is re-rendered.
ONRESET - Static variable in interface HtmlConstants
The name of the onreset attribute.
ONSELECT - Static variable in interface HtmlConstants
The name of the onselect attribute.
onSelect() - 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(StringBuffer) - Method in class DataGridModel
 
openCaption(StringBuffer) - Method in class TableRenderer
 
openDataCell(StringBuffer) - Method in class ColumnModel
 
openDataRow(StringBuffer) - Method in class DataGridModel
 
openFooterRow(StringBuffer) - Method in class DataGridModel
 
openFooterRow(StringBuffer) - Method in class TableRenderer
 
openHeaderCell(StringBuffer) - Method in class ColumnModel
 
openHeaderCell(StringBuffer, int[]) - Method in class TableRenderer
 
openHeaderRow(StringBuffer) - Method in class DataGridModel
 
openHeaderRow(StringBuffer) - Method in class TableRenderer
 
openTable(StringBuffer) - Method in class DataGridModel
 
openTable(StringBuffer) - Method in class TableRenderer
 
openTableCell(StringBuffer) - Method in class TableRenderer
 
openTableRow(StringBuffer, int) - 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.compiler - package org.apache.beehive.netui.compiler
 
org.apache.beehive.netui.compiler.apt - package org.apache.beehive.netui.compiler.apt
 
org.apache.beehive.netui.compiler.genmodel - package org.apache.beehive.netui.compiler.genmodel
 
org.apache.beehive.netui.compiler.grammar - package org.apache.beehive.netui.compiler.grammar
 
org.apache.beehive.netui.compiler.model - package org.apache.beehive.netui.compiler.model
 
org.apache.beehive.netui.compiler.model.validation - package org.apache.beehive.netui.compiler.model.validation
 
org.apache.beehive.netui.databinding.datagrid.model - package org.apache.beehive.netui.databinding.datagrid.model
 
org.apache.beehive.netui.databinding.datagrid.model.impl - package org.apache.beehive.netui.databinding.datagrid.model.impl
 
org.apache.beehive.netui.databinding.datagrid.rendering - package org.apache.beehive.netui.databinding.datagrid.rendering
 
org.apache.beehive.netui.databinding.datagrid.rendering.impl - package org.apache.beehive.netui.databinding.datagrid.rendering.impl
 
org.apache.beehive.netui.databinding.datagrid.services - package org.apache.beehive.netui.databinding.datagrid.services
 
org.apache.beehive.netui.databinding.datagrid.util - package org.apache.beehive.netui.databinding.datagrid.util
 
org.apache.beehive.netui.databinding.script.el - package org.apache.beehive.netui.databinding.script.el
 
org.apache.beehive.netui.pageflow - package org.apache.beehive.netui.pageflow
 
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.internal - package org.apache.beehive.netui.pageflow.internal
 
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.util - package org.apache.beehive.netui.pageflow.util
 
org.apache.beehive.netui.pageflow.validation - package org.apache.beehive.netui.pageflow.validation
 
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.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.base - package org.apache.beehive.netui.tags.databinding.base
 
org.apache.beehive.netui.tags.databinding.base.style - package org.apache.beehive.netui.tags.databinding.base.style
 
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.cellrepeater.style - package org.apache.beehive.netui.tags.databinding.cellrepeater.style
 
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.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.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.tools - package org.apache.beehive.netui.tools
 
org.apache.beehive.netui.tools.tld - package org.apache.beehive.netui.tools.tld
 
org.apache.beehive.netui.tools.tldx - package org.apache.beehive.netui.tools.tldx
 
org.apache.beehive.netui.util - package org.apache.beehive.netui.util
 
org.apache.beehive.netui.util.cache - package org.apache.beehive.netui.util.cache
 
org.apache.beehive.netui.util.classloader - package org.apache.beehive.netui.util.classloader
 
org.apache.beehive.netui.util.config - package org.apache.beehive.netui.util.config
 
org.apache.beehive.netui.util.exception - package org.apache.beehive.netui.util.exception
 
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.tags - package org.apache.beehive.netui.util.tags
 
org.apache.beehive.netui.util.type - package org.apache.beehive.netui.util.type
 
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.
OUTPUT_FORM_BEAN_ATTR - Static variable in interface JpfLanguageConstants
 
OUTPUT_FORM_BEAN_TYPE_ATTR - Static variable in interface JpfLanguageConstants
 

P

Pad - Class in org.apache.beehive.netui.tags.databinding.repeater.pad
A tag that affects the number of items that are rendered in a Repeater.
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
 
PAGE_LABEL_PARAM - Static variable in class TemplateHelper
Page label query parameter (reserved).
PageContextAttributeMap - Class in org.apache.beehive.netui.script.el.util
 
PageContextAttributeMap(PageContext) - Constructor for class PageContextAttributeMap
 
PagedDataSet - Class in org.apache.beehive.netui.databinding.datagrid.util
 
PagedDataSet(String, Iterator) - Constructor for class PagedDataSet
 
PAGEFLOW_CONTROLLER_CONFIG_CLASSNAME - Static variable in class StrutsApp
 
PAGEFLOW_INTERNAL_PACKAGE - Static variable in interface JpfLanguageConstants
 
PAGEFLOW_PACKAGE - Static variable in interface JpfLanguageConstants
 
PAGEFLOW_REQUESTPROCESSOR_CLASSNAME - Static variable in class StrutsApp
 
PAGEFLOW_RUNTIME_JAR - Static variable in interface JpfLanguageConstants
 
PageFlowActionFormBean - Class in org.apache.beehive.netui.pageflow.config
Class to handle our extensions to the Struts tag.
PageFlowActionFormBean() - Constructor for class PageFlowActionFormBean
 
PageFlowActionForward - Class in org.apache.beehive.netui.pageflow.config
Bean class to handle our extensions to the Struts tag.
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
 
PageFlowActionMapping - Class in org.apache.beehive.netui.pageflow.config
Bean class to handle our extensions to the Struts <action> tag.
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/.pageflow-struts-generated/jpf-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/jpf-struts-config-<module>".
PageFlowActionServlet.LegacyModuleConfigLocator() - Constructor for class PageFlowActionServlet.LegacyModuleConfigLocator
 
PageFlowAnnotationProcessor - Class in org.apache.beehive.netui.compiler.apt
 
PageFlowAnnotationProcessor(AnnotationProcessorEnvironment) - Constructor for class PageFlowAnnotationProcessor
 
PageFlowAnnotationProcessorFactory - Class in org.apache.beehive.netui.compiler.apt
 
PageFlowAnnotationProcessorFactory() - Constructor for class PageFlowAnnotationProcessorFactory
 
PageFlowApplication - Class in org.apache.beehive.netui.pageflow.faces.internal
 
PageFlowApplication(Application) - Constructor for class PageFlowApplication
 
PageFlowApplicationFactory - Class in org.apache.beehive.netui.pageflow.faces
 
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
 
PageFlowChecker - Class in org.apache.beehive.netui.compiler
 
PageFlowChecker(AnnotationProcessorEnvironment, Diagnostics, FlowControllerInfo) - Constructor for class PageFlowChecker
 
PageFlowConstants - Interface in org.apache.beehive.netui.pageflow
Constants related to Page Flows.
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 user-defined state and controller logic associated with a particular web application directory.
PageFlowController() - Constructor for class PageFlowController
Default constructor.
PageFlowControllerConfig - Class in org.apache.beehive.netui.pageflow.config
 
PageFlowControllerConfig() - Constructor for class PageFlowControllerConfig
 
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
Customization of the standard Struts class that corrresponds to .
PageFlowExceptionConfig() - Constructor for class PageFlowExceptionConfig
 
PageFlowFacesFilter - Class in org.apache.beehive.netui.pageflow
Servlet Filter for JavaServerFaces requests.
PageFlowFacesFilter() - Constructor for class PageFlowFacesFilter
 
PageFlowFileFilter - Class in org.apache.beehive.netui.pageflow
Deprecated.  
PageFlowFileFilter() - Constructor for class PageFlowFileFilter
Deprecated.  
PageFlowGenerator - Class in org.apache.beehive.netui.compiler
 
PageFlowGenerator(AnnotationProcessorEnvironment, FlowControllerInfo) - Constructor for class PageFlowGenerator
 
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
 
PageFlowManagedObject() - Constructor for class PageFlowManagedObject
 
PageFlowManagedObjectException - Exception in org.apache.beehive.netui.pageflow
Base class for PageFlow-related Exceptions.
PageFlowManagedObjectException(PageFlowManagedObject) - Constructor for exception PageFlowManagedObjectException
 
PageFlowManagedObjectException(PageFlowManagedObject, Throwable) - Constructor for exception PageFlowManagedObjectException
 
PageFlowNavigationHandler - Class in org.apache.beehive.netui.pageflow.faces.internal
 
PageFlowNavigationHandler(NavigationHandler) - Constructor for class PageFlowNavigationHandler
 
PageFlowPageFilter - Class in org.apache.beehive.netui.pageflow
Base class for Servlet Filters that run before 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
 
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, ActionInterceptor, InterceptorForward) - Constructor for class PageFlowStack.PushedPageFlow
 
PageflowTagUtils - Class in org.apache.beehive.netui.pageflow.util
 
PageflowTagUtils() - Constructor for class PageflowTagUtils
 
PageFlowUtils - Class in org.apache.beehive.netui.pageflow
Utility methods related to Page Flow.
PageFlowUtils() - Constructor for class PageFlowUtils
 
PagerModel - Class in org.apache.beehive.netui.databinding.datagrid.model
todo: need to throw IllegalStateExceptions when pager model getters are called before the PagerModel is intiailized
PagerModel(DataGridModel) - Constructor for class PagerModel
 
PagerService - Class in org.apache.beehive.netui.databinding.datagrid.services
 
PagerService(ServletRequest, String) - Constructor for class PagerService
 
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
 
ParamHelper() - Constructor for class ParamHelper
 
params - Variable in class TemplateHelper
Query parameters
paramValue - Variable in class AbstractCallMethod.ParamNode
The value of the parameter.
paramValue(Properties) - Method in class NetUITldTagsHandler
 
parse(String, String) - Static method in class DefaultFilter
 
parse() - Method in class NetUIELParser
 
parse(String) - Static method in class ParseUtils
 
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
 
ParseUtils - Class in org.apache.beehive.netui.script.el.util
 
PATH_ATTR - Static variable in interface JpfLanguageConstants
 
PATTERN_ATTR - Static variable in interface JpfLanguageConstants
 
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
 
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.
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
 
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.
POSTBACK_PARAM - Static variable in class TemplateHelper
Postback request query parameter (reserved).
PrefixNameInterceptor - Class in org.apache.beehive.netui.tags.naming
A NameInterceptor 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
 
prepare() - Method in class StructuredBaseTag
 
prepare() - Method in class RepeaterComponent
Prepare data that is provided to subclasses of this tag.
prepareActionUrl(PageContext, String) - Static method in class PageflowTagUtils
 
prepareResourceUrl(PageContext, String) - Static method in class PageflowTagUtils
 
prevCharIsCR - Variable in class SimpleCharStream
 
prevCharIsLF - Variable in class SimpleCharStream
 
preventCache(HttpServletResponse) - Static method in class PageFlowUtils
Deprecated. Use ServletUtils.preventCache(javax.servlet.http.HttpServletResponse) instead.
preventCache(HttpServletResponse) - 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 return-to="previousAction" on @jpf:forward.
PreviousActionInfo(ActionForm, String, String) - Constructor for class PreviousActionInfo
Constructor which accepts an ActionForm and action URI.
PreviousNextPagerRenderer - Class in org.apache.beehive.netui.databinding.datagrid.rendering.impl
 
PreviousNextPagerRenderer(DataGridModel, PagerModel) - 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) - 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.
printCompileErrors(PrintWriter) - Method in class ActionResultImpl
 
printError(PrintWriter) - Method in exception PageFlowManagedObjectException
Print a formatted message.
printStack(String, Throwable) - Static method in class ParseUtils
 
process() - Method in class BaseAnnotationProcessor
 
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 PageFlowRequestProcessor
 
process(HttpServletRequest, String, ProcessPopulate.ExpressionUpdateNode) - Method in interface RequestParameterHandler
 
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class PageFlowRequestProcessor
 
processActionForm(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class PageFlowRequestProcessor
 
processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Method in class PageFlowRequestProcessor
 
processException(HttpServletRequest, HttpServletResponse, Exception, ActionForm, ActionMapping) - Method in class PageFlowRequestProcessor
 
processForward(HttpServletRequest, HttpServletResponse, 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".
processInclude(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class PageFlowRequestProcessor
 
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 for all responses.
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
 
processTreeRequest(String, TreeElement, HttpServletRequest) - Static method in class TreeHelpers
If this tree was selected or expanded this will handle that processing.
processUnresolvedAction(String, String, HttpServletRequest, HttpServletResponse, Object) - Method in class PageFlowRequestProcessor
 
processValidate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class PageFlowRequestProcessor
 
PROPERTY_NAME_ATTR - Static variable in interface JpfLanguageConstants
 
PropertyCache - Class in org.apache.beehive.netui.util.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
 
put(Object, Object) - Method in class DynaFormData
 
put(Object, Object) - Method in class AbstractAttributeMap
 
put(String, String, Object) - Method in class ClassLevelCache
 
putAll(Map) - Method in class DynaFormData
 
putAll(Map) - Method in class AbstractAttributeMap
 
putValue(String, Object) - Method in class ScopedSession
 
putValue(Object, Object) - Method in class AbstractAttributeMap
 
putValue(Object, Object) - Method in class ApplicationAttributeMap
 
putValue(Object, Object) - Method in class PageContextAttributeMap
 
putValue(Object, Object) - Method in class RequestAttributeMap
 
putValue(Object, Object) - Method in class RequestParameterMap
 
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.
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.
qualifyUrlToContext(String) - Method in class HtmlBaseTag
This method will take any absolute URL that doesn't contain the scheme part and append the context path.

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_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
 
RAISE_ACTION_TAG_NAME - Static variable in interface JpfLanguageConstants
 
RAISE_ACTIONS_ATTR - Static variable in interface JpfLanguageConstants
 
RaiseActionGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
RaiseActionGrammar(AnnotationProcessorEnvironment, Diagnostics, String, RuntimeVersionChecker, ClassDeclaration) - Constructor for class RaiseActionGrammar
 
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
 
READONLY_ATTR - Static variable in interface JpfLanguageConstants
 
recalculateStrutsConfigFile() - Method in class GenStrutsApp
 
redirect(String, HttpServletRequest, HttpServletResponse) - Method in interface ForwardRedirectHandler
 
redirect(String, HttpServletRequest, HttpServletResponse) - Method in class DefaultForwardRedirectHandler
 
REDIRECT_ATTR - Static variable in interface JpfLanguageConstants
 
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
 
REGEX_ATTR - Static variable in interface JpfLanguageConstants
 
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
 
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.
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
 
registerURLRewriter(ServletRequest, URLRewriter) - Static method in class URLRewriterService
Register a URLRewriter in the request.
rehydrateRequest(HttpServletRequest) - Method in class InterceptorForward
 
reinit(ServletContext) - Method in interface Handler
Reinitialize, normally used to reconsitute transient data that was lost during serialization.
reinit(HttpServletRequest) - Method in interface ReloadableClassHandler
 
reinit(ServletContext) - Method in class DefaultHandler
 
reinit(HttpServletRequest) - Method in class DefaultReloadableClassHandler
 
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(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class FlowController
 
reinitialize(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class PageFlowManagedObject
Initialize transient data that may have been lost during session failover.
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.
release() - Method in class StrutsLogFactory
 
releaseService(BeanContextServices, Object, Object) - Method in class PageFlowServiceProvider
 
ReloadableClassHandler - Interface in org.apache.beehive.netui.pageflow.handler
Handler for loading and reloading classes.
remove() - Method in class PagedDataSet
 
remove(Object) - Method in class DynaFormData
 
remove(Object) - Method in class AbstractAttributeMap
 
remove() - Method in class ArrayIterator
 
remove() - Method in class AtomicObjectIterator
 
remove() - Method in class EmptyIterator
 
remove() - Method in class EnumerationIterator
 
remove() - Method in class MapIterator
 
remove() - Method in class ResultSetIterator
 
removeAllAttributes() - Method in class AttributeContainer
 
removeAllFilters() - Method in class FilterService
 
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.
removeAttribute(String) - Method in class StrutsLogFactory
 
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.
removeDataAccessProvider(JspContext) - Static method in class DataAccessProviderStack
 
removeFileExtension(String) - Static method in class CompilerUtils
 
removeFilters(String) - Method in class FilterService
 
removeFilters(IFilter[]) - Method in class FilterService
 
removeImplicitObject(String) - Method in class ImplicitObjectBean
 
removeParameter(String) - Method in class TemplateHelper
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).
removeSort(String) - Method in class SortService
 
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 AbstractPagerRenderer
 
render() - Method in interface IPagerRenderer
 
render(StringBuilder, HttpServletRequest, HttpServletResponse, TreeElement, int, AttributeRenderer, InheritableState) - Method in class Tree
This is a recursive method which generates the markup for the tree.
RENDER_TEMPLATE - Static variable in class UrlTemplateDescriptor
 
renderAdditionalAttributes(StringBuilder, HtmlTag.State) - Method in class HtmlTag
 
renderAlternatingCellStyle() - Method in class CellRepeaterStyleBean
 
renderAttribute(StringBuilder, String, String) - Method in class AbstractClassicTag
This method will write append an attribute value to a StringBuilder.
renderAttribute(StringBuilder, String, String) - Method in class TagRenderingBase
This method will append an attribute value to a StringBuffer.
renderAttributes(int, StringBuilder, AbstractAttributeState, boolean) - Method in class TagHtmlBase
Render all of the attributes defined in a map and return the string value.
renderAttributes(int, StringBuilder, AbstractAttributeState, boolean) - Method in class TagRenderingBase
Render all of the attributes defined in a map and return the string value.
renderAttributes(int, StringBuilder, AbstractAttributeState) - Method in class TagRenderingBase
 
renderAttributeSingleQuotes(StringBuilder, String, String) - Method in class TagRenderingBase
 
renderCellStyle() - Method in class CellRepeaterStyleBean
 
renderChecked(StringBuilder, boolean) - Method in class InputBooleanTag
 
renderDataCell(StringBuffer) - Method in class ColumnModel
 
renderDataCell(StringBuffer) - Method in class AnchorColumnModel
 
renderDataCell(StringBuffer) - Method in class ImageColumnModel
 
renderDataCell(StringBuffer) - Method in class LiteralColumnModel
 
renderDisabled(StringBuilder, boolean) - Method in class InputBooleanTag
 
renderDisabled(StringBuilder, boolean) - Method in class InputImageTag
 
renderDisabled(StringBuilder, boolean) - Method in class InputSubmitTag
 
renderDisabled(StringBuilder, boolean) - Method in class InputTextTag
 
renderDisabled(StringBuilder, boolean) - Method in class OptionTag
 
renderDisabled(StringBuilder, boolean) - Method in class SelectTag
 
renderDisabled(StringBuilder, boolean) - Method in class TextAreaTag
 
renderDocType(StringBuilder) - Method in class HtmlTag
 
renderEmptyCell(StringBuffer) - Method in class ColumnModel
 
renderEndTag(int) - Method in class StructuredBaseTag
 
renderEndTag(int) - Method in class Pad
Complete rendering the body of this tag.
renderEndTag(int) - Method in class RepeaterComponent
Default implementation of StructuredBaseTag.renderEndTag(int).
renderEndTag(StringBuilder, String) - Method in class TagRenderingBase
 
renderGeneral(HashMap, StringBuilder, boolean) - Method in class TagRenderingBase
This method will render all of the general attributes.
renderHeader(StringBuffer) - Method in class ColumnModel
 
renderMultiple(StringBuilder, boolean) - Method in class SelectTag
 
renderPager(StringBuffer) - Method in class DataGridModel
 
RenderPager - Class in org.apache.beehive.netui.tags.databinding.datagrid
 
RenderPager() - Constructor for class RenderPager
 
renderReadOnly(StringBuilder, boolean) - Method in class InputFileTag
 
renderReadonly(StringBuilder, boolean) - Method in class InputTextTag
 
renderReadonly(StringBuilder, boolean) - Method in class TextAreaTag
 
renderRowStyle() - Method in class AbstractStyleBean
A method that will render the style class into the StringBuilder.
renderSelected(StringBuilder, boolean) - Method in class OptionTag
 
renderStartTag(int) - Method in class StructuredBaseTag
 
renderStartTag(int) - Method in class Pad
Render the body of this tag and buffer the output.
renderStartTag(int) - Method in class RepeaterFooter
Render the start of this tag.
renderStartTag(int) - Method in class RepeaterHeader
Render the start of this tag.
renderStartTag(int) - Method in class RepeaterItem
Render the start of this tag.
renderStyle(String) - Method in class AbstractStyleBean
Render the style class into the StringBuilder.
renderTableStyle() - Method in class AbstractStyleBean
A method that will render the style class into the StringBuilder.
renderTag(StringBuilder, String) - Method in class TagRenderingBase
 
renderTagId(AbstractHtmlState, String, boolean, boolean) - Method in class HtmlBaseTag
The method handles processing the id attribute.
renderTagId(StringBuilder) - Method in class DivPanel
This method will handle creating the tagId attribute.
renderTagId(StringBuilder) - Method in class Section
This method will handle creating the tagId attribute.
renderTagId(String, AbstractHtmlState) - Method in class Tree
This method will handle creating the tagId attribute.
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
This tag is used to render the footer of a Repeater.
RepeaterFooter() - Constructor for class RepeaterFooter
 
RepeaterHeader - Class in org.apache.beehive.netui.tags.databinding.repeater
This tag is used to render the header of a Repeater.
RepeaterHeader() - Constructor for class RepeaterHeader
 
RepeaterItem - Class in org.apache.beehive.netui.tags.databinding.repeater
This tag is used to render each item in the data set.
RepeaterItem() - Constructor for class RepeaterItem
 
REPEATING_DATA - Static variable in class Select
Constant value of the repeatingType attribute for options handling the optionsDataSource, defaultValue and dataSource.
REPEATING_DATASOURCE - Static variable in class Select
Constant value of the repeatingType attribute for options handling the dataSource.
REPEATING_DEFAULT - Static variable in class Select
Constant value of the repeatingType attribute for options handling the defaultValue.
REPEATING_NULL - Static variable in class Select
Constant value of the repeatingType attribute for options handling the null option.
REPEATING_OPTION - Static variable in class Select
Constant value of the repeatingType attribute for options handling the optionsDataSource.
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.
replaceSort(String, int) - Method in class SortService
 
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(StringBuilder, 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
 
RequestParameterHandler - Interface in org.apache.beehive.netui.pageflow
 
RequestParameterMap - Class in org.apache.beehive.netui.script.el.util
 
RequestParameterMap(ServletRequest) - Constructor for class RequestParameterMap
 
RequestValues - Class in org.apache.beehive.netui.pageflow.internal
Methods for setting/getting page flow-related values in the request.
RequestValues() - Constructor for class RequestValues
 
REQUIRED_ATTR - Static variable in interface JpfLanguageConstants
 
reset(ActionMapping, HttpServletRequest) - Method in class AnyBeanActionForm
 
reset(ActionMapping, HttpServletRequest) - Method in class XmlBeanActionForm
 
reset() - Method in class ScopedResponseImpl
 
resetBuffer() - Method in class ScopedResponseImpl
 
resetColumnIterator() - Method in class DataGridModel
 
resetToken(HttpServletRequest) - 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_SECURE - Static variable in class URLRewriter
Passed to URLRewriter.rewriteURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String, java.lang.String) for resource (e.g., image) secure URLs.
RESOURCE_TEMPLATE - Static variable in class UrlTemplateDescriptor
 
RESOURCE_UNSECURE - Static variable in class URLRewriter
Passed to URLRewriter.rewriteURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String, java.lang.String) for resource (e.g., image) non-secure URLs.
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
 
RESTORE_QUERY_STRING_ATTR - Static variable in interface JpfLanguageConstants
 
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
 
ResultSetIterator(ResultSet) - Constructor for class ResultSetIterator
 
retrieveUserLocale(HttpServletRequest, String) - Static method in class FlowController
 
RETURN_ACTION_ATTR - Static variable in interface JpfLanguageConstants
 
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
 
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 class InternalConstants
 
RETURNING_FROM_NESTING_ATTR - Static variable in class 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.
rewriteName(ServletContext, ServletRequest, String) - Method in class DefaultURLRewriter
 
rewriteName(ServletContext, ServletRequest, String) - Method in class URLRewriter
Rewrite the given query parameter name.
rewriteName(ServletContext, ServletRequest, String) - Static method in class URLRewriterService
Rewrite the given parameter name, using the registered URLRewriter.
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 class IndexedNameInterceptor
Rewrite an expression into a fully-qualified reference to a specific JavaBean property on an object.
rewriteName(String, Tag) - Method in interface NameInterceptor
 
rewriteName(String, Tag) - Method in class PrefixNameInterceptor
 
rewriteNameInternal(String, String) - Method in class PrefixNameInterceptor
 
rewriteURL(ServletContext, ServletRequest, ServletResponse, String, String) - Method in class DefaultURLRewriter
 
rewriteURL(ServletContext, ServletRequest, ServletResponse, String, String) - Method in class URLRewriter
Rewrite the given URL.
rewriteURL(ServletContext, ServletRequest, ServletResponse, String, String) - Static method in class URLRewriterService
Rewrite the given URL, using the registered URLRewriter.
rewriteURL(ServletContext, ServletRequest, ServletResponse, String, String, boolean) - Static method in class URLRewriterService
Rewrite the given URL, using the registered URLRewriter.
RewriteURL - Class in org.apache.beehive.netui.tags.html
Allow a name, typically either an id or name attribute, to participate in URL rewritting.
RewriteURL() - Constructor for class RewriteURL
 
richDataSource - Variable in class LabelTag.State
 
ROLES_ALLOWED_ATTR - Static variable in interface JpfLanguageConstants
 
RolesAllowedType - Class in org.apache.beehive.netui.compiler.grammar
String type that ensures a peer loginRequired attribute is not set to false.
RolesAllowedType(AnnotationGrammar) - Constructor for class RolesAllowedType
 
ROW_CLASS - Static variable in class StylePolicy
 
ROWS - Static variable in interface HtmlConstants
The name of the rows attribute.
rows - Variable in class TextAreaTag.State
 
RULE_ATTR - Static variable in interface JpfLanguageConstants
 
RULENAME_BYTE - Static variable in interface ValidatorConstants
 
RULENAME_CREDIT_CARD - Static variable in interface ValidatorConstants
 
RULENAME_DATE - Static variable in interface ValidatorConstants
 
RULENAME_DOUBLE - Static variable in interface ValidatorConstants
 
RULENAME_EMAIL - Static variable in interface ValidatorConstants
 
RULENAME_FLOAT - Static variable in interface ValidatorConstants
 
RULENAME_FLOAT_RANGE - Static variable in interface ValidatorConstants
 
RULENAME_INT_RANGE - Static variable in interface ValidatorConstants
 
RULENAME_INTEGER - Static variable in interface ValidatorConstants
 
RULENAME_LONG - Static variable in interface ValidatorConstants
 
RULENAME_MASK - Static variable in interface ValidatorConstants
 
RULENAME_MAXLENGTH - Static variable in interface ValidatorConstants
 
RULENAME_MINLENGTH - Static variable in interface ValidatorConstants
 
RULENAME_REQUIRED - Static variable in interface ValidatorConstants
 
RULENAME_SHORT - Static variable in interface ValidatorConstants
 
RULENAME_VALID_WHEN - Static variable in interface ValidatorConstants
 
RULES - Static variable in interface HtmlConstants
The name of the rules attribute.
runAdditionalChecks(File, AnnotationValue) - Method in class ValidXmlFileType
 
runAdditionalChecks(File, AnnotationValue) - Method in class WebappPathType
 
RUNTIME_VERSION_ATTRIBUTE - Static variable in interface JpfLanguageConstants
 
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
 
RuntimeVersionChecker - Class in org.apache.beehive.netui.compiler
 
RuntimeVersionChecker(File) - Constructor for class RuntimeVersionChecker
 

S

saveErrors(HttpServletRequest, ActionErrors) - Method in class FlowController
Save the specified error messages keys into the appropriate request attribute for use by the <html:errors> tag, if any messages are required.
saveMessages(HttpServletRequest, ActionMessages) - Method in class FlowController
Save the specified messages keys into the appropriate request attribute for use by the <html:messages> tag (if messages="true" is set), if any messages are required.
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.
SCOPE_ID_PARAM - Static variable in class ScopedServletUtils
 
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
 
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
 
ScriptContainer - Class in org.apache.beehive.netui.tags.html
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.html
ScriptHeader will write the <script> and JavaScript includes into the HTML <head> tag.
ScriptHeader() - Constructor for class ScriptHeader
 
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_ACTION_TEMPLATE - Static variable in class UrlTemplateDescriptor
 
SECURE_DEFAULT_TEMPLATE - Static variable in class UrlTemplateDescriptor
 
SECURE_FORWARDS_PARAM - Static variable in interface PageFlowConstants
Servlet context-param that configures whether to apply security constraints on server forwards to page flow actions.
SECURE_RENDER_TEMPLATE - Static variable in class UrlTemplateDescriptor
 
SECURE_RESOURCE_TEMPLATE - Static variable in class UrlTemplateDescriptor
 
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_TAG - Static variable in class TagRenderingBase
 
selected - Variable in class OptionTag.State
 
SELECTED_NODE - Static variable in class TreeElement
 
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.
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, HttpServletRequest, HttpServletResponse, 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, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class InternalUtils
If not in production mode, write an error to the response; otherwise, set a response error code.
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, HttpServletRequest, HttpServletResponse, Object...) - Static method in class InternalUtils
Write an error to the response.
sendError(String, Object[], HttpServletRequest, HttpServletResponse, Throwable) - Static method in class InternalUtils
Write an error to the response.
sendError(HttpServletRequest, HttpServletResponse) - 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
 
sendUnhandledExceptionError(Throwable, HttpServletRequest, HttpServletResponse, ServletContext) - Method in interface ExceptionsHandler
 
sendUnhandledExceptionError(Throwable, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class DefaultExceptionsHandler
 
SERIALIZABLE_CLASS_NAME - Static variable in interface JpfLanguageConstants
 
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
 
ServerAdapter - Interface in org.apache.beehive.netui.pageflow
 
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.
ServletContextCache - Class in org.apache.beehive.netui.util.cache
 
ServletContextCache() - Constructor for class ServletContextCache
 
ServletUtils - Class in org.apache.beehive.netui.util
 
ServletUtils() - Constructor for class ServletUtils
 
SessionAttributeMap - Class in org.apache.beehive.netui.script.el.util
 
SessionAttributeMap(HttpSession) - Constructor for class SessionAttributeMap
 
setAccept(String) - Method in class FileUpload
Set the mime-types accepted for the FileUpload.
setAccessKey(char) - Method in class Anchor
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 ImageAnchor
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 AnchorColumnModel
 
setAction(String) - Method in class PagerModel
 
setAction(String) - Method in class AnchorColumn
 
setAction(String) - Method in class Anchor
Set the name of the action for the Anchor.
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.
setActionForm(Object) - Method in class ImplicitObjectBean
 
setActionInterceptors(ActionInterceptor[]) - Method in class ActionInterceptorChain
 
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.
setActionOutputs(List) - Method in class ForwardModel
 
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 FormBeanModel
 
setActualType(String) - Method in class PageFlowActionFormBean
 
setAlign(String) - Method in class ImageColumnModel
 
setAlign(String) - Method in class ImageColumn
 
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.
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.
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.
setAlternatingCellClass(String) - Method in class CellRepeaterStyleBean
 
setAlwaysReport(boolean) - Method in class BindingUpdateErrors
Set the value which will override the default behavior of not showing errors in production mode.
setApplication(Application) - Method in class PageFlowApplicationFactory
 
setApplication(ServletContext) - Method in class ImplicitObjectBean
 
setApplyToDescendents(boolean) - Method in class TreeHtmlAttribute
 
setApplyToDescendents(boolean) - Method in class TreeHtmlAttributeInfo
 
setArg0(String, boolean) - Method in class ValidatorRule
 
setArg1(String, boolean) - Method in class ValidatorRule
 
setArg2(String, boolean) - Method in class ValidatorRule
 
setArg3(String, boolean) - Method in class ValidatorRule
 
setAttribute(String) - Method in class ActionModel
 
setAttribute(String, String, String) - Method in class AbstractHtmlColumnModel
Base support for the attribute tag.
setAttribute(String, Object) - Method in class AttributeContainer
 
setAttribute(String, Object) - Method in class ScopedRequestImpl
 
setAttribute(String, String, String) - Method in class AbstractHtmlColumn
Base support for the attribute tag.
setAttribute(String, String, String) - Method in class Anchor
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(TreeHtmlAttributeInfo) - Method in class TreeElement
This method is called by the children tags of the TreeItem.
setAttribute(String) - Method in class TreeHtmlAttribute
Sets the name of the attribute.
setAttribute(String) - Method in class TreeHtmlAttributeInfo
 
setAttribute(String, Object) - Method in class StrutsLogFactory
 
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 RequestValues
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
 
setBeanType(String) - Method in class FlowControllerInfo.ActionInfo
 
setBgcolor(String) - Method in class Body
Sets the bgcolor of the page.
setBorder(String) - Method in class ImageColumnModel
 
setBorder(String) - Method in class ImageColumn
 
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
 
setBundle(String) - Method in class ErrorBaseTag
Set the name of the message bundle.
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.
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.
setCellClass(String) - Method in class CellRepeaterStyleBean
 
setCharSet(String) - Method in class Anchor
Sets charset attribute for the anchor.
setClassName(String) - Method in class ActionModel
 
setClassName(String) - Method in class FormBeanModel
 
setClassName(String) - Method in class StrutsElementSupport
 
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.
setCols(int) - Method in class TextArea
Sets the number of columns in the TextArea.
setColumnModel(ColumnModel) - Method in class AbstractColumn
 
setColumnModel(ColumnModel) - Method in class AnchorColumn
 
setColumnModel(ColumnModel) - Method in class ImageColumn
 
setColumnModel(ColumnModel) - Method in class LiteralColumn
 
setColumns(int) - Method in class CellRepeater
Set the number of columns that should be rendered in the table generated by the tag.
setComment(String) - Method in class StrutsElementSupport
 
setConditionalForwards(String) - Method in class PageFlowActionMapping
 
setContent(String) - Method in class TreeElement
Set the content of the node.
setContentLength(int) - Method in class ScopedResponseImpl
 
setContentType(String) - Method in class ScopedResponseImpl
 
setContextRelative(boolean) - Method in class ForwardModel
 
setControllerClass(String) - Method in class PageFlowControllerConfig
 
setCoords(String) - Method in class Anchor
Sets coords attribute for the anchor.
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.
setCssClassPolicy(String) - Method in class DataGrid
 
setCssClassPrefix(String) - Method in class DataGrid
 
setCssPolicy(StylePolicy) - Method in class DataGridModel
 
setCurrentActionResolver(ActionResolver, HttpServletRequest) - 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) can be used, but it is not guaranteed to be supported in the future.
setCurrentModule(ModuleConfig, ServletRequest) - Static method in class InternalUtils
 
setCurrentPage(int) - Method in class PagerModel
 
setCurrentPageFlow(PageFlowController, HttpServletRequest) - Static method in class InternalUtils
 
setCurrentTag(JspTag) - Method in class ImplicitObjectBean
 
setDataGridModel(DataGridModel) - Method in class ColumnModel
 
setDataInput(Object) - Method in class Hidden
Set the data input.
setDataSet(PagedDataSet) - Method in class DataGridModel
 
setDataSource(String) - Method in class DataGrid
 
setDataSource(String) - Method in class DataSourceTag
Sets the tag's data source (can be an expression).
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 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
 
setDefaultIcon(String) - Method in class InheritableState
 
setDefaultIcon(String) - Method in class Tree
Sets the default icon for TreeElements for a blank area of the tree.
setDefaultIcon(String) - Method in class TreePropertyOverride
Sets the default icon for TreeElements for a blank area of the tree.
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.
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(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.
setDeferredException(ServletRequest, DeferredPageFlowException) - Static method in class RequestValues
This is an error deferred until FlowController.execute().
setDescription(String) - Method in class StrutsElementSupport
 
setDescription(String) - Method in class JspTaglibSubTask.ContextParam
Sets the Description attribute of the ContextParam object
setDescription(String) - Method in class JspTaglibSubTask
Sets the Description attribute of the JspTaglibSubTask object
setDir(String) - Method in class Html
Sets the dir value of the html.
setDir(String) - Method in class HtmlBaseTag
Sets the lang attribute for the HTML element.
setDir(String) - Method in interface IHtmlI18n
Sets the dir value of the html.
setDirection(int) - Method in class DefaultSort
 
setDirection(int) - Method in interface ISort
 
setDisableClass(String) - Method in class Tree
Set the style class of a tree element when is is disabled.
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
Sets the TreeItem expansion state.
setDisableDefaultPager(boolean) - Method in class DataGrid
 
setDisabledStyle(String) - Method in class Tree
Set the style of a tree element when is is disabled.
setDisplayName(String) - Method in class StrutsElementSupport
 
setDisplayName(String) - Method in class ValidatableField
 
setDisplayname(String) - Method in class JspTaglibSubTask
Sets the Displayname attribute of the JspTaglibSubTask object
setDisplayNameKey(String) - Method in class ValidatableField
 
setDivName(String) - Method in class SerializeXML
 
setDivPanelSupport(boolean) - Method in class ScriptHeader
 
setDocumentType(String) - Method in class Html
 
setDomain(String) - Method in class TemplateHelper
Sets the domain.
setDynamic(boolean) - Method in class FormBeanModel
 
setEmpty(boolean) - Method in class ValidationModel
 
setEncodeSession(boolean) - Method in class TemplateHelper
Enables URL rewriting for encoding a session ID in the URL.
setEnctype(String) - Method in class Form
Set the content encoding to be used on a post submit.
setError(boolean) - Method in class ActionResultImpl
 
setEscapeWhiteSpaceForHtml(boolean) - Method in class LabelBase
Sets a boolean flag indicating if we will escape white space for HTML.
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.
setExpandTarget(String) - Method in class InheritableState
 
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.
setExpansionTarget(String) - Method in class Tree
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.
setExternalRedirect(boolean) - Method in class ForwardModel
 
setExternalRedirect(boolean) - Method in class PageFlowActionForward
 
setExternalRedirect(boolean) - Method in class Forward
 
setFacet(String) - Method in class Attribute
Sets the facet attribute.
setFactory(String) - Method in class MessageResourcesModel
 
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.
setFeatures(String) - Method in class ScriptHeader
Set a list of features that will generate a JavaScript <script> HTML element including the defined .js file.
setFilename(String) - Method in class JspTaglibSubTask
Sets the Filename attribute of the JspTaglibSubTask object
setFilename(String) - Method in class TldxSubTask
Set the destination filename.
setFilterable(Boolean) - Method in class ColumnModel
 
setFilterExpression(String) - Method in class ColumnModel
 
setFilterExpression(String) - Method in interface IFilter
 
setFilterExpression(String) - Method in class DefaultFilter
 
setFilterUri(String) - Method in class ColumnModel
 
setFirstPage(String) - Method in class DivPanel
Set the ID of the tag.
setFlowController(FlowController) - Method in exception DeferredPageFlowException
 
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.
setForm(ActionForm) - Method in class PreviousActionInfo
Set the form that was passed to the action.
setForm(ActionForm) - Method in class PreviousPageInfo
Set the form bean that was used to initialize the page.
setFormat(String) - Method in class PagerModel
 
setFormBeanMessageResourcesKey(String) - Method in class ActionModel
 
setFormBeanMessageResourcesKey(String) - Method in class PageFlowActionMapping
 
setFormBeanName(String) - Method in class ActionModel
 
setFormClass(String) - Method in class ActionModel
 
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 ActionModel
 
setFormMember(String) - Method in class PageFlowActionMapping
 
setFormSubmit(boolean) - Method in class Anchor
Sets the formSubmit indicator.
setForward(String) - Method in class ActionModel
 
setForward(ActionForward) - Method in class PreviousPageInfo
Set the object that was used to forward to the page.
setForwardedForm(ServletRequest, ActionForm) - Static method in class RequestValues
Set the forwarded form.
setForwardedRequestCount(ServletRequest, int) - Static method in class RequestValues
 
setForwardedURI(String) - Method in class ScopedRequestImpl
Simply stores the URI that was being forwarded to.
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.
setGenJavaScriptFormSubmit(boolean) - Method in class Form
Generate the JavaScript which will submit a form.
setHandlerClass(String) - Method in class ExceptionModel
 
setHandlerMethod(String) - Method in class ExceptionModel
 
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 ColumnModel
 
setHeaderText(String) - Method in class AbstractColumn
 
setHeight(String) - Method in class ImageColumnModel
 
setHeight(String) - Method in class ImageColumn
 
setHeight(String) - Method in class Image
Sets the image height.
setHeight(String) - Method in class ImageAnchor
Sets the image height.
setHref(String) - Method in class AnchorColumnModel
 
setHref(String) - Method in class AnchorColumn
 
setHref(String) - Method in class Anchor
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 Anchor
Sets hreflang attribute for the anchor.
setHspace(String) - Method in class ImageColumnModel
 
setHspace(String) - Method in class ImageColumn
 
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(StrutsElementSupport.Icon) - Method in class StrutsElementSupport
 
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.
setId(String) - Method in class FormBeanModel
 
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.
setImageHandleDownLast(String) - Method in class InheritableState
 
setImageHandleDownLast(String) - Method in class Tree
Sets the image name for an open non-leaf node with no line below it.
setImageHandleDownLast(String) - Method in class TreePropertyOverride
Sets the image name for an open non-leaf node with no line below it.
setImageHandleDownMiddle(String) - Method in class InheritableState
 
setImageHandleDownMiddle(String) - Method in class Tree
Sets the image name for an open non-leaf node with a line below it.
setImageHandleDownMiddle(String) - Method in class TreePropertyOverride
Sets the image name for an open non-leaf node with a line below it.
setImageHandleRightLast(String) - Method in class InheritableState
 
setImageHandleRightLast(String) - Method in class Tree
Sets the image name for a closed non-leaf node with no line below it.
setImageHandleRightLast(String) - Method in class TreePropertyOverride
Sets the image name for a closed non-leaf node with no line below it.
setImageHandleRightMiddle(String) - Method in class InheritableState
 
setImageHandleRightMiddle(String) - Method in class Tree
Sets the image name for a closed non-leaf node with a line below it.
setImageHandleRightMiddle(String) - Method in class TreePropertyOverride
Sets the image name for a closed non-leaf node with a line below it.
setImageLineLast(String) - Method in class InheritableState
 
setImageLineLast(String) - Method in class Tree
Sets the image name for a blank area of the tree.
setImageLineLast(String) - Method in class TreePropertyOverride
Sets the image name for a blank area of the tree.
setImageLineMiddle(String) - Method in class InheritableState
 
setImageLineMiddle(String) - Method in class Tree
Sets the image name for an area with a line through it.
setImageLineMiddle(String) - Method in class TreePropertyOverride
Sets the image name for an area with a line through it.
setImageLineVertical(String) - Method in class InheritableState
 
setImageLineVertical(String) - Method in class Tree
Sets the image name for an area with a line through it.
setImageLineVertical(String) - Method in class TreePropertyOverride
Sets the image name for an area with a line through it.
setImageRoot(String) - Method in class InheritableState
 
setImageRoot(String) - Method in class Tree
Sets the name of the directory containing the images for our icons, relative to the page including this tag.
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
 
setImageStyle(String) - Method in class ImageAnchor
Set the <img> style for the contained image.
setImageStyleClass(String) - Method in class ImageAnchor
Set the label style class for each contained Image.
setInclude(String) - Method in class ActionModel
 
setInheritableState(InheritableState) - Method in class TreeElement
 
setInput(String) - Method in class ActionModel
 
setInputPattern(String) - Method in class FormatDate.DateFormatter
 
setInterceptedForward(InterceptorForward) - Method in class PageFlowStack.PushedPageFlow
 
setInterceptor(ActionInterceptor) - Method in class PageFlowStack.PushedPageFlow
 
setInterceptorClass(String) - Method in class ActionInterceptorConfig
 
setIntHeader(String, int) - Method in class ScopedResponseImpl
Sets a response header with the given name and integer value.
setIsHandlerMethod(boolean) - Method in class PageFlowExceptionConfig
 
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
 
setIsNestedReturn(boolean) - Method in class ForwardModel
 
setIsPathContextRelative(boolean) - Method in class PageFlowExceptionConfig
 
setIsReturningFromIntercept(HttpServletRequest, boolean) - Static method in class ActionInterceptorChain
 
setIsReturnToActionDisabled(boolean) - Method in class PageFlowControllerConfig
 
setIsReturnToPageDisabled(boolean) - Method in class PageFlowControllerConfig
 
setIsSharedFlow(boolean) - Method in class PageFlowControllerConfig
 
setIsSingletonPageFlow(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
 
setItemInheritableState(InheritableState) - Method in class TreeItem
 
setItemLabel(String) - Method in class TreeItem
This method is called by children tags of the TreeItem.
setJspversion(JspTaglibSubTask.JspVersionTypes) - Method in class JspTaglibSubTask
Sets the Jspversion attribute of the JspTaglibSubTask object
setKey(String) - Method in class MessageResourcesModel
 
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 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.
setLargeicon(String) - Method in class JspTaglibSubTask
Sets the Largeicon attribute of the JspTaglibSubTask object
setLink(String) - Method in class Body
Sets the the color of text marking unvisited hypertext links.
setLinkName(String) - Method in class Anchor
Sets the link name of the Anchor.
setLocale(HttpServletRequest, Locale) - Method in class FlowController
Deprecated. Use FlowController.setLocale(java.util.Locale).
setLocale(Locale) - Method in class FlowController
 
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 Anchor
Sets the anchor to be added to the end of the generated hyperlink.
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.
setLocation(String) - Method in class JspTaglibSubTask.TagLib
Sets the Location attribute of the TagLib object
setLoginRequired(boolean) - Method in class ActionModel
 
setLoginRequired(boolean) - Method in class PageFlowActionMapping
 
setLongdesc(String) - Method in class Image
Sets the property to specify the longdesc.
setLongdesc(String) - Method in class ImageAnchor
Sets the property to specify the longdesc.
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 Repeater.
setMessage(String) - Method in class ExceptionModel
 
setMessage(String) - Method in class ValidatorRule
 
setMessage(String) - Method in class BindingUpdateError
Set the error message.
setMessageBundle(String) - Method in class PageFlowApplication
 
setMessageKey(String) - Method in class ExceptionModel
 
setMessageKey(String) - Method in class ValidatorRule
 
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
Set the minimum number of items that will be rendered by a Repeater.
setModulePath(String) - Method in class CachedPageFlowInfo
 
setMultipartClass(String) - Method in class PageFlowControllerConfig
 
setMultipartHandlerClassName(String) - Method in class StrutsApp
 
setMultiple(boolean) - Method in class Select
Set whether multiple selections are allowed.
setMultiValue(boolean) - Method in class FormBeanModel.Property
 
setName(String) - Method in class ActionModel
 
setName(String) - Method in class ActionOutputModel
 
setName(String) - Method in class FormBeanModel.Property
 
setName(String) - Method in class FormBeanModel
 
setName(String) - Method in class ForwardModel
 
setName(String) - Method in class DeclareBundle
Set the name via which this bundle can be accessed using the bundle databinding context.
setName(String) - Method in class DataGrid
 
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 Form
Set the attribute key under which our associated bean is stored.
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 JspTaglibSubTask.ContextParam
Sets the Name attribute of the ContextParam object
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
 
setNested(boolean) - Method in class FlowControllerInfo
 
setNestedPageFlow(boolean) - Method in class StrutsApp
 
setNestedReturn(boolean) - Method in class PageFlowActionForward
 
setNextRewriter(URLRewriter) - Method in class URLRewriter
Set the next URLRewriter in the chain.
setNonEmptyValueAttribute(String) - Method in class ColumnModel
Filter out the empty string value and return either the value or null.
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 ActionOutputModel
 
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
 
setOnBlur(String) - Method in class Anchor
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 AbstractHtmlColumnModel
 
setOnClick(String) - Method in class AbstractHtmlColumn
Sets the onClick javascript event.
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 AbstractHtmlColumnModel
 
setOnDblClick(String) - Method in class AbstractHtmlColumn
Sets the onDblClick javascript event.
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
 
setOnFocus(String) - Method in class Anchor
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
 
setOnIconLink(boolean) - Method in class TreeHtmlAttribute
 
setOnIconLink(boolean) - Method in class TreeHtmlAttributeInfo
 
setOnKeyDown(String) - Method in class AbstractHtmlColumnModel
 
setOnKeyDown(String) - Method in class AbstractHtmlColumn
Sets the onKeyDown javascript event.
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 AbstractHtmlColumnModel
 
setOnKeyPress(String) - Method in class AbstractHtmlColumn
Sets the onKeyPress javascript event.
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 AbstractHtmlColumnModel
 
setOnKeyUp(String) - Method in class AbstractHtmlColumn
Sets the onKeyUp javascript event.
setOnKeyUp(String) - Method in class HtmlBaseTag
Sets the onKeyUp javascript event.
setOnKeyUp(String) - Method in interface IHtmlEvents
Sets the onKeyUp javascript event.
setOnLabelLink(boolean) - Method in class TreeHtmlAttribute
 
setOnLabelLink(boolean) - Method in class TreeHtmlAttributeInfo
 
setOnLoad(String) - Method in class Body
Sets the onLoad javascript event.
setOnMouseDown(String) - Method in class AbstractHtmlColumnModel
 
setOnMouseDown(String) - Method in class AbstractHtmlColumn
Sets the onMouseDown javascript event.
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 AbstractHtmlColumnModel
 
setOnMouseMove(String) - Method in class AbstractHtmlColumn
Sets the onMouseMove javascript event.
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 AbstractHtmlColumnModel
 
setOnMouseOut(String) - Method in class AbstractHtmlColumn
Sets the onMouseOut javascript event.
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 AbstractHtmlColumnModel
 
setOnMouseOver(String) - Method in class AbstractHtmlColumn
Sets the onMouseOver javascript event.
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 AbstractHtmlColumnModel
 
setOnMouseUp(String) - Method in class AbstractHtmlColumn
Sets the onMouseUp javascript event.
setOnMouseUp(String) - Method in class HtmlBaseTag
Sets the onMouseUp javascript event.
setOnMouseUp(String) - Method in interface IHtmlEvents
Sets the onMouseUp javascript event.
setOnReset(String) - Method in class Form
Sets the onReset javascript event.
setOnSelect(String) - Method in class HtmlFocusBaseTag
Sets the onSelect javascript event.
setOnSubmit(String) - Method in class Form
Sets the onSubmit javascript event.
setOnUnload(String) - Method in class Body
Sets the onUnload javascript event.
setOperation(int) - Method in interface IFilter
 
setOperation(int) - Method in class DefaultFilter
 
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.
setOriginalServletPath(ServletRequest, String) - Static method in class RequestValues
 
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 ActionModel
 
setOverloaded(boolean) - Method in class PageFlowActionMapping
 
setPackageName(String) - Method in class JspTaglibSubTask
 
setPackageName(String) - Method in class TldxSubTask
 
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.
setPageAction(String) - Method in class PagerModel
 
setPageAction(String) - Method in class ConfigurePager
 
setPageContext(PageContext) - Method in class ImplicitObjectBean
 
setPageFlow(PageFlowController) - Method in class PageFlowStack.PushedPageFlow
 
setPageHref(String) - Method in class PagerModel
 
setPageHref(String) - Method in class ConfigurePager
 
setPageInputName(String) - Method in exception IllegalPageInputException
Deprecated. Set the name of the relevant action output.
setPagerFormat(String) - Method in class ConfigurePager
 
setPagerRenderer(IPagerRenderer) - Method in class DataGridModel
 
setPagerService(PagerService) - Method in class DataGridModel
 
setPageSize(int) - Method in class PagerModel
 
setPageSize(int) - Method in class ConfigurePager
 
setPaletteGenerator(String) - Method in class TldxSubTask
 
setParameter(String) - Method in class ActionModel
 
setParameter(String) - Method in class MessageResourcesModel
 
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
 
setParentApp(StrutsApp) - Method in class StrutsElementSupport
 
setPassword(boolean) - Method in class TextBox
Set the password state (true means this is a password field).
setPath(String) - Method in class ActionModel
 
setPath(String) - Method in class ExceptionModel
 
setPath(String) - Method in class ForwardModel
 
setPath(String) - Method in class Forward
Set the path to be returned by Forward.getPath().
setPath(String) - Method in class TemplateHelper
Sets path.
setPathInfo(String) - Method in class ScopedRequestImpl
 
setPathPrefix(String) - Method in class TemplateHelper
Sets a path prefix.
setPattern(String) - Method in class FormatTag.Formatter
 
setPattern(String) - Method in class FormatTag
Sets the pattern to be used by this FormatTag.
setPort(int) - Method in class TemplateHelper
Sets a port.
setPrefix(String) - Method in class ActionModel
 
setProperty(String, String) - Method in class StrutsElementSupport
 
setPropertyResolver(PropertyResolver) - Method in class PageFlowApplication
 
setQueryString(String) - Method in class Forward
Set the query string that will be appended to the URI returned by Forward.getPath().
setQueryString(String) - Method in class PreviousActionInfo
Set the query string from the original request URI.
setQueryString(String) - Method in class TemplateHelper
 
setReadonly(boolean) - Method in class ActionModel
 
setReadonly(boolean) - Method in class ExceptionModel
 
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 ForwardModel
 
setRedirect(boolean) - Method in class Forward
Set whether the URI resolved by this Forward should be redirected to.
setRedirect(boolean) - Method in class ActionResultImpl
 
setRel(String) - Method in class Anchor
Sets rel attribute for the anchor.
setRenderState(int) - Method in class ColumnModel
 
setRepeater(boolean) - Method in class HtmlGroupBaseTag
Set whether repeating of contains options is on.
setRepeater(boolean) - Method in class Select
Set whether repeating of contains options is on.
setRepeatingType(String) - Method in class SelectOption
If the options is being used inside a repeating Select, this is the type of the option.
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 FormBeanModel.Property
 
setRequired(boolean) - Method in class DeclarePageInput
Set the required attribute.
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.
setRestoreQueryString(boolean) - Method in class ForwardModel
 
setRestoreQueryString(boolean) - Method in class PageFlowActionForward
 
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
 
setResultId(String) - Method in class GetData
Set the String key 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;
setReturnFormMember(String) - Method in class ForwardModel
 
setReturnFormMember(String) - Method in class PageFlowActionForward
 
setReturnFormType(String) - Method in class ForwardModel
 
setReturnFormType(String) - Method in class PageFlowActionForward
 
setReturnNull(boolean) - Method in class MessageResourcesModel
 
setReturnNull(Boolean) - Method in class MessageResourcesModel
 
setReturnToAction(boolean) - Method in class ForwardModel
 
setReturnToAction(boolean) - Method in class PageFlowActionForward
 
setReturnToPage(boolean) - Method in class ForwardModel
 
setReturnToPage(boolean) - Method in class PageFlowActionForward
 
setRev(String) - Method in class Anchor
Sets rev attribute for the anchor.
setRoles(String) - Method in class ActionModel
 
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.
setRowClass(String) - Method in class AbstractStyleBean
Set the table row style class.
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.
setRunAtClient(boolean) - Method in class ScriptContainer
Boolean indicating that the script container is supporting RunAtClient features.
setRunAtClient(boolean) - Method in class Tree
 
setRuntimeVersionChecker(RuntimeVersionChecker) - Method in class BaseChecker
 
setScheme(String) - Method in class TemplateHelper
Sets the protocol scheme.
setScope(String) - Method in class ActionModel
 
setScope(String) - Method in class AnchorColumn
 
setScope(String) - Method in class Anchor
Set the name of the action for the Anchor.
setScope(String) - Method in class Form
Sets the scope (request or session) under which the associated bean is stored.
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 AnchorColumnModel
 
setScopeId(String) - Method in class ScriptContainer
Set the scopeId associated with the code methods
setSelected(boolean) - Method in class TreeElement
Sets whether this node currently selected.
setSelected(TreeElement, String) - Static method in class TreeHelpers
Recursive routine to set the selected node.
setSelectionAction(String) - Method in class InheritableState
 
setSelectionAction(String) - Method in class Tree
Sets the action used for expanding and contracting tree nodes.
setSelectionAction(String) - Method in class TreePropertyOverride
Sets the action used for expanding and contracting tree nodes.
setSelectionClass(String) - Method in class Tree
Set the style class of a tree element when is is selected.
setSelectionStyle(String) - Method in class Tree
Set the style of a tree element when is is selected.
setServletRequest(ServletRequest) - Method in class ImplicitObjectBean
 
setServletResponse(ServletResponse) - Method in class ImplicitObjectBean
 
setSession(HttpSession) - Method in class ImplicitObjectBean
 
setShape(String) - Method in class Anchor
Sets shape attribute for the anchor.
setSharedFlow(boolean) - Method in class StrutsApp
 
setSharedFlowMemberField(Field) - Method in class CachedPageFlowInfo
 
setSharedFlowModules(String) - Method in class PageFlowControllerConfig
 
setSharedFlowTypeNames(List<String>) - Method in class StrutsApp
 
setShortname(String) - Method in class JspTaglibSubTask
Sets the Shortname attribute of the JspTaglibSubTask object
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 ActionModel
 
setSimpleAction(boolean) - Method in class PageFlowActionMapping
 
setSingletonPageFlow(boolean) - Method in class StrutsApp
 
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.
setSmallicon(String) - Method in class JspTaglibSubTask
Sets the Smallicon attribute of the JspTaglibSubTask object
setSortable(Boolean) - Method in class ColumnModel
 
setSortExpression(String) - Method in class ColumnModel
 
setSortExpression(String) - Method in class DefaultSort
 
setSortExpression(String) - Method in interface ISort
 
setSortUri(String) - Method in class ColumnModel
 
setSource(Object) - Method in class SerializeXML
 
setSrc(String) - Method in class ImageColumnModel
 
setSrc(String) - Method in class ImageColumn
 
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) - Method in class AbstractHtmlColumnModel
Attribute implementation.
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
 
setStatusCode(int) - Method in class ActionResultImpl
 
setStatusMessage(String) - Method in class ActionResultImpl
 
setStringInputPattern(String) - Method in class FormatDate
Set the pattern to use to convert a String value into a date.
setStyle(String) - Method in class AbstractHtmlColumnModel
 
setStyle(String) - Method in class AbstractHtmlColumn
Sets the style of the rendered html tag.
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 AbstractHtmlColumnModel
 
setStyleClass(String) - Method in class AbstractHtmlColumn
Sets the style class of the rendered html tag.
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.
setSuffix(String) - Method in class ActionModel
 
setSupportedLocales(Collection) - Method in class PageFlowApplication
 
setTabindex(int) - Method in class Anchor
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 AbstractStyleBean
Set the table style class.
setTableClass(String) - Method in class CellRepeater
Set the HTML style class that is rendered on the HTML table that is opened by this 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 DivPanel
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.
setTaglibversion(String) - Method in class JspTaglibSubTask
Sets the Taglibversion attribute of the JspTaglibSubTask object
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.
setTemplate(String) - Method in class TemplateHelper
Sets a URL template for this URL.
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 AbstractHtmlColumnModel
 
setTitle(String) - Method in class AbstractHtmlColumn
Sets the value of the title attribute.
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.
setTldxVersion(String) - Method in class TldxSubTask
 
setTransient(boolean) - Method in class BackingClassMethodBinding
 
setTreeClass(String) - Method in class Tree
Sets the class attribute of the tree.
setTreeStyle(String) - Method in class Tree
Sets the style attribute of the tree.
setTreeSupport(boolean) - Method in class ScriptHeader
 
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 ActionModel
 
setType(String) - Method in class ActionOutputModel
 
setType(String) - Method in class ExceptionModel
 
setType(String) - Method in class FormBeanModel.Property
 
setType(String) - Method in class FormBeanModel
 
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 type of the variable that referenced with the DeclarePageInput.setName(java.lang.String) attribute on this tag.
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 Form
Sets the Java class name of the bean to be created, if necessary.
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).
setUnknown(boolean) - Method in class ActionModel
 
setUnqualifiedActionPath(String) - Method in class ActionModel
 
setUnqualifiedActionPath(String) - Method in class PageFlowActionMapping
 
setUnselectClass(String) - Method in class Tree
Set the style class of a tree element when is is selected.
setUnselectStyle(String) - Method in class Tree
Set the style class of a tree element when is is not selected.
setURI(String) - Method in class ActionResultImpl
 
setURI(String) - Method in class CachedPageFlowInfo
 
setUri(String) - Method in class JspTaglibSubTask
Sets the Uri attribute of the JspTaglibSubTask object
setURI(String) - Method in class JspTaglibSubTask.TagLib
Sets the URI attribute of the TagLib object
setUri(String) - Method in class TldxSubTask
 
setUrl(String) - Method in class TemplateHelper
 
setURL(String) - Method in class RewriteURL
Sets the name to be rewritten.
setUseLocale(boolean) - Method in class Html
Sets whether the default locale's language should be used.
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.
setValidationModel(ValidationModel) - Method in class StrutsApp
 
setValue(Object) - Method in interface IFilter
 
setValue(String) - Method in class AnchorColumnModel
 
setValue(Object) - Method in class DefaultFilter
 
setValue(String) - Method in class LiteralColumnModel
 
setValue(String) - Method in class AnchorColumn
 
setValue(String) - Method in class LiteralColumn
 
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
 
setValue(Object) - Method in class MessageArg
 
setValue(Object) - Method in class GetData
Set the expression to evaluate.
setValue(String) - Method in class Attribute
Sets the value attribute.
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 Error
Set the value of the error key.
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
 
setValue(String) - Method in class JspTaglibSubTask.ContextParam
Sets the Value attribute of the ContextParam object
setValue(String) - Method in class GroupOption
Set the value of the option.
setVar(String, String) - Method in class ValidatorRule
 
setVariableResolver(VariableResolver) - Method in class PageFlowApplication
 
setVariant(String) - Method in class DeclareBundle
Set the vendor / browser specific code that further parameterizes the .properties file messages will be read from.
setVerticalRepeat(boolean) - Method in class CellRepeater
This tag can render the items in its dataset horizontally or vertically.
setViewHandler(ViewHandler) - Method in class PageFlowApplication
 
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 ImageColumnModel
 
setVspace(String) - Method in class ImageColumn
 
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 ImageColumnModel
 
setWidth(String) - Method in class ImageColumn
 
setWidth(String) - Method in class Image
Sets the image width.
setWidth(String) - Method in class ImageAnchor
Sets the image width.
setXmlEncoding(String) - Method in class TldxSubTask
 
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 class InternalConstants
 
SHARED_FLOW_BASE_CLASS - Static variable in interface JpfLanguageConstants
 
SHARED_FLOW_CLASSNAME - Static variable in interface JpfLanguageConstants
 
SHARED_FLOW_FILE_EXTENSION - Static variable in interface JpfLanguageConstants
 
SHARED_FLOW_FILE_EXTENSION_DOT - Static variable in interface JpfLanguageConstants
 
SHARED_FLOW_MODULE_PREFIX - Static variable in class InternalConstants
 
SHARED_FLOW_MODULE_PREFIX_LEN - Static variable in class InternalConstants
 
SHARED_FLOW_ROOT_MODULE - Static variable in class InternalConstants
 
SharedFlowChecker - Class in org.apache.beehive.netui.compiler
 
SharedFlowChecker(AnnotationProcessorEnvironment, Diagnostics, FlowControllerInfo) - Constructor for class SharedFlowChecker
 
SharedFlowController - Class in org.apache.beehive.netui.pageflow
 
SharedFlowController() - Constructor for class SharedFlowController
 
SharedFlowGenerator - Class in org.apache.beehive.netui.compiler
 
SharedFlowGenerator(AnnotationProcessorEnvironment, FlowControllerInfo) - Constructor for class SharedFlowGenerator
 
shortname - Variable in class JspTaglibSubTask
 
shouldDoSecureForwards() - Method in class ContextCache
 
shouldDoSecureForwards() - Method in class PageFlowRequestProcessor
Deprecated. Use ContextCache.shouldDoSecureForwards() instead.
SIMPLE_ACTIONS_ATTR - Static variable in interface JpfLanguageConstants
 
SimpleActionGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
SimpleActionGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker, FlowControllerInfo) - Constructor for class SimpleActionGrammar
 
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
 
SINGLETON_ATTR - Static variable in interface JpfLanguageConstants
 
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.
smallicon - Variable in class JspTaglibSubTask
 
SORT_PARAM_KEY - Static variable in interface ISort
 
sortActionMappings() - Method in class StrutsApp
Remove duplicate action mappings.
SortService - Class in org.apache.beehive.netui.databinding.datagrid.services
8.1: _sort=~[+|-] 9.0: netui_sort=~[+|-] todo: would be great to move the namespace name into the key for faster lookups todo: figure out the back-compat story (a sad, long, and sordid one to be sure)
SourceFileInfo - Class in org.apache.beehive.netui.compiler
 
SourceFileInfo(File, String) - Constructor for class SourceFileInfo
 
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
 
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.
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
 
STAGE_DATASOURCE - Static variable in class Select
int value returned by getRepeatingStage when the dataSource is being processed.
STAGE_DEFAULT - Static variable in class Select
int value returned by getRepeatingStage when the defaultValue is being processed.
STAGE_NULL - Static variable in class Select
int value returned by getRepeatingStage when the null option is being processed.
STAGE_OPTION - Static variable in class Select
int value returned by getRepeatingStage when the optionsDataSource is being processed.
START_EXPRESSION - Static variable in interface NetUIELParserConstants
 
START_RENDER_STATE - Static variable in class DataGrid
 
startCell() - Method in class ColumnModel
 
startCell() - Method in class AnchorColumnModel
 
startCell() - Method in class ImageColumnModel
 
startCell() - Method in class LiteralColumnModel
 
startCheckClass(ClassDeclaration) - Method in class FlowControllerChecker
 
startCheckClass(ClassDeclaration) - Method in class PageFlowChecker
 
STATE_PARAM - Static variable in class TemplateHelper
Window state query parameter (reserved).
staticFlag - Static variable in class SimpleCharStream
 
STRICT_ATTR - Static variable in interface JpfLanguageConstants
 
STRING_CLASS_NAME - Static variable in interface JpfLanguageConstants
 
STRING_LITERAL - Static variable in interface NetUIELParserConstants
 
stripFileExtension(String) - Static method in class FileUtils
 
StructuredBaseTag - Class in org.apache.beehive.netui.tags.databinding.base
A base tag for NetUI Databinding tags that are work in a repeating context.
StructuredBaseTag() - Constructor for class StructuredBaseTag
 
STRUTS_CONFIG_EXTENSION - Static variable in class StrutsApp
 
STRUTS_CONFIG_PREFIX - Static variable in class StrutsApp
 
STRUTS_CONFIG_SEPARATOR - Static variable in class StrutsApp
 
STRUTS_PACKAGE - Static variable in interface JpfLanguageConstants
 
StrutsApp - Class in org.apache.beehive.netui.compiler.model
 
StrutsApp(String) - Constructor for class StrutsApp
 
StrutsApp.ActionMappingComparator - Class in org.apache.beehive.netui.compiler.model
 
StrutsApp.ActionMappingComparator() - Constructor for class StrutsApp.ActionMappingComparator
 
STRUTSCONFIG_OUTPUT_DIR - Static variable in class StrutsApp
 
StrutsElementSupport - Class in org.apache.beehive.netui.compiler.model
Defines general support for elements that
StrutsElementSupport(StrutsApp) - Constructor for class StrutsElementSupport
 
StrutsLogFactory - Class in org.apache.beehive.netui.util.logging
 
StrutsLogFactory() - Constructor for class StrutsLogFactory
 
StrutsLogger - Class in org.apache.beehive.netui.util.logging
 
StrutsLogger(Class) - Constructor for class StrutsLogger
 
StrutsLogger(String) - Constructor for class StrutsLogger
 
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.
STRUTSMERGE_ATTR - Static variable in interface JpfLanguageConstants
 
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
 
StrutsModuleFactory() - Constructor for class StrutsModuleFactory
 
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.
StylePolicy - Class in org.apache.beehive.netui.databinding.datagrid.model
 
StylePolicy(String) - Constructor for class StylePolicy
 
SUMMARY - Static variable in interface HtmlConstants
The name of the summary attribute.
supportedAnnotationTypes() - Method in class FormBeanAnnotationProcessorFactory
 
supportedAnnotationTypes() - Method in class PageFlowAnnotationProcessorFactory
 
supportedOptions() - Method in class FormBeanAnnotationProcessorFactory
 
supportedOptions() - Method in class PageFlowAnnotationProcessorFactory
 
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(StringBuilder) - Method in class ConstantRendering
 
TABLE_CLASS - Static variable in class StylePolicy
 
TABLE_TAG - Static variable in class TagRenderingBase
 
TableRenderer - Class in org.apache.beehive.netui.databinding.datagrid.rendering
 
TableRenderer(StylePolicy) - 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
 
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
 
taglibversion - Variable in class JspTaglibSubTask
 
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
 
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.
TemplateConstants - Interface in org.apache.beehive.netui.tags.template
Define the constants used by the template tags.
TemplateHelper - Class in org.apache.beehive.netui.pageflow.util
Class for creating URLs from parameterized templates.
TemplateHelper(HttpServletRequest, HttpServletResponse) - Constructor for class TemplateHelper
Constructs a GenericURL.
TemplateHelper - Class in org.apache.beehive.netui.util
Deprecated. Use TemplateHelper instead.
TemplateHelper() - Constructor for class TemplateHelper
Deprecated.  
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
 
THROWABLE_CLASS_NAME - Static variable in interface JpfLanguageConstants
 
TITLE - Static variable in interface HtmlConstants
The name of the title attribute.
TldxConfigTagsHandler - Class in org.apache.beehive.netui.tools.tldx
 
TldxConfigTagsHandler() - Constructor for class TldxConfigTagsHandler
 
TldxSubTask - Class in org.apache.beehive.netui.tools.tldx
Generate the DatabaseControl class for a given JavaBean class, and an optional messages properties bundle to go with it.
TldxSubTask() - Constructor for class TldxSubTask
Constructor for the TLDX sub task object
TMP_SRC_DIR - Static variable in interface JpfLanguageConstants
 
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 DefaultSort
 
toString() - Method in class FilterService
 
toString() - Method in class SortService
 
toString() - Method in class ProcessPopulate.ExpressionUpdateNode
 
toString() - Method in class TemplateHelper
Returns a string form (fully-quanlfied) of this URL.
toString() - Method in class BundleContext
 
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.
TR - Static variable in interface HtmlConstants
The name of the tr element.
TR_TAG - Static variable in class TagRenderingBase
 
TR_TD(StringBuilder) - Method in class ConstantRendering
 
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_COLLAPSE_STATE - 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_JAVASCRIPT_CLASS - Static variable in class TreeElement
 
TreeContent - Class in org.apache.beehive.netui.tags.tree
 
TreeContent() - Constructor for class TreeContent
 
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 tree.
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
 
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
 
TreeRootElement - Class in org.apache.beehive.netui.tags.tree
 
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
 
trySharedFlowAction(String, HttpServletRequest, HttpServletResponse) - Method in class PageFlowRequestProcessor
 
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_ATTR - Static variable in interface JpfLanguageConstants
 
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.
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.
TypeNameType - Class in org.apache.beehive.netui.compiler.grammar
 
TypeNameType(String, boolean, String, AnnotationGrammar) - Constructor for class TypeNameType
 
typesAreEqual(TypeDeclaration, TypeDeclaration) - Static method in class CompilerUtils
 
TypeUtils - Class in org.apache.beehive.netui.util.type
 

U

UnfulfilledRolesException - Exception in org.apache.beehive.netui.pageflow
Exception that is thrown when an action method marked with @jpf:action roles-allowed="roles" is hit when there is a logged-in user who does not fulfil any of the given roles.
UnfulfilledRolesException(String[], String, String) - Constructor for exception UnfulfilledRolesException
Construct on the list of roles that were allowed access to the action.
uninitialize() - Method in class DataGridModel
 
uninitializeControlContext(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class JavaControlUtils
 
UniqueValueType - Class in org.apache.beehive.netui.compiler.grammar
 
UniqueValueType(String, boolean, boolean, String, AnnotationGrammar) - Constructor for class UniqueValueType
 
UNKNOWN_RENDERING - Static variable in class TagRenderingBase
Unknown Rendering
unloadActionForm(JspContext) - Static method in class ImplicitObjectUtil
 
unloadColumn() - Method in class Columns
 
unregisterURLRewriter(ServletRequest) - Static method in class URLRewriterService
Unregister the URLRewriter from the request.
UnresolvableForwardException - Exception in org.apache.beehive.netui.pageflow
Exception thrown by Forward when a forward name does not resolve to a forward defined by @jpf:forward.
UnresolvableForwardException(String, String, FlowController) - Constructor for exception UnresolvableForwardException
Constructor.
unwrap() - Method in class ApplicationAttributeMap
 
unwrap() - Method in interface BindingContext
 
unwrap() - Method in class PageContextAttributeMap
 
unwrap() - Method in class RequestAttributeMap
 
unwrap() - Method in class RequestParameterMap
 
unwrap() - Method in class SessionAttributeMap
 
unwrapException(Throwable) - Method in interface ExceptionsHandler
 
unwrapException(Throwable) - Method in class DefaultExceptionsHandler
 
unwrapFormBean(ActionForm) - Static method in class InternalUtils
We unwrap two special form types: XmlBeanActionForm and AnyBeanActionForm.
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(String, Object, ImplicitObjectBean, 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, ImplicitObjectBean, 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.
updateProperties(Collection) - Method in class FormBeanModel
Sets the collection of properties for a form bean to a new collection.
uri - Variable in class JspTaglibSubTask
 
uriEndsWith(String, String) - Static method in class FileUtils
Tell whether a URI ends in a given String.
url(String) - Method in class Image
Return the specified src URL, modified as necessary with optional request parameters.
url - Variable in class RewriteURL
 
URLParams - Interface in org.apache.beehive.netui.tags.html
 
URLRewriter - Class in org.apache.beehive.netui.pageflow.util
URL rewriter interface.
URLRewriter() - Constructor for class URLRewriter
 
URLRewriterService - Class in org.apache.beehive.netui.pageflow.util
Methods for registering URL rewriters, and for rewriting URLs using registered rewriters.
URLRewriterService() - Constructor for class URLRewriterService
 
UrlTemplateDescriptor - Class in org.apache.beehive.netui.pageflow.util
Maintains optional deployment information.
UrlTemplateDescriptor() - Constructor for class UrlTemplateDescriptor
Constructs an instance.
USE_EQUALS_TO_COMPARE_ANNOTATIONS_ATTR - Static variable in class CompilerUtils
 
USE_FORM_BEAN_ATTR - Static variable in interface JpfLanguageConstants
 
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.
VALIDATABLE_BEANS_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATABLE_PROPERTIES_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATABLE_PROPERTY_TAG_NAME - Static variable in interface JpfLanguageConstants
 
ValidatableBeanGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
ValidatableBeanGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker) - Constructor for class ValidatableBeanGrammar
 
ValidatableField - Class in org.apache.beehive.netui.compiler.model.validation
 
ValidatableField(String, String, String) - Constructor for class ValidatableField
 
ValidatablePropertyGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
ValidatablePropertyGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker) - Constructor for class ValidatablePropertyGrammar
 
validate(ActionMapping, HttpServletRequest) - Method in class FormData
 
validate(ActionMapping, HttpServletRequest) - Method in class AnyBeanActionForm
 
validate(ActionMapping, HttpServletRequest, ActionErrors) - Method in interface Validatable
 
VALIDATE_CREDIT_CARD_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATE_CREDIT_CARD_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATE_CUSTOM_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATE_CUSTOM_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATE_DATE_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATE_DATE_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATE_EMAIL_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATE_EMAIL_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATE_MASK_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATE_MASK_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATE_MAX_LENGTH_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATE_MAX_LENGTH_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATE_MIN_LENGTH_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATE_MIN_LENGTH_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATE_RANGE_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATE_RANGE_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATE_REQUIRED_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATE_REQUIRED_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATE_TYPE_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATE_TYPE_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATE_VALID_WHEN_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATE_VALID_WHEN_TAG_NAME - Static variable in interface JpfLanguageConstants
 
validateBean(Object, String, ActionMapping, HttpServletRequest) - Method in class FormData
 
ValidateCustomGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
ValidateCustomGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker) - Constructor for class ValidateCustomGrammar
 
validateOptions() - Method in class JspTaglibSubTask
Called to validate configuration parameters.
validateOptions() - Method in class TldxSubTask
Called to validate configuration parameters.
ValidateRangeGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
ValidateRangeGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker) - Constructor for class ValidateRangeGrammar
 
ValidateTypeGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
ValidateTypeGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker) - Constructor for class ValidateTypeGrammar
 
validateValidWhen(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest, ServletContext) - Static method in class ValidatorRules
 
ValidateValidWhenGrammar - Class in org.apache.beehive.netui.compiler.grammar
 
ValidateValidWhenGrammar(AnnotationProcessorEnvironment, Diagnostics, RuntimeVersionChecker) - Constructor for class ValidateValidWhenGrammar
 
VALIDATION_BEAN_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATION_BEANS_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATION_ERROR_FORWARD_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATION_LOCALE_RULES_TAG_NAME - Static variable in interface JpfLanguageConstants
 
VALIDATION_MESSAGES_ATTR - Static variable in interface JpfLanguageConstants
 
ValidationModel - Class in org.apache.beehive.netui.compiler.model.validation
 
ValidationModel() - Constructor for class ValidationModel
 
ValidationModel.RuleInfo - Class in org.apache.beehive.netui.compiler.model.validation
 
ValidationModel.RuleInfo(String, String, String, String) - Constructor for class ValidationModel.RuleInfo
 
VALIDATOR_MERGE_ATTR - Static variable in interface JpfLanguageConstants
 
VALIDATOR_PATHNAMES_PROPERTY - Static variable in class StrutsApp
 
VALIDATOR_PLUG_IN_CLASSNAME - Static variable in class StrutsApp
 
ValidatorConstants - Interface in org.apache.beehive.netui.compiler.model.validation
 
ValidatorRule - Class in org.apache.beehive.netui.compiler.model.validation
 
ValidatorRule(String) - Constructor for class ValidatorRule
 
ValidatorRule.MessageArg - Class in org.apache.beehive.netui.compiler.model.validation
 
ValidatorRule.MessageArg(String, boolean) - Constructor for class ValidatorRule.MessageArg
 
ValidatorRuleFactory - Interface in org.apache.beehive.netui.compiler.genmodel
 
ValidatorRuleRange - Class in org.apache.beehive.netui.compiler.model.validation
 
ValidatorRuleRange(Double, Double) - Constructor for class ValidatorRuleRange
 
ValidatorRuleRange(Integer, Integer) - Constructor for class ValidatorRuleRange
 
ValidatorRules - Class in org.apache.beehive.netui.pageflow.validation
 
ValidatorRules() - Constructor for class ValidatorRules
 
ValidXmlFileType - Class in org.apache.beehive.netui.compiler.grammar
 
ValidXmlFileType(SchemaType, String, AnnotationGrammar, FlowControllerInfo) - Constructor for class ValidXmlFileType
 
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 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
 
VALUE_ATTR - Static variable in interface JpfLanguageConstants
 
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 JpfLanguageConstants.ExtraInfoKeys
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum JpfLanguageConstants.ExtraInfoKeys
Returns an array containing the constants of this enum type, in the order they're declared.
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() - Method in class DynaFormData
 
values - Variable in class ProcessPopulate.ExpressionUpdateNode
 
values() - Method in class AbstractAttributeMap
 
valueUnbound(HttpSessionBindingEvent) - Method in class PageFlowController
Callback when this page flow 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
 
VARIABLES_ATTR - Static variable in interface JpfLanguageConstants
 
VARIANT_ATTR - Static variable in interface JpfLanguageConstants
 
VARNAME_DATE_PATTERN - Static variable in interface ValidatorConstants
 
VARNAME_DATE_PATTERN_STRICT - Static variable in interface ValidatorConstants
 
VARNAME_MASK - Static variable in interface ValidatorConstants
 
VARNAME_MAX - Static variable in interface ValidatorConstants
 
VARNAME_MAXLENGTH - Static variable in interface ValidatorConstants
 
VARNAME_MIN - Static variable in interface ValidatorConstants
 
VARNAME_MINLENGTH - Static variable in interface ValidatorConstants
 
VARNAME_VALID_WHEN - Static variable in interface ValidatorConstants
 
verifyAttributes() - Method in class StructuredBaseTag
 
verifyAttributes() - Method in class Pad
Verify that the attributes set on the tag are correct.
VERSION_1_1 - Static variable in class JspTaglibSubTask.JspVersionTypes
 
VERSION_1_2 - Static variable in class JspTaglibSubTask.JspVersionTypes
 
VERSION_2_0 - Static variable in class JspTaglibSubTask.JspVersionTypes
 
VERSION_8_SP2_STRING - Static variable in interface JpfLanguageConstants
 
VERSION_9_0_STRING - Static variable in interface JpfLanguageConstants
 
VERTICAL_VALUE - Variable in class HtmlGroupBaseTag
Constant defining a vertical layout of the options.
VIEW_PROPERTIES_TAG_NAME - Static variable in interface JpfLanguageConstants
 
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 Logger
 
warn(Object, Throwable) - Method in class Logger
 
warnAboutClassLoaders(Object, HttpServletRequest) - Static method in class InternalUtils
 
warnAboutClassLoaders(Object, ServletContext) - Static method in class InternalUtils
 
WEBAPP_ROOT_PACKAGE - Static variable in interface JpfLanguageConstants
 
WebappPathOrActionType - Class in org.apache.beehive.netui.compiler.grammar
 
WebappPathOrActionType(boolean, String, AnnotationGrammar, FlowControllerInfo) - Constructor for class WebappPathOrActionType
 
WebappPathType - Class in org.apache.beehive.netui.compiler.grammar
String type that emits a warning if the given path does not exist in the webapp for this pageflow.
WebappPathType(boolean, String, AnnotationGrammar, FlowControllerInfo) - Constructor for class WebappPathType
 
WEBINF_DIR - Static variable in class InternalConstants
 
WEBINF_DIR_NAME - Static variable in interface JpfLanguageConstants
 
WEBINF_DIR_NAME - Static variable in class StrutsApp
 
WEBINF_SRC_DIR - Static variable in interface JpfLanguageConstants
 
WEBINF_SRC_PATH - Static variable in interface JpfLanguageConstants
 
WIDTH - Static variable in interface HtmlConstants
The name of the width attribute.
WINDOW_LABEL_PARAM - Static variable in class TemplateHelper
Window label query parameter (reserved).
wrapFormBean(Object) - Static method in class InternalUtils
 
WritableFieldType - Class in org.apache.beehive.netui.compiler.grammar
 
WritableFieldType(String, String, String, AnnotationGrammar) - Constructor for class WritableFieldType
 
write(String) - Method in interface IFilter
 
write(String) - Method in class DefaultFilter
 
write(String) - Method in class DefaultSort
 
write(String, boolean) - Method in class DefaultSort
 
write(String) - Method in interface ISort
 
write(String, boolean) - Method in interface ISort
 
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.
writeAnchorFormSubmit(IScriptReporter) - Method in class JavaScriptUtils
 
writeAnchorFormSubmitAction(String, String) - Method in class JavaScriptUtils
 
writeControllerElement(StrutsConfigDocument.StrutsConfig) - Method in class StrutsApp
 
writeEnd(StringBuilder) - Method in class BaseTag
 
writeEnd(StringBuilder) - Method in class ImageTag
 
writeEnd(StringBuilder) - Method in class InputBooleanTag
 
writeEnd(StringBuilder) - Method in class InputFileTag
 
writeEnd(StringBuilder) - Method in class InputHiddenTag
 
writeEnd(StringBuilder) - Method in class InputImageTag
 
writeEnd(StringBuilder) - Method in class InputSubmitTag
 
writeEnd(StringBuilder) - Method in class InputTextTag
 
writeHandlerName(String, String) - Static method in class ProcessPopulate
Write the handler name specified onto the given expression.
writeId(String, String) - Method in class Form
This method will add a id and expression to the map maintained by the implementor.
writeId(String, String) - Method in interface IHtmlIdWriter
This method will add a id and expression to the map maintained by the implementor.
writeIdMap(IScriptReporter, String) - Method in class JavaScriptUtils
 
writeInitScript(StringBuilder) - Method in class ScriptContainer
This method will output all of the Script that appears inside the tag.
writeInitScript(StringBuilder) - Method in interface IScriptReporter
This method will output all of the Script that appears inside the tag.
writeNetuiNameFunctions(IScriptReporter) - Method in class JavaScriptUtils
 
writeRollover(IScriptReporter) - Method in class JavaScriptUtils
 
writeScript(StringBuilder) - Method in class ScriptContainer
This method will output all of the Script associated with the script reporter.
writeScript(StringBuilder) - Method in interface IScriptReporter
This method will output all of the Script associated with the script reporter.
writeScriptBlock(StringBuilder, String) - Static method in class JavaScriptUtils
This is a static method that will write a consistent look/feel to the tags and comment markup that appears around the JavaScript.
writeScriptBlock() - Method in class ScriptContainer
This will write the script block.
writeStyleClass(StringBuffer, int[]) - Method in class EmptyStylePolicy
 
writeStyleClass(StringBuffer, int) - Method in class EmptyStylePolicy
 
writeStyleClass(StringBuffer, int[]) - Method in class StylePolicy
 
writeStyleClass(StringBuffer, int) - Method in class StylePolicy
 
writeToFile() - Method in class GenStrutsApp
 
writeToFile(File) - Method in class GenStrutsApp
 
writeToFile() - Method in class GenValidationModel
 
writeToXMLBean(ActionDocument.Action) - Method in class ActionModel
 
writeToXMLBean(ExceptionDocument.Exception) - Method in class ExceptionModel
 
writeToXMLBean(FormBeanDocument.FormBean) - Method in class FormBeanModel
 
writeToXMLBean(ForwardDocument.Forward) - Method in class ForwardModel
 
writeToXMLBean(MessageResourcesDocument.MessageResources) - Method in class MessageResourcesModel
 
writeToXMLBean(FormsetDocument.Formset) - Method in class LocaleSet
 
writeToXMLBean(FieldDocument.Field) - Method in class ValidatableField
 
writeValidatorInit(StrutsConfigDocument.StrutsConfig) - Method in class StrutsApp
 
writeXml(PrintStream, File, File) - Method in class StrutsApp
 
writeXml(PrintStream, File) - Method in class ValidationModel
 

X

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
XJSP_FILE_EXTENSION - Static variable in interface JpfLanguageConstants
 
XML_FORM_CLASS_NAME - Static variable in interface JpfLanguageConstants
 
XmlBeanActionForm - Class in org.apache.beehive.netui.pageflow.internal
 
XmlBeanActionForm() - Constructor for class XmlBeanActionForm
 
XmlBeanActionForm(Object) - Constructor for class XmlBeanActionForm
 

_

_attribute - Variable in class TreeElement
 
_bundle - Variable in class ErrorBaseTag
The message bundle where the error messages can be found.
_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
 
_formatterErrors - Variable in class LabelBase
 
_labelStyle - Variable in class HtmlGroupBaseTag
 
_labelStyleClass - Variable in class HtmlGroupBaseTag
 
_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
 
_state - Variable in class Anchor
 
_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 _