Class CertGuiHandlerRegistry
- java.lang.Object
-
- com.evolveum.midpoint.web.page.admin.certification.handlers.CertGuiHandlerRegistry
-
public class CertGuiHandlerRegistry extends Object
Provides a correct handler for a given handler URI. Very primitive implementation (for now).
-
-
Constructor Summary
Constructors Constructor Description CertGuiHandlerRegistry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CertGuiHandler
getHandler(String uri)
static CertGuiHandlerRegistry
instance()
-
-
-
Method Detail
-
instance
public static CertGuiHandlerRegistry instance()
-
getHandler
public CertGuiHandler getHandler(String uri)
-
-