class: EditHelper
public class: EditHelper
Author:
franke (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$; Complexity: 1
Dates:
Created: 16.07.2009 15:15:48; Modified: 16.07.2009 15:15:48;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{1C810DF1-EBA0-499a-9021-65F902E4DD06}
Helper class that provides methods for prefilling form entries.
Goto:
Custom Properties
,
Fields
,
Methods
Appears in:
util
Custom Properties
EditHelper
Attributes
Attribute
Details
private static const SimpleDateFormat
DATE_FORMAT
Initial:
new SimpleDateFormat("yyyy-MM-dd HH:mm")
EditHelper
Methods
Operation
Details
private
EditHelper
():
Sequential
Notes:
Hide constructor, because this is a helper class.
public static
getCurrentDate
(
HttpServletRequest request):String
Sequential
Notes:
Retrieve current date.
@return A formatted date string
public static
getCurrentUser
(
HttpServletRequest request):String
Sequential
class: EditHelper