Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARQGRA-345: GrapheneElement can not be used as @Root - fixed #90

Merged
merged 1 commit into from
Oct 4, 2013

Commits on Oct 3, 2013

  1. ARQGRA-345: GrapheneElement can not be used as @root - fixed

    * GrapheneElement can be now used as field type for Page Fragment @root
    * It required couple of refactorins: I had to extract interface from
      GrapheneElement, because proxy which is created for it needs that
      interface in the list of interfaces which it should implement
    * I had to rename the implementation to GrapheneElementImpl
    * GrapheneElement is wrapped element, I had to add to the
      WrapperEnricher conditional code which would take into account the
      GrapheneElement - it is ugly bit imo only only solution right now
    Juraj Huska committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    27d4c73 View commit details
    Browse the repository at this point in the history