|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atomikos.beans.HtmlBeanWizard
public class HtmlBeanWizard
A wizard class for HTML platforms. An instance can be used to configure a bean in an HTML browser. Indexed properties are NOT supported.
| Constructor Summary | |
|---|---|
HtmlBeanWizard()
|
|
| Method Summary | |
|---|---|
String[] |
getPropertyNames()
|
Object |
getPropertyValue(String propertyName)
|
void |
parseProperties(javax.servlet.http.HttpServletRequest request)
Parse the name, value pairs from the given request. |
void |
setClassName(String name)
Set the class name of the underlying bean. |
void |
setProperty(String name,
String value)
|
void |
showPropertiesInForm(javax.servlet.http.HttpServletResponse response)
Include the description of the properties in the given response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlBeanWizard()
| Method Detail |
|---|
public void setClassName(String name)
throws ClassNotFoundException
name -
ClassNotFoundException - If the class is not found.
public String[] getPropertyNames()
throws PropertyException
PropertyException
public Object getPropertyValue(String propertyName)
throws PropertyException
PropertyExceptionpublic void showPropertiesInForm(javax.servlet.http.HttpServletResponse response)
response -
public void parseProperties(javax.servlet.http.HttpServletRequest request)
throws javax.servlet.ServletException,
ReadOnlyException
request -
javax.servlet.ServletException
ReadOnlyException
public void setProperty(String name,
String value)
throws ReadOnlyException,
PropertyException
ReadOnlyException
PropertyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||