Class JerseyMvcTldProvider
- java.lang.Object
-
- org.glassfish.main.web.jersey.server.mvc.jsp.integration.JerseyMvcTldProvider
-
- All Implemented Interfaces:
TldProvider,org.glassfish.hk2.api.PostConstruct
@Service(name="jerseyMvcTld") @Singleton public class JerseyMvcTldProvider extends Object implements TldProvider, org.glassfish.hk2.api.PostConstruct
- Author:
- Michal Gajdos (michal.gajdos at oracle.com)
-
-
Constructor Summary
Constructors Constructor Description JerseyMvcTldProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the name of this TldProviderMap<URI,List<String>>getTldListenerMap()Gets a mapping from JAR files to their TLD resources that are known to contain listener declarationsMap<URI,List<String>>getTldMap()Gets a mapping from JAR files to their TLD resources.voidpostConstruct()
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:TldProviderGets the name of this TldProvider- Specified by:
getNamein interfaceTldProvider
-
getTldMap
public Map<URI,List<String>> getTldMap()
Description copied from interface:TldProviderGets a mapping from JAR files to their TLD resources.- Specified by:
getTldMapin interfaceTldProvider
-
getTldListenerMap
public Map<URI,List<String>> getTldListenerMap()
Description copied from interface:TldProviderGets a mapping from JAR files to their TLD resources that are known to contain listener declarations- Specified by:
getTldListenerMapin interfaceTldProvider
-
postConstruct
public void postConstruct()
- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
-