?? actioncontroller.html
字號(hào):
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="setName(java.lang.String)"><!-- --></A><H3>setName</H3><PRE>public void <B>setName</B>(java.lang.String name)</PRE><DL><DD>Sets the name of the action. The value set must not be null, otherwise <code>IllegalArgumentException</code> will be thrown.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - the name<DT><B>See Also:</B><DD><A HREF="../../../../../com/ibm/portal/propertybroker/property/Action.html#getName()"><CODE>Action.getName()</CODE></A></DL></DD></DL><HR><A NAME="setConstantParameters(java.util.Map)"><!-- --></A><H3>setConstantParameters</H3><PRE>public void <B>setConstantParameters</B>(java.util.Map params)</PRE><DL><DD>Sets additional constant parameters associated with the Action, by way of name, value entries in a Map. The values are restricted to String.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>params</CODE> - a <code>Map</code> of constant objects.<DT><B>See Also:</B><DD><A HREF="../../../../../com/ibm/portal/propertybroker/property/Action.html#getConstantParameters()"><CODE>Action.getConstantParameters()</CODE></A></DL></DD></DL><HR><A NAME="setTitle(java.lang.String, java.util.Locale)"><!-- --></A><H3>setTitle</H3><PRE>public void <B>setTitle</B>(java.lang.String title, java.util.Locale locale)</PRE><DL><DD>Sets a localized title for this action.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>title</CODE> - a short description for this action for the provided locale<DD><CODE>locale</CODE> - the current locale<DT><B>See Also:</B><DD><A HREF="../../../../../com/ibm/portal/propertybroker/property/Action.html#getTitle(java.util.Locale)"><CODE>Action.getTitle(Locale)</CODE></A></DL></DD></DL><HR><A NAME="setDescription(java.lang.String, java.util.Locale)"><!-- --></A><H3>setDescription</H3><PRE>public void <B>setDescription</B>(java.lang.String description, java.util.Locale locale)</PRE><DL><DD>Sets a localized description for this action.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>description</CODE> - a text description for this action for the provided locale<DD><CODE>locale</CODE> - the current locale<DT><B>See Also:</B><DD><A HREF="../../../../../com/ibm/portal/propertybroker/property/Action.html#getDescription(java.util.Locale)"><CODE>Action.getDescription(Locale)</CODE></A></DL></DD></DL><HR><A NAME="setParameters(com.ibm.portal.propertybroker.property.Parameter[])"><!-- --></A><H3>setParameters</H3><PRE>public void <B>setParameters</B>(<A HREF="../../../../../com/ibm/portal/propertybroker/property/Parameter.html" title="interface in com.ibm.portal.propertybroker.property">Parameter</A>[] parameters)</PRE><DL><DD>Sets the <code>Parameter</code> array associated with this action.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>parameters</CODE> - the array of parameter objects associated with this action - at most one input parameter, zero or more output parameters. The array must contain at least one <code>Parameter</code>, otherwise <code>IllegalArgumentException</code> will be thrown.<DT><B>See Also:</B><DD><A HREF="../../../../../com/ibm/portal/propertybroker/property/Parameter.html" title="interface in com.ibm.portal.propertybroker.property"><CODE>Parameter</CODE></A>, <A HREF="../../../../../com/ibm/portal/propertybroker/property/Action.html#getParameters()"><CODE>Action.getParameters()</CODE></A></DL></DD></DL><HR><A NAME="setType(com.ibm.portal.propertybroker.property.ActionType)"><!-- --></A><H3>setType</H3><PRE>public void <B>setType</B>(<A HREF="../../../../../com/ibm/portal/propertybroker/property/ActionType.html" title="class in com.ibm.portal.propertybroker.property">ActionType</A> value)</PRE><DL><DD>Sets the type of the action. See <code>ActionType</code> for a description of action types. The value must not be null, otherwise <code>IllegalArgumentException</code> will be thrown.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the type of the action.<DT><B>See Also:</B><DD><A HREF="../../../../../com/ibm/portal/propertybroker/property/ActionType.html" title="class in com.ibm.portal.propertybroker.property"><CODE>ActionType</CODE></A>, <A HREF="../../../../../com/ibm/portal/propertybroker/property/Action.html#getType()"><CODE>Action.getType()</CODE></A></DL></DD></DL><HR><A NAME="setActionInvocationMetaData(java.lang.String)"><!-- --></A><H3>setActionInvocationMetaData</H3><PRE>public void <B>setActionInvocationMetaData</B>(java.lang.String invocationMetadata)</PRE><DL><DD>Sets additional metadata which may be used to invoke targets.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>invocationMetadata</CODE> - a string of additional metadata<DT><B>See Also:</B><DD><A HREF="../../../../../com/ibm/portal/propertybroker/property/Action.html#getActionInvocationMetaData()"><CODE>Action.getActionInvocationMetaData()</CODE></A></DL></DD></DL><HR><A NAME="setInitiallyActive(boolean)"><!-- --></A><H3>setInitiallyActive</H3><PRE>public void <B>setInitiallyActive</B>(boolean initiallyActive)</PRE><DL><DD>Sets if the action is initially active when the owning object (such as a portlet) is active or if it needs to be programmatically activated for each session.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>initiallyActive</CODE> - boolean value which should be false to make this action initially inactive<DT><B>See Also:</B><DD><A HREF="../../../../../com/ibm/portal/propertybroker/property/Action.html#isInitiallyActive()"><CODE>Action.isInitiallyActive()</CODE></A></DL></DD></DL><HR><A NAME="setInvokeIfMultipleActionsActive(boolean)"><!-- --></A><H3>setInvokeIfMultipleActionsActive</H3><PRE>public void <B>setInvokeIfMultipleActionsActive</B>(boolean invokeIfMultipleActive)</PRE><DL><DD>Sets if this action should be invoked when other actions on the portlet are simultaneously active due to multiple wires being simultaneously triggered. If not set, defaults to false and the action will not be invoked.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>invokeIfMultipleActive</CODE> - <DT><B>See Also:</B><DD><A HREF="../../../../../com/ibm/portal/propertybroker/property/Action.html#getInvokeIfMultipleActionsActive()"><CODE>Action.getInvokeIfMultipleActionsActive()</CODE></A></DL></DD></DL><HR><A NAME="setActionNameParameter(java.lang.String)"><!-- --></A><H3>setActionNameParameter</H3><PRE>public void <B>setActionNameParameter</B>(java.lang.String value)</PRE><DL><DD>Sets the parameter that should be used as a key to determine the action name.<P><DD><DL></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../../../com/ibm/portal/propertybroker/property/Action.html#getActionNameParameter()"><CODE>Action.getActionNameParameter()</CODE></A></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../com/ibm/portal/propertybroker/property/Action.html" title="interface in com.ibm.portal.propertybroker.property"><B>PREV CLASS</B></A> <A HREF="../../../../../com/ibm/portal/propertybroker/property/Parameter.html" title="interface in com.ibm.portal.propertybroker.property"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="ActionController.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -