Public Member Functions | |
boolean | itsMe (String id) |
boolean | myTurn (HttpServletRequest request) |
void | execute (ServletContext context, HttpServletRequest request, HttpServletResponse response) |
Static Public Member Functions | |
static String | createURL (IConstructor constructor, AgreementSignature signature, IContact contact, boolean accept) throws UnsupportedEncodingException, Exception |
static String | getIdentifier () |
Definition at line 48 of file AgreementAction.java.
|
static |
Definition at line 50 of file AgreementAction.java.
void org.turro.agreements.AgreementAction.execute | ( | ServletContext | context, |
HttpServletRequest | request, | ||
HttpServletResponse | response | ||
) |
Implements org.turro.elephant.direct.IDirectContent.
Definition at line 77 of file AgreementAction.java.
|
static |
Definition at line 62 of file AgreementAction.java.
boolean org.turro.agreements.AgreementAction.itsMe | ( | String | id | ) |
Implements org.turro.elephant.direct.IDirectContent.
Definition at line 67 of file AgreementAction.java.
boolean org.turro.agreements.AgreementAction.myTurn | ( | HttpServletRequest | request | ) |
Implements org.turro.elephant.direct.IDirectContent.
Definition at line 72 of file AgreementAction.java.