org.ofbiz.webslinger
Class EntityHttpUtil
java.lang.Object
org.ofbiz.webslinger.EntityHttpUtil
public class EntityHttpUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityHttpUtil
public EntityHttpUtil()
makeValidValue
public static GenericValue makeValidValue(java.lang.String entityName,
ServletRequest request)
throws GeneralException
- Throws:
GeneralException
makeValidValue
public static GenericValue makeValidValue(java.lang.String entityName,
boolean includePks,
ServletRequest request)
throws GeneralException
- Throws:
GeneralException
makeValidValue
public static GenericValue makeValidValue(java.lang.String entityName,
HttpServletRequest request)
throws GeneralException
- Throws:
GeneralException
makeValidValue
public static GenericValue makeValidValue(java.lang.String entityName,
boolean includePks,
HttpServletRequest request)
throws GeneralException
- Throws:
GeneralException