|
jfract V1.0a | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jfract.beanEditor.JBeanXmlDescriptor
the class used to get the info from xml file desriptor jfract.xml
| Field Summary | |
private static org.apache.log4j.Category |
log4j_category
|
| Constructor Summary | |
JBeanXmlDescriptor()
|
|
| Method Summary | |
static java.lang.String[] |
getAvalaibleRmiServices(org.w3c.dom.Document doc)
get the list of avalaible services from the rmiDistrib.xml file |
static java.util.Hashtable |
getBeanList(org.w3c.dom.Document doc)
get an hashTable containing keys as names of bean and value as code from the xmlDescriptor |
static java.util.Hashtable |
getEditors(org.w3c.dom.Document doc)
get an hashTable containing keys as names of bean and value as code from the xmlDescriptor |
static java.lang.String |
getHtmlText(java.lang.String beanCode,
org.w3c.dom.Document doc)
get the html string description of the bean |
static java.lang.String[] |
getPublishedFixedMovieParam(java.lang.String beanCode,
org.w3c.dom.Document doc)
get the published property that should not have a variation in the movie |
static java.lang.String[] |
getPublishedMethods(java.lang.String beanCode,
org.w3c.dom.Document doc)
get the published method with the bean code |
static java.lang.Object |
getPublishedMovingDeltaMovieParam(java.lang.String beanCode,
org.w3c.dom.Document doc,
java.lang.String param,
java.lang.Object o1,
java.lang.Object o2,
int frameNumber)
get the published property that should have a variation in the movie |
static java.lang.String[] |
getPublishedMovingMovieParam(java.lang.String beanCode,
org.w3c.dom.Document doc)
get the published property that should have a variation in the movie |
static java.lang.String[] |
getPublishedProperties(java.lang.String beanCode,
org.w3c.dom.Document doc)
get the published properties with the bean code |
static java.net.URL |
getURl(java.lang.String beanCode,
org.w3c.dom.Document doc)
get the html url description of the bean |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private static final org.apache.log4j.Category log4j_category
| Constructor Detail |
public JBeanXmlDescriptor()
| Method Detail |
public static java.util.Hashtable getBeanList(org.w3c.dom.Document doc)
throws WrongXmlDescriptionException
public static java.util.Hashtable getEditors(org.w3c.dom.Document doc)
throws WrongXmlDescriptionException
public static java.lang.String[] getPublishedProperties(java.lang.String beanCode,
org.w3c.dom.Document doc)
beanCode - the bean codejfract - doc the descriptor xml document
public static java.lang.String[] getPublishedMethods(java.lang.String beanCode,
org.w3c.dom.Document doc)
beanCode - the bean codejfract - doc the descriptor xml document
public static java.lang.Object getPublishedMovingDeltaMovieParam(java.lang.String beanCode,
org.w3c.dom.Document doc,
java.lang.String param,
java.lang.Object o1,
java.lang.Object o2,
int frameNumber)
throws WrongXmlDescriptionException
beanCode - the bean codejfract - doc the descriptor xml document
public static java.lang.String[] getPublishedFixedMovieParam(java.lang.String beanCode,
org.w3c.dom.Document doc)
beanCode - the bean codejfract - doc the descriptor xml document
public static java.lang.String[] getPublishedMovingMovieParam(java.lang.String beanCode,
org.w3c.dom.Document doc)
beanCode - the bean codejfract - doc the descriptor xml document
public static java.lang.String getHtmlText(java.lang.String beanCode,
org.w3c.dom.Document doc)
throws java.io.IOException
beanCode - the bean codejfract - doc the descriptor xml document
public static java.net.URL getURl(java.lang.String beanCode,
org.w3c.dom.Document doc)
throws java.io.IOException
beanCode - the bean codejfract - doc the descriptor xml documentpublic static java.lang.String[] getAvalaibleRmiServices(org.w3c.dom.Document doc)
|
jfract V1.0a | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||