|
Class Summary |
| AddToListColsTag |
Define the set of columns for the "from" and "to" tables in the Add
To List widget. |
| AddToListColTag |
Define a column for the "from" and "to" tables in the Add
To List widget. |
| AddToListSizeTag |
Set the scoped variable as the value of
Constants.ADDTOLIST_SIZE_DEFAULT. |
| AddToListValuePropertyTag |
Define a property of a spider object to be displayed in a column of
each of the "from" and "to" tables in the Add To List widget. |
| AddToListValuesTag |
Define the set of object values displayed in the "from" and "to"
tables in the Add To List widget. |
| AddToListValueTag |
Define a bundle of properties of a spider object corresponding to
the columns of each of the "from" and "to" tables in the Add To
List widget. |
| AutoInventoryDiff |
Generates a String representing the diff for an AIPlatform |
| AutoInventoryServerDiff |
Generates a String representing the diff for an AIServer |
| ConfigTag |
A JSP tag that looks up a named CAM config property and returns the
value as a scoped variable. |
| ConstantsDiagTag |
This has no utility other than for developers to see a nice
dump of all of the defined constants |
| ConstantsTag |
A sensible way to handle constants in a webapp is to define a bean that
holds all of the constants as attributes. |
| DateFormatter |
Tag that will take a value that is a long, or a runtime expression, and
output a date representation of that long. |
| HelpTag |
return the link to the help system. |
| InventoryHierarchyTag |
Deprecated. |
| ListJoinTag |
A JSP tag that will take a java.util.List and format it using a given
delimiter string. |
| MetricDisplayTag |
This is a locale aware tag for displaying metrics and units. |
| NavMapSupportedTag |
Set a scoped variable containing a boolean flag as to whether or
not the running server and current page context both support the
navigation map functionality. |
| NavMapTag |
A JSP tag that will retrieve a tree of all resources connected to the current
resource and store it in the session. |
| OptionMessageListTag |
A JSP tag that will take a java.util.List and render a set of
HTML <option ...> markup using the resource
bundle. |
| OwnerTag |
A JSP tag that formats and prints the "owner information" commonly displayed
as part of the attributes of a resource. |
| PageSizeTag |
Set a scoped variable containing the number of items to display on
a single page of a paged list. |
| Pagination |
generate pagination info for a specified list. |
| PaginationParameters |
generate pagination info for a spicified list. |
| QuicknavTag |
This class is a two in one tag that that creates a row of quicknav icons for
the resource hub. |
| QuicknavUtil |
|
| RecentAlertsTag |
A JSP tag that will get the recent alerts for a user and put them
in the request context. |
| RemovePrefixTag |
|
| ResourceBreadcrumbTag |
|
| ResourceTypeName |
+ Maps a resource type id provided and returns the resources display name. |
| ShortenPathTag |
|
| ShortenTextTag |
|
| SkipIfAutoApprovedTag |
|
| UserResourcePermission |
Check to see if the current user has a specific set of permissions relative
to the current resource in scope. |
| VarSetterBaseTag |
Subclass of TagSupport that acts as a base class for
tags that set scoped variables. |