|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VelocityContextMgrIf
VelocityContextMgrIf
| Field Summary | |
|---|---|
static int |
ORDER_CONFIRMATION_EMAIL
ORDER_CONFIRMATION_EMAIL |
static int |
SEND_NEW_PASSWORD
SEND_NEW_PASSWORD |
static int |
STOCK_REORDER_EMAIL
STOCK_REORDER_EMAIL |
static int |
TEMPLATE_MAIL_TO_CUST
TEMPLATE_MAIL_TO_CUST |
static int |
WELCOME_EMAIL
WELCOME_EMAIL |
| Method Summary | |
|---|---|
void |
addToContext(org.apache.velocity.VelocityContext context,
KKEngIf eng,
int contextType,
int langId,
EmailOptionsIf options,
int customInt,
java.lang.String customString)
Put an object into the VelocityContext |
| Field Detail |
|---|
static final int ORDER_CONFIRMATION_EMAIL
static final int TEMPLATE_MAIL_TO_CUST
static final int SEND_NEW_PASSWORD
static final int STOCK_REORDER_EMAIL
static final int WELCOME_EMAIL
| Method Detail |
|---|
void addToContext(org.apache.velocity.VelocityContext context,
KKEngIf eng,
int contextType,
int langId,
EmailOptionsIf options,
int customInt,
java.lang.String customString)
throws KKException
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:
KKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||