Menu

WrappingComponents

Help
2003-09-18
2003-09-19
  • Harry Fuecks

    Harry Fuecks - 2003-09-18

    Looking at the CompilerComponent class, there's an attribute WrappingComponent which, if assigned, is expected to have the methods generateWrapperPrefix and generateWrapperPostfix, which are called by CompilerComponent::preGenerate() and CompilerComponent::postGenerate() respectively.

    I can find an examples that actually use this in the concrete compile time components. Could you explain how it's used?

     
    • Jeff Moore

      Jeff Moore - 2003-09-19

      The WrappingComponent attribute is used to implement the <core:wrap> tag.

       

Log in to post a comment.