Package com.netscape.cms.servlet.profile
Class ProfileInputFactory
- java.lang.Object
-
- com.netscape.cms.servlet.profile.ProfileInputFactory
-
public class ProfileInputFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProfileInputFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProfileInput
create(IProfileInput input, IArgBlock params, java.util.Locale locale)
static ProfileInput
create(IProfileInput input, IRequest request, java.util.Locale locale)
-
-
-
Method Detail
-
create
public static ProfileInput create(IProfileInput input, IRequest request, java.util.Locale locale) throws EProfileException
- Throws:
EProfileException
-
create
public static ProfileInput create(IProfileInput input, IArgBlock params, java.util.Locale locale) throws EProfileException
- Throws:
EProfileException
-
-