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 FormprepareForm(AdhHocRequest request, AdHocResponse response) protected FormsubmitForm(AdhHocRequest request, AdHocResponse response, Form form) Methods inherited from class AbstractAdHocCommand
assertNotEmpty, execute, getRepository, isAllowedForMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AdHocCommand
execute, getDefaultACL, getGroup, isAllowedFor, isForSelf
-
Constructor Details
-
RTBLAddCommand
public RTBLAddCommand()
-
-
Method Details
-
getName
-
getNode
-
prepareForm
protected Form prepareForm(AdhHocRequest request, AdHocResponse response) throws AdHocCommandException - Specified by:
prepareFormin classAbstractAdHocCommand- Throws:
AdHocCommandException
-
submitForm
protected Form submitForm(AdhHocRequest request, AdHocResponse response, Form form) throws AdHocCommandException - Specified by:
submitFormin classAbstractAdHocCommand- Throws:
AdHocCommandException
-