|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.client.http.helper.ViewConfigurationBean
Provides access to the view configuration.
Field Summary | |
static String |
DEFAULT_NAME
The name used for retriving the bean from context. |
String |
NAME
|
Constructor Summary | |
ViewConfigurationBean()
|
Method Summary | |
HashMap |
getEditConfiguration()
Get all the configuration for editing |
ViewConfigurationElement |
getEditConfiguration(String name)
Get a named edit view configuration |
HashMap |
getStaticConfiguration()
Get all the configuration for static view |
ViewConfigurationElement |
getStaticConfiguration(String name)
Get a named static view configuration |
void |
load()
Load a configuration. |
void |
load(InputStream is)
Load a configuration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String NAME
public static String DEFAULT_NAME
Constructor Detail |
public ViewConfigurationBean()
Method Detail |
public void load()
public void load(InputStream is)
public ViewConfigurationElement getEditConfiguration(String name)
name
- the name
public HashMap getEditConfiguration()
public ViewConfigurationElement getStaticConfiguration(String name)
name
- the name
public HashMap getStaticConfiguration()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |