You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Kurtis Williams <kw...@mshare.net> on 2005/02/07 23:57:26 UTC

Custom ISqueezeAdaptor Registration

I can't seem to find in the documentation how to register a new
ISqueezeAdaptor implementation.  How do you register a new one?

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Custom ISqueezeAdaptor Registration

Posted by Jamie Orchard-Hays <ja...@dang.com>.
You have to extend BaseEngine like this:

public DataSqueezer createDataSqueezer() {
        DataSqueezer squeezer = new DataSqueezer(getResourceResolver(), new 
ISqueezeAdaptor[] { new SectionActionItemAdaptor()});
        return squeezer;
    }

----- Original Message ----- 
From: "Kurtis Williams" <kw...@mshare.net>
To: "Tapestry users" <ta...@jakarta.apache.org>
Sent: Monday, February 07, 2005 5:57 PM
Subject: Custom ISqueezeAdaptor Registration


I can't seem to find in the documentation how to register a new
ISqueezeAdaptor implementation.  How do you register a new one?

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org