Package structure of Pustefix (new releases)

Package name .internal is always reserved for internal implementations that should not be used by code outside of the corresponding package.

  • org.pustefixframework (root package)
    • container (container related stuff)
      • annotations (annotations concerning instantiation and life-cycle management)
      • spring (Spring container related stuff)
    • editor (Editor/CMS)
    • http (servlets, request handling)
    • util (utility code)
      • file (FileResource support)
      • xml (XML, XSLT and XPath utilities)
    • xmlgenerator (TargetGenerator)