Class XsltOutputTransformerContainer

    • Constructor Detail

      • XsltOutputTransformerContainer

        public XsltOutputTransformerContainer​(String id,
                                              IModel<?> model,
                                              String xslFilePath)
        Instead of using the default mechanism to determine the associated XSL file, it is given by the user.
        Parameters:
        id - the wicket:id
        model - the model (unused)
        xslFilePath - XSL input file path
        See Also:
        Component(String, IModel)
      • XsltOutputTransformerContainer

        public XsltOutputTransformerContainer​(String id,
                                              IModel<?> model)
        Construct
        Parameters:
        id - the wicket:id
        model - the model (unused)
        See Also:
        Component(String, IModel)
      • XsltOutputTransformerContainer

        public XsltOutputTransformerContainer​(String id)
        Construct
        Parameters:
        id - the wicket:id
        See Also:
        Component(String)