Plumtree Tags API  
 

ATag.Create Method 

This method is used to create new instance of managed (i.e. dynamically discovered) tags.

Tag methods will not be functional during execution of this method (E.G. tag.SetStateVariable, etc... will not work).
public abstract ATag Create();

Return Value

ATag A new instance of the tag class (e.g. return new FooTag();).

See Also

ATag Class | com.plumtree.portaluiinfrastructure.tags Namespace