org.apache.myfaces.examples.template
Class TemplateBacker
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateBacker
public TemplateBacker()
getContentStream
public InputStream getContentStream()
throws IOException
- Throws:
IOException
getStyleStream
public InputStream getStyleStream()
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.