All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opensymphony.sitemesh.Decorator Maven / Gradle / Ivy

The newest version!
/*
 * sitemesh2 (https://github.com/hazendaz/sitemesh2)
 *
 * Copyright 2011-2023 Hazendaz.
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of The Apache Software License,
 * Version 2.0 which accompanies this distribution, and is available at
 * https://www.apache.org/licenses/LICENSE-2.0.txt
 *
 * Contributors:
 *     Hazendaz (Jeremy Landis).
 */
package com.opensymphony.sitemesh;

/**
 * The Interface Decorator.
 *
 * @author Joe Walnes
 *
 * @since SiteMesh 3
 */
public interface Decorator {

    /**
     * Render.
     *
     * @param content
     *            the content
     * @param context
     *            the context
     */
    void render(Content content, SiteMeshContext context);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy