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 com.netscape.certsrv.profile.ProfileInput
create(ProfileInput input, IArgBlock params, java.util.Locale locale)
static com.netscape.certsrv.profile.ProfileInput
create(ProfileInput input, com.netscape.certsrv.request.IRequest request, java.util.Locale locale)
-
-
-
Method Detail
-
create
public static com.netscape.certsrv.profile.ProfileInput create(ProfileInput input, com.netscape.certsrv.request.IRequest request, java.util.Locale locale) throws com.netscape.certsrv.profile.EProfileException
- Throws:
com.netscape.certsrv.profile.EProfileException
-
create
public static com.netscape.certsrv.profile.ProfileInput create(ProfileInput input, IArgBlock params, java.util.Locale locale) throws com.netscape.certsrv.profile.EProfileException
- Throws:
com.netscape.certsrv.profile.EProfileException
-
-