org.sitemesh
Interface DecoratorSelector<C extends SiteMeshContext>

All Known Implementing Classes:
PathBasedDecoratorSelector

public interface DecoratorSelector<C extends SiteMeshContext>

Selects an appropriate decorator path based on the content and context.

Author:
Joe Walnes

Method Summary
 String[] selectDecoratorPaths(Content content, C context)
          Implementations should never return null.
 

Method Detail

selectDecoratorPaths

String[] selectDecoratorPaths(Content content,
                              C context)
                              throws IOException
Implementations should never return null.

Throws:
IOException


Copyright © 2011. All Rights Reserved.