Decorator.java :  » REST » utterlyidle » com » googlecode » utterlyidle » sitemesh » Java Open Source

Java Open Source » REST » utterlyidle 
utterlyidle » com » googlecode » utterlyidle » sitemesh » Decorator.java
package com.googlecode.utterlyidle.sitemesh;

import java.io.IOException;

public interface Decorator {
    String decorate(String content) throws IOException;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.