|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the class that tells what information can be added to the XML document.
Field Summary | |
static int |
ATTRIBUTES_TYPE
Request attributes type |
static int |
ERRORS_TYPE
ActionErrors type |
static int |
FORM_TYPE
ActionForm type |
static int |
MESSAGES_TYPE
ActionMessages type |
static int |
PARAMETERS_TYPE
Request parameters type |
static int |
RESOURCES_TYPE
Application resources type |
Method Summary | |
boolean |
allowItem(int type,
java.lang.String item,
javax.servlet.http.HttpServletRequest req)
Tells whether the item should be included |
boolean |
allowType(int type,
javax.servlet.http.HttpServletRequest req)
Tells whether the specified type of information should be included |
void |
init(StxxProperties props)
Initializes the rules |
Field Detail |
public static final int ERRORS_TYPE
public static final int RESOURCES_TYPE
public static final int PARAMETERS_TYPE
public static final int ATTRIBUTES_TYPE
public static final int FORM_TYPE
public static final int MESSAGES_TYPE
Method Detail |
public void init(StxxProperties props)
props
- The propertiespublic boolean allowType(int type, javax.servlet.http.HttpServletRequest req)
type
- The type of informationreq
- The http request
public boolean allowItem(int type, java.lang.String item, javax.servlet.http.HttpServletRequest req)
type
- The type of informationitem
- The name of the itemreq
- The http request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |