Package org.codelibs.fess.app.web
Class CrudMode
- java.lang.Object
-
- org.codelibs.fess.app.web.CrudMode
-
public class CrudMode extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCrudMode()
-
-
-
Field Detail
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
CREATE
public static final int CREATE
- See Also:
- Constant Field Values
-
EDIT
public static final int EDIT
- See Also:
- Constant Field Values
-
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
-
DETAILS
public static final int DETAILS
- See Also:
- Constant Field Values
-
-