1.0
1.2
AeTags
http://activebpel.org/aetaglib
Custom tags for BPEL Engine Admin Console
IndexedProperty
org.activebpel.rt.war.tags.AeIndexedPropertyTag
org.activebpel.rt.war.tags.AeIndexedPropertyTEI
JSP
Loop over indexed properties
id
true
true
name
true
true
property
true
true
indexedClassName
true
true
IfParamMatches
org.activebpel.rt.war.tags.AeIfParamMatchesTag
JSP
Process body if the param value matches the expected value
property
true
true
value
true
true
IfParamNotMatches
org.activebpel.rt.war.tags.AeIfParamNotMatchesTag
JSP
Process body if the param value does not the expected value
property
true
true
value
true
true
IfParamInList
org.activebpel.rt.war.tags.AeIfParamInListTag
JSP
Process body if the param value matches is in the given comma separated list of values.
property
true
true
value
true
true
IfParamNotInList
org.activebpel.rt.war.tags.AeIfParamNotInListTag
JSP
Process body if the param value matches is not in the given comma separated list of values.
property
true
true
value
true
true
IfPropertyMatches
org.activebpel.rt.war.tags.AeIfPropertyMatchesTag
JSP
Process body if the property value matches the expected value
name
true
true
property
true
true
value
true
true
classType
true
true
fromName
false
true
fromProperty
false
true
IfPropertyNotMatches
org.activebpel.rt.war.tags.AeIfPropertyNotMatchesTag
JSP
Process body if the property value does not match the expected value
name
true
true
property
true
true
value
true
true
classType
true
true
fromName
false
true
fromProperty
false
true
IfPropertyInList
org.activebpel.rt.war.tags.AeIfPropertyInListTag
JSP
Process body if the string representation of property value is in the given
list of comma separated values.
name
true
true
property
true
true
value
true
true
classType
true
true
IfPropertyNotInList
org.activebpel.rt.war.tags.AeIfPropertyNotInListTag
JSP
Process body if the string representation of property value is not in the given
list of comma separated values.
name
true
true
property
true
true
value
true
true
classType
true
true
IfTrue
org.activebpel.rt.war.tags.AeIfTrueTag
JSP
Process body if bean property evaluates to true
property
true
true
name
true
true
IfFalse
org.activebpel.rt.war.tags.AeIfFalseTag
JSP
Process body if bean property evaluates to false
property
true
true
name
true
true
RequestParam
org.activebpel.rt.war.tags.AeRequestParamTag
empty
Write the value of the request parameter
parameterName
true
true
QName
org.activebpel.rt.war.tags.AeQNamePropertyTag
empty
Write the local part or the namespaceuri of the qname property
property
true
true
name
true
true
part
true
true
GetProperty
org.activebpel.rt.war.tags.AeGetPropertyTag
empty
Retrieves the value of the named property.
name
true
true
property
false
true
SetProperty
org.activebpel.rt.war.tags.AeSetPropertyTag
empty
Sets the value of the named property.
name
true
true
property
false
true
param
false
true
value
false
true
fromName
false
true
fromProperty
false
true
GetResource
org.activebpel.rt.war.tags.AeGetResourceTag
empty
Write the value of the resource
name
true
true
property
false
true
attributeName
false
true
SetResource
org.activebpel.rt.war.tags.AeSetResourceTag
empty
Sets the value of the resource to a bean property
name
true
true
property
false
true
key
true
true
XMLStringFormatter
org.activebpel.rt.war.tags.AeXMLStringFormatterTag
empty
Converts an XML string into an HTML compatible string.
name
true
true
property
true
true
JSStringFormatter
org.activebpel.rt.war.tags.AeJSStringFormatterTag
empty
Converts a Java multi-line string into a JavaScript compatible composite string.
name
true
true
property
true
true
DateFormatter
org.activebpel.rt.war.tags.AePropertyDateFormatterTag
empty
Formats the date of a property using the pattern provided.
Will cache the SimpleDateFormat on the pagecontext's request scope.
property
true
true
name
true
true
pattern
false
true
patternKey
false
true
SetDate
org.activebpel.rt.war.tags.AeDateSetterTag
empty
Parses a date from the specified request param and sets it as a bean property.
property
true
true
name
true
true
pattern
false
true
patternKey
false
true
param
true
true
RequestEncoding
org.activebpel.rt.war.tags.AeRequestEncodingTag
empty
Sets character encoding for request parameters.
value
true
true
IfUserInRole
org.activebpel.rt.war.tags.AeIfUserInRoleTag
JSP
Returns true if user is in the role or if authentication is off.
Useful for hiding UI elements that the user doesn't have access to.
role
true
true
NumberFormatter
org.activebpel.rt.war.tags.AePropertyNumberFormatterTag
empty
Formats the number of a property using the pattern provided.
Will cache the DecimalFormat on the pagecontext's request scope.
property
true
true
name
true
true
pattern
false
true
patternKey
false
true
TabTag
org.activebpel.rt.war.web.tabs.AeTabTag
empty
Builds the tabs for a JSP
name
true
true
beanName
true
true
SetCheckboxProperty
org.activebpel.rt.war.tags.AeCheckboxPropertySetterTag
empty
Sets the html form checkbox boolean property value.
property
true
true
name
true
true
param
true
true
SetIntProperty
org.activebpel.rt.war.tags.AeIntegerPropertySetterTag
empty
Sets the html form text field property value as a integer.
property
true
true
name
true
true
param
true
true
default
false
true
min
false
true
max
false
true
SetStringProperty
org.activebpel.rt.war.tags.AeStringPropertySetterTag
empty
Sets the html form text field property value as a string, including empty strings.
property
true
true
name
true
true
param
true
true
CollectionIterator
org.activebpel.rt.war.tags.AeCollectionIteratorTag
JSP
Processes the body for each iteration in the named collection property.
property
true
true
name
true
true
id
true
true
SetNamespaceMapping
org.activebpel.rt.war.tags.AeSetNamespaceMappingTag
empty
Sets a xpath namespace and prefix mapping in the request context
prefix
true
true
uri
true
true
XPathSelectNodeText
org.activebpel.rt.war.tags.AeXpathSelectNodeTextTag
empty
Emits the node text on the xml element
name
true
true
property
false
true
query
false
true
XpathNodeIterator
org.activebpel.rt.war.tags.AeXpathNodeIteratorTag
JSP
Processes the body for each iteration in the xpath node list selection.
name
true
true
property
false
true
query
false
true
id
true
true
XpathExist
org.activebpel.rt.war.tags.AeXpathExistTag
JSP
Processes the body if the xpath selection exists
name
true
true
property
false
true
query
false
true
XpathNotExist
org.activebpel.rt.war.tags.AeXpathNotExistTag
JSP
Processes the body if the xpath selection does not exists
name
true
true
property
false
true
query
false
true
XpathSelectNodeDate
org.activebpel.rt.war.tags.AeXpathSelectNodeDateTag
JSP
Formats the node text data given the date pattern key in resource bundle or direct pattern.
name
true
true
property
false
true
query
false
true
pattern
false
true
patternKey
false
true