Package org.glassfish.weld
Class ValidationNamingProxy
- java.lang.Object
-
- org.glassfish.weld.ValidationNamingProxy
-
- All Implemented Interfaces:
NamedNamingObjectProxy
@Service @Named("ValidationNamingProxy") public class ValidationNamingProxy extends Object implements NamedNamingObjectProxyProxy for jakarta.validation based lookups (java:comp/Validator, java:comp/ValidatorFactory) when CDI enabled
-
-
Constructor Summary
Constructors Constructor Description ValidationNamingProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objecthandle(String name)Returns the name that will be used to publish this object in the naming manager
-
-
-
Method Detail
-
handle
public Object handle(String name) throws NamingException
Description copied from interface:NamedNamingObjectProxyReturns the name that will be used to publish this object in the naming manager- Specified by:
handlein interfaceNamedNamingObjectProxy- Returns:
- the name to bind
- Throws:
NamingException
-
-