|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines the edit types that can be returned from the
Provider.getEditType()
method.
The edit type informs a client of a provider object what it can expect to
be returned from the provider's getEdit() method.
Field Summary | |
static int |
EDIT_COMPLETE
Edit page is a complete document. |
static int |
EDIT_SUBSET
Edit page is not a complete document. |
Field Detail |
public static final int EDIT_SUBSET
.getEditType()
to signify that the buffer returned is only a subset of an
document.
EDIT_COMPLETE
,
Provider.getEditType()
,
Provider.getEdit(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
,
Constant Field Valuespublic static final int EDIT_COMPLETE
.getEdit()
to signify that the buffer returned is a complete
document.
EDIT_SUBSET
,
Provider.getEditType()
,
Provider.getEdit(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
,
Constant Field Values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |