Interface ThemedDecorator

All Known Implementing Classes:
VelocityDecorator

public interface ThemedDecorator
  • Method Details

    • getName

      String getName()
    • getDecorator

      @Nullable DecoratorName getDecorator()
      Since:
      9.1
    • getDecorator

      @Deprecated(forRemoval=true) default com.opensymphony.module.sitemesh.Decorator getDecorator(com.opensymphony.module.sitemesh.Decorator parentDecorator)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 9.1 use getDecorator()
    • init

      void init(LayoutModuleDescriptor moduleDescriptor)
    • getResourceKey

      String getResourceKey()