Package tigase.server.rtbl.adhoc
Class RTBLAddCommand
java.lang.Object
tigase.server.rtbl.adhoc.AbstractAdHocCommand
tigase.server.rtbl.adhoc.RTBLAddCommand
- All Implemented Interfaces:
AdHocCommand
@Bean(name="rtbl-command-add",
parent=RTBLComponent.class,
active=true)
public class RTBLAddCommand
extends AbstractAdHocCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getNode()
protected tigase.form.Form
prepareForm
(AdhHocRequest request, AdHocResponse response) protected tigase.form.Form
submitForm
(AdhHocRequest request, AdHocResponse response, tigase.form.Form form) Methods inherited from class tigase.server.rtbl.adhoc.AbstractAdHocCommand
assertNotEmpty, execute, getRepository, isAllowedFor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tigase.component.adhoc.AdHocCommand
execute, getGroup
-
Constructor Details
-
RTBLAddCommand
public RTBLAddCommand()
-
-
Method Details
-
getName
-
getNode
-
prepareForm
protected tigase.form.Form prepareForm(AdhHocRequest request, AdHocResponse response) throws AdHocCommandException - Specified by:
prepareForm
in classAbstractAdHocCommand
- Throws:
AdHocCommandException
-
submitForm
protected tigase.form.Form submitForm(AdhHocRequest request, AdHocResponse response, tigase.form.Form form) throws AdHocCommandException - Specified by:
submitForm
in classAbstractAdHocCommand
- Throws:
AdHocCommandException
-