Class NoDecorator

java.lang.Object
com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
com.opensymphony.sitemesh.webapp.decorator.NoDecorator
All Implemented Interfaces:
Decorator

public class NoDecorator extends BaseWebAppDecorator
If no decorator is to be applied to a page, this will ensure the original content gets written out.
Since:
SiteMesh 3.0
Author:
Joe Walnes