|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdminVelocityContextMgrIf
AdminVelocityContextMgrIf
Field Summary | |
---|---|
static int |
SEND_NEW_PASSWORD
SEND_NEW_PASSWORD |
static int |
STATUS_CHANGE_EMAIL
STATUS_CHANGE_EMAIL |
static int |
TEMPLATE_MAIL_TO_CUST
TEMPLATE_MAIL_TO_CUST |
Method Summary | |
---|---|
void |
addToContext(org.apache.velocity.VelocityContext context,
KKAdminIf eng,
int contextType,
int langId,
AdminEmailOptions options,
int customInt,
java.lang.String customString)
Put an object into the VelocityContext |
Field Detail |
---|
static final int TEMPLATE_MAIL_TO_CUST
static final int SEND_NEW_PASSWORD
static final int STATUS_CHANGE_EMAIL
Method Detail |
---|
void addToContext(org.apache.velocity.VelocityContext context, KKAdminIf eng, int contextType, int langId, AdminEmailOptions options, int customInt, java.lang.String customString) throws KKAdminException
context
- The velocity contexteng
- enginecontextType
- one of:
langId
- languageIdoptions
- EmailOptionscustomInt
- a custom Integer - the meaning depends on the contextType:
customString
- a custom String - the meaning depends on the contextType:
KKAdminException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |