Package com.ptc.cat.ui.client.action
Class LaunchCustomURLAction
java.lang.Object
com.ptc.cat.ui.client.action.AbstractAction
com.ptc.cat.ui.client.action.JCAAction
com.ptc.cat.ui.client.action.LaunchCustomURLAction
- All Implemented Interfaces:
com.ptc.cat.ui.client.action.Action
- Direct Known Subclasses:
CustomSearchAndLaunchURLAction
public class LaunchCustomURLAction
extends com.ptc.cat.ui.client.action.JCAAction
An action that simply launches the URL specified in the action XML file.
Supported API: true
Extendable: false
Note: This is a GWT client side action which is not supported for extension.
<action name="manageNotes" ajax="row" >
<command class="com.ptc.cat.ui.client.action.LaunchURLAction"
method="execute" url="/app/#ptc1/tcomp/infoPage?tlnType=note&tlnAction=relatedNotes"
windowType="page"/>
<includeFilter name="com.ptc.cat.ui.client.internal.action.OneSelectionFilter" />
<includeFilter name="com.ptc.cat.ui.client.internal.action.IsNotUnspecifiedIterationFilter" />
</action>
Supported API: true
Extendable: false
Note: This is a GWT client side action which is not supported for extension.
-
Method Summary