javax.ccpp
Class ProfileFactory

java.lang.Object
  extended by javax.ccpp.ProfileFactory

public abstract class ProfileFactory
extends Object

Version:
$Rev: 889147 $ $Date: 2009-12-10 09:59:58 +0100 (Do, 10. Dez 2009) $

Constructor Summary
ProfileFactory()
           
 
Method Summary
static ProfileFactory getInstance()
           
abstract  Profile newProfile(javax.servlet.http.HttpServletRequest request)
           
 Profile newProfile(ProfileFragment[] profileFragments)
           
abstract  Profile newProfile(ProfileFragment[] profileFragments, int validation)
           
static void setInstance(ProfileFactory instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileFactory

public ProfileFactory()
Method Detail

getInstance

public static ProfileFactory getInstance()

setInstance

public static void setInstance(ProfileFactory instance)

newProfile

public abstract Profile newProfile(javax.servlet.http.HttpServletRequest request)

newProfile

public Profile newProfile(ProfileFragment[] profileFragments)

newProfile

public abstract Profile newProfile(ProfileFragment[] profileFragments,
                                   int validation)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.