You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2014/11/27 16:27:12 UTC

[jira] [Created] (SLING-4206) [Sightly Engine] Refactor the Sightly Engine API

Felix Meschberger created SLING-4206:
----------------------------------------

             Summary: [Sightly Engine] Refactor the Sightly Engine API
                 Key: SLING-4206
                 URL: https://issues.apache.org/jira/browse/SLING-4206
             Project: Sling
          Issue Type: Task
            Reporter: Felix Meschberger
             Fix For: Scripting Sightly Engine 1.0.0


The API of the Sightly Script Engine is currently exposing quite a number of classes which are not directly related in a single package:

* Some classes and interfaces (e.g. BaseRenderUnit and RenderUnit) need not be exported at all
* Interfaces should be split into separate packages reflecting the coherence:
** Extension API
** UseProvider API
** Use interface
* ObjectModel currently contains a collection of methods which should not be exposed at all (operator implementations).

Refactoring work has been done on a fork at https://github.com/fmeschbe/sling.git. This issue is to track bringing back these changes into Sling.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)