
com.opensymphony.sitemesh.Decorator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sitemesh Show documentation
Show all versions of sitemesh Show documentation
Sitemesh web-page layout system.
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