public class ProfilingDecorator
extends java.lang.Object
implements com.opensymphony.sitemesh.Decorator, com.opensymphony.module.sitemesh.Decorator
Constructor and Description |
---|
ProfilingDecorator(com.opensymphony.sitemesh.Decorator newDecorator,
Profiler profiler) |
ProfilingDecorator(com.opensymphony.module.sitemesh.Decorator oldDecorator,
Profiler profiler) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInitParameter(java.lang.String param) |
java.util.Iterator |
getInitParameterNames() |
java.lang.String |
getName() |
java.lang.String |
getPage() |
java.lang.String |
getRole() |
java.lang.String |
getURIPath() |
void |
render(com.opensymphony.sitemesh.Content content,
com.opensymphony.sitemesh.SiteMeshContext siteMeshContext) |
public ProfilingDecorator(com.opensymphony.sitemesh.Decorator newDecorator, Profiler profiler)
public ProfilingDecorator(com.opensymphony.module.sitemesh.Decorator oldDecorator, Profiler profiler)
public void render(com.opensymphony.sitemesh.Content content, com.opensymphony.sitemesh.SiteMeshContext siteMeshContext)
public java.lang.String getPage()
getPage
in interface com.opensymphony.module.sitemesh.Decorator
public java.lang.String getName()
getName
in interface com.opensymphony.module.sitemesh.Decorator
public java.lang.String getURIPath()
getURIPath
in interface com.opensymphony.module.sitemesh.Decorator
public java.lang.String getRole()
getRole
in interface com.opensymphony.module.sitemesh.Decorator
public java.lang.String getInitParameter(java.lang.String param)
getInitParameter
in interface com.opensymphony.module.sitemesh.Decorator
public java.util.Iterator getInitParameterNames()
getInitParameterNames
in interface com.opensymphony.module.sitemesh.Decorator