org.apache.myfaces.examples.template
Class TemplateBacker

java.lang.Object
  extended by org.apache.myfaces.examples.template.TemplateBacker

public class TemplateBacker
extends Object

Backing bean for template examples. Used to demonstrate how you can provide both the content and the stylesheet using value bindings.

Author:
Sean Schofield

Constructor Summary
TemplateBacker()
           
 
Method Summary
 InputStream getContentStream()
           
 InputStream getStyleStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateBacker

public TemplateBacker()
Method Detail

getContentStream

public InputStream getContentStream()
                             throws IOException
Throws:
IOException

getStyleStream

public InputStream getStyleStream()
                           throws IOException
Throws:
IOException


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.