Class ComponentRepository.TLDInfo

java.lang.Object
org.eclnt.jsfserver.elements.ComponentRepository.TLDInfo
Direct Known Subclasses:
ProjectInfo.DesignTimeTLDInfo
Enclosing class:
ComponentRepository

public static class ComponentRepository.TLDInfo extends Object
  • Constructor Details

    • TLDInfo

      public TLDInfo(String prefix, String tldFileName, String packageName, String uri)
      Parameters:
      tldFileName - File name of the tag library file name. The library is either searched in the META-INF directory via class loader, or via web resource access into WEB-INF. Example: "eclnt.tld".
      packageName - Package in which the component implementations are located. Example: "org.eclnt.jsfserver.elements.impl"
    • TLDInfo

      public TLDInfo(String prefix, String packageName, String xml)
      This constructor is used for control libraries that are defined via a cccontrollibrary.xml.
      Parameters:
      prefix -
      packageName -
  • Method Details

    • getPrefix

      public String getPrefix()
    • getTldFileName

      public String getTldFileName()
    • getPackageName

      public String getPackageName()
    • getUri

      public String getUri()
    • getCcControlLibraryXml

      public String getCcControlLibraryXml()
    • getClientprefix

      public String getClientprefix()
    • setClientprefix

      public void setClientprefix(String clientprefix)
    • isTypeCCControlLibraryXml

      public boolean isTypeCCControlLibraryXml()
    • isTypeJSFControlLibary

      public boolean isTypeJSFControlLibary()