|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pagemixer.filter.DummySetup
Setup dummy configuration in ConsumerContext.
Field Summary | |
static org.apache.struts.action.ActionMapping |
ACTION_EDIT_REGISTRATION
ActionMapping for "editRegistration". |
static org.apache.struts.action.ActionMapping |
ACTION_EDIT_SUBSCRIPTION
ActionMapping for "editSubscription". |
static org.apache.struts.action.ActionMapping |
ACTION_LOGOFF
ActionMapping for "logoff". |
static org.apache.struts.action.ActionMapping |
ACTION_LOGON
ActionMapping for "logon". |
static org.apache.struts.action.ActionMappings |
ACTION_MAPPINGS
ActionMappings for dummy configuration environment. |
static org.apache.struts.action.ActionMapping |
ACTION_SAVE_REGISTRATION
ActionMapping for "saveRegistration". |
static org.apache.struts.action.ActionMapping |
ACTION_SAVE_SUBSCRIPTION
ActionMapping for "saveRegistration". |
static org.apache.struts.action.ActionMapping |
ACTION_TOUR
ActionMapping for "tour". |
static java.lang.String |
BASE_HREF
" href " attribute value of "base " tag. |
static java.lang.String |
CONTEX_PATH
Context path of web application. |
static java.lang.String |
PATH_PREFIX
Prefix of action mapping of Struts. |
static java.lang.String |
PATH_SUFFIX
Suffix of action mapping of Struts. |
Constructor Summary | |
DummySetup()
|
Method Summary | |
static int |
setup(jp.ne.dti.lares.foozy.pagemixer.mixer.ConsumerContext context,
java.lang.String[] args,
int offset)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String BASE_HREF
href
" attribute value of "base
" tag.
Now, this is "/struts-example/Mixer.page
".
public static final java.lang.String CONTEX_PATH
Now, this is "/struts-example
".
public static final java.lang.String PATH_PREFIX
Now, this is empty.
public static final java.lang.String PATH_SUFFIX
Now, this is ".do
"
(means "*.do
" mapping).
public static final org.apache.struts.action.ActionMapping ACTION_EDIT_REGISTRATION
public static final org.apache.struts.action.ActionMapping ACTION_SAVE_REGISTRATION
public static final org.apache.struts.action.ActionMapping ACTION_EDIT_SUBSCRIPTION
public static final org.apache.struts.action.ActionMapping ACTION_SAVE_SUBSCRIPTION
public static final org.apache.struts.action.ActionMapping ACTION_LOGOFF
public static final org.apache.struts.action.ActionMapping ACTION_LOGON
public static final org.apache.struts.action.ActionMapping ACTION_TOUR
public static final org.apache.struts.action.ActionMappings ACTION_MAPPINGS
Constructor Detail |
public DummySetup()
Method Detail |
public static int setup(jp.ne.dti.lares.foozy.pagemixer.mixer.ConsumerContext context, java.lang.String[] args, int offset)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |