|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridletElement | |
---|---|
com.intel.gpe.clients.api.gridlet.elements |
Uses of GridletElement in com.intel.gpe.clients.api.gridlet.elements |
---|
Methods in com.intel.gpe.clients.api.gridlet.elements that return GridletElement | |
---|---|
static GridletElement |
JAXBUtil.unmarshal(org.w3c.dom.Element elem)
Unmarshal the GridletElement from the supplied DOM element |
static GridletElement |
JAXBUtil.unmarshal(java.io.InputStream in)
Unmarshal the GridletElement from the supplied input stream |
Methods in com.intel.gpe.clients.api.gridlet.elements with parameters of type GridletElement | |
---|---|
static void |
GridletUtil.addClasses(GridletElement gl,
GridletUtil.ClassDefinition[] classes)
Add classes |
static void |
GridletUtil.addClasses(GridletElement gl,
java.lang.String... classNames)
Add classes |
static void |
GridletUtil.addResources(GridletElement gl,
GridletUtil.ResourceDefinition[] resources)
Add resources |
static void |
GridletUtil.addResources(GridletElement gl,
java.lang.String... resNames)
Add resources |
static void |
GridletUtil.addVariable(GridletElement gl,
java.lang.String name,
org.w3c.dom.Element value)
|
static void |
GridletUtil.addVariable(GridletElement gl,
java.lang.String name,
java.lang.String value)
|
static void |
GridletUtil.addVariable(GridletElement gl,
VariableElement ve)
|
static org.w3c.dom.Element |
GridletUtil.getGridletElement(GridletElement gl)
|
static org.w3c.dom.Element |
JAXBUtil.marshal(GridletElement gridlet)
Marshal the GridletElement to the DOM element |
static void |
JAXBUtil.marshal(GridletElement gridlet,
java.io.OutputStream out)
Marshal the GridletElement to the output stream |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |