Package org.javlo.data
Class EditInfoBean
- java.lang.Object
-
- org.javlo.data.EditInfoBean
-
public class EditInfoBean extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
NEW_SESSION_PARAM
static String
REQUEST_KEY
-
Constructor Summary
Constructors Constructor Description EditInfoBean()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCopiedPage()
static EditInfoBean
getCurrentInfoBean(javax.servlet.http.HttpServletRequest request)
static EditInfoBean
getCurrentInfoBean(ContentContext ctx)
static EditInfoBean
updateInfoBean(ContentContext ctx)
create info bean in request (key=info) for jstp call in template.
-
-
-
Field Detail
-
REQUEST_KEY
public static final String REQUEST_KEY
- See Also:
- Constant Field Values
-
NEW_SESSION_PARAM
public static final String NEW_SESSION_PARAM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCurrentInfoBean
public static EditInfoBean getCurrentInfoBean(javax.servlet.http.HttpServletRequest request)
-
getCurrentInfoBean
public static EditInfoBean getCurrentInfoBean(ContentContext ctx) throws Exception
- Throws:
Exception
-
updateInfoBean
public static EditInfoBean updateInfoBean(ContentContext ctx) throws Exception
create info bean in request (key=info) for jstp call in template.- Parameters:
ctx
-- Throws:
Exception
-
-