quinta-feira, 18 de junho de 2015

ATG Droplet List


Class Name

Component
Function
atg.droplet.BeanProperty

/atg/dynamo/droplet/BeanProperty
Sets any property value by dynamically specifying the property and value to update
atg.droplet.Cache

/atg/dynamo/droplet/Cache
Caches content that changes infrequently
atg.droplet.Compare

/atg/dynamo/droplet/Compare
Displays one of a set of possible outputs, depending on the relative value of its two input parameters
atg.droplet.CurrencyConversionFormatter

/atg/dynamo/droplet/CurrencyConversionFormatter
Displays a numeric value as a currency amount, and converts a value from one currency to another, formatting it based on the locale
atg.droplet.CurrencyFormatter

/atg/dynamo/droplet/CurrencyFormatter
Displays a numeric value as a currency amount, formatting it based on the locale
atg.droplet.ErrorMessageForEach

/atg/dynamo/droplet/ErrorMessageForEach /atg/userprofiling/ProfileErrorMessageForEach /atg/demo/QuincyFunds/FormHandlers/RepositoryErrorMessageForEach
Displays error messages that occur during a form submission
atg.droplet.For

/atg/dynamo/droplet/For
Displays a single output the number of times specified
atg.droplet.ForEach

/atg/dynamo/droplet/ForEach
Displays each element of an array
atg.droplet.Format

/atg/dynamo/droplet/Format
Displays one or more text values, formatting them based on locale
atg.droplet.IsEmpty

/atg/dynamo/droplet/IsEmpty
Displays one of two possible outputs, depending on whether its input parameter is empty
atg.droplet.IsNull

/atg/dynamo/droplet/IsNull
Displays one of two possible outputs, depending on whether its input parameter is null
atg.droplet.ProtocolChange

/atg/dynamo/droplet/ProtocolChange
Enables switching between http and https protocols
atg.droplet.Range

/atg/dynamo/droplet/Range
Displays a subset of the elements of an array
atg.droplet.Redirect

/atg/dynamo/droplet/Redirect
Redirects the user to the specified page
atg.droplet.Switch

/atg/dynamo/droplet/Switch
Displays one of a set of possible outputs, depending on the value of its input parameter
atg.droplet.TableForEach

/atg/dynamo/droplet/TableForEach
Displays each element of an array, arranging the output in a two-dimensional format
atg.droplet.TableRange

/atg/dynamo/droplet/TableRange
Displays a subset of the elements of an array, arranging the output in a two-dimensional format





Class Name

Component
Function
atg.repository.seo.ItemLink Takes a repository item as input and generates either a static or dynamic URL, depending on whether the page it is on is being viewed by a human visitor or a Web spider.
atg.repository.servlet.ItemLookupDroplet

/atg/dynamo/droplet/ItemLookupDroplet
Looks up an item in one or more repositories, based on the item’s ID, and renders the item on the page
atg.repository.servlet.NavHistoryCollector Tracks each page that a user visits and makes it easy for that user to backtrack and return to pages he or she has already visited
atg.service.pipeline.servlet.PipelineChainInvocation

/atg/dynamo/droplet/PipelineChainInvocation
Initiates a pipeline thread
atg.repository.servlet.PossibleValues

/atg/dynamo/droplet/PossibleValues
Returns a list of repository items of the specified item type
atg.rview.RelationalViewDroplet

/atg/dynamo/service/jdbc/RelationalViewDroplet
Specifies a RelationalView and subview, executes a query, and then passes the results of that query to another servlet bean (such as ForEach) for display
atg.repository.servlet.RQLQueryForEach

/atg/dynamo/droplet/RQLQueryForEach
Constructs an RQL query and renders its output parameter once for each element returned by the query
atg.repository.servlet.RQLQueryRange

/atg/dynamo/droplet/RQLQueryRange
Constructs an RQL query of a SQL database and renders its output parameter for a selected subset of the elements returned by the query
atg.droplet.sql.SQLQueryForEach

/atg/dynamo/droplet/SQLQueryForEach
Constructs a query of a SQL database and renders its output parameter once for each row returned by the database query
atg.droplet.sql.SQLQueryRange

/atg/dynamo/droplet/SQLQueryRange
Constructs a query of a SQL database and renders its output parameter once for each of a specified range of the rows returned by the database query



Class Name

Component
Function
atg.droplet.xml.NodeForEach

/atg/dynamo/droplet/xml/NodeForEach
Given a DOM node, selects all nodes that match a specified pattern and iterates over each selected node
atg.droplet.xml.NodeMatch

/atg/dynamo/droplet/xml/NodeMatch
Given a DOM node, selects the next node that matches a specified pattern
atg.droplet.xml.DOM

/atg/dynamo/droplet/xml/XMLToDOM
Parses an XML document and transforms it into a DOM document, making the document’s nodes and attributes available as objects and object properties
atg.droplet.xml.XMLTransform

/atg/dynamo/droplet/xml/XMLTransform
Given an XML document and an XSLT or JSP template, transforms and outputs the XML document, with the formatting provided by the template



Class Name

Component
Function
atg.dtm.EndTransactionDroplet

/atg/dynamo/transaction/droplet/EndTransaction
Commits or rolls back the current transaction
atg.dtm.TransactionDroplet

/atg.dtm.TransactionDroplet
Marks the bounds of a transaction within a JSP



Class Name

Component
Function
atg.markers.userprofiling.droplet.AddMarkerToProfile

/atg/markers/userprofiling/droplet/AddMarkerToProfileDroplet
Add a profile marker to a profile
atg.markers.userprofiling.droplet.ProfileHasLastMarker

/atg/markers/userprofiling/droplet/ProfileHasLastMarkerDroplet
Locates the last profile marker added to a profile
atg.markers.userprofiling.droplet.ProfileHasLastMarkerWithKey

/atg/markers/userprofiling/droplet/ProfileHasLastMarkerWithKeyDroplet
Locates the last profile marker with a particular key that was added to a profile
atg.markers.userprofiling.droplet.ProfileHasMarker

/atg/markers/userprofiling/droplet/ProfileHasMarkerDroplet
Determines whether a profile has a profile marker
atg.markers.userprofiling.droplet.RemoveAllMarkersFromProfile

/atg/markers/userprofiling/droplet/RemoveAllMarkersFromProfileDroplet
Removes all profile markers from a profile
atg.markers.userprofiling.droplet.RemoveMarkersFromProfile

/atg/markers/userprofiling/droplet/RemoveMarkersFromProfileDroplet
Removes a profile marker from a profile
atg.service.collections.filter.droplet.CollectionFilter

/atg/collections/filter/droplet/StartEndDateFilterDroplet
Filters objects in a collection
atg.userprofiling.GetDirectoryPrincipal

/atg/userprofiling/GetDirectoryPrincipal
Returns the DirectoryPrincipal for a specified type and ID
atg.userprofiling.HasEffectivePrincipal

/atg/userprofiling/HasEffectivePrincipal
Fires a content event if a user has the appropriate Principal (identity)
atg.userprofiling.PageEventTriggerDroplet

/atg/userprofiling/SendPageEvent
Sends page viewed events for the current page being viewed
atg.targeting.RuleBasedRepositoryItemGroupFilter

/atg/targeting/RuleBasedRepositoryItemGroupFilter
Renders a collection of RepositoryItems that belong to the specified RuleBasedRepositoryItemGroup
atg.targeting.RepositoryLookup

/atg/targeting/RepositoryLookup
Looks up an item in a specific repository, based on the item’s ID, and renders the item on the page
atg.targeting.TargetingArray

/atg/targeting/TargetingArray
Performs a targeting operation and then passes the results to another servlet bean for display
atg.targeting.TargetingFirst

/atg/targeting/TargetingFirst
Performs a targeting operation and displays the first n items returned by the targeter, where n is a number you specify
atg.targeting.TargetingForEach

/atg/targeting/TargetingForEach
Performs a targeting operation and displays all of the items returned by the targeter
atg.targeting.TargetingRandom

/atg/targeting/TargetingRandom
Performs a targeting operation and randomly selects and displays n items returned by the targeter, where n is a number you specify
atg.targeting.TargetingRange

/atg/targeting/TargetingRange
Performs a targeting operation and displays a subset of the items returned by the targeter, specified as a range
atg.workflow.servlet.WorkflowInstanceQueryDroplet Returns information about a specified set of workflow instances
atg.workflow.servlet.WorkflowTaskQueryDroplet Returns information about a specified set of workflow tasks




Class Name

Component
Function
atg.markers.bp.droplet.AddBusinessProcessStage

/atg/markers/bp/droplet/AddBusinessProcessStageDroplet
Adds a marker when a business object reaches a new business process stage
atg.markers.bp.droplet.HasBusinessProcessStage

/atg/markers/bp/droplet/HasBusinessProcessStageDroplet
Tests whether a business object has reached a specified business process stage
atg.markers.bp.droplet.MostRecentBusinessProcessStage

/atg/markers/bp/droplet/MostRecentBusinessProcessStageDroplet
Tests whether the business process stage most recently reached by a business object matches the specified stage
atg.markers.bp.droplet.RemoveBusinessProcessStage

/atg/markers/bp/droplet/RemoveBusinessProcessStageDroplet
Removes a specified business process stage

Nenhum comentário:

Postar um comentário