uklance / tapestry-offline

Offline rendering of tapestry pages and components without a HTTP request
5 stars 3 forks source link

OfflineResponseGlobals #1

Closed uklance closed 11 years ago

uklance commented 11 years ago

Create an overridable service for the OfflineResponse.

    @Override
    public String encodeURL(String URL) {
        return URL; // TODO
    }

    @Override
    public String encodeRedirectURL(String URL) {
        throw new UnsupportedOperationException("encodeRedirectURL");
    }