net.sourceforge.jsptabcontrol
Class JSPTabControlResources
java.lang.Object
net.sourceforge.jsptabcontrol.JSPTabControlResources
- All Implemented Interfaces:
- java.io.Serializable
public class JSPTabControlResources
- extends java.lang.Object
- implements java.io.Serializable
JSPTabControlResources
- Version:
- 1.0.0
- Author:
- Angelo ZERR
- See Also:
- Serialized Form
|
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
|
Constructor Summary |
JSPTabControlResources(java.io.InputStream in)
Create a JSPTabControlResources object from an InputStream. |
JSPTabControlResources(java.io.InputStream[] streams)
Create a FormViewResources object from an InputStream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.commons.logging.Log log
JSPTabControlResources
public JSPTabControlResources(java.io.InputStream in)
throws java.io.IOException,
org.xml.sax.SAXException
- Create a JSPTabControlResources object from an InputStream.
- Parameters:
in - InputStream to a jsptabcontrol-config.xml configuration file.
It's the client's responsibility to close this stream.
- Throws:
java.io.IOException
org.xml.sax.SAXException - if the formview-config. XML files are not valid or well
formed.
JSPTabControlResources
public JSPTabControlResources(java.io.InputStream[] streams)
throws java.io.IOException,
org.xml.sax.SAXException
- Create a FormViewResources object from an InputStream.
- Parameters:
streams - An array of InputStreams to several formview-config.xml
configuration files that will be read in order and merged into this object.
It's the client's responsibility to close these streams.
- Throws:
java.io.IOException
org.xml.sax.SAXException - if the formview-config XML files are not valid or well
formed.
addTabPageStateConfig
public void addTabPageStateConfig(TabPageStateConfig tabPageStateConfig)
getTabPageStateConfig
public TabPageStateConfig getTabPageStateConfig(java.lang.String stateName)
getTabPageStateConfigList
public java.util.Collection getTabPageStateConfigList()
Copyright 2007 null. All Rights Reserved.