|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.application.inner.InnerApplication
org.dvb.dom.inner.HTMLApplication
Encapsulates the information needed to define a DVB-HTML application.
Constructor Summary | |
HTMLApplication(java.net.URL physicalRoot,
java.lang.String initialPathBytes,
java.lang.String parameters)
Constructor for instances of the class. |
|
HTMLApplication(java.net.URL physicalRoot,
java.lang.String initialPathBytes,
java.lang.String parameters,
java.lang.String[] label,
java.lang.String[] regex)
Constructor for instances of the class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTMLApplication(java.net.URL physicalRoot, java.lang.String initialPathBytes, java.lang.String parameters)
physicalRoot
- the physical root of the application entry point.initialPathBytes
- a string specifying the URL path component
to the entry point document. This path is relative to the root defined in
the physicalRoots parameter.parameters
- the string that is appended to the application initial
path as parameterspublic HTMLApplication(java.net.URL physicalRoot, java.lang.String initialPathBytes, java.lang.String parameters, java.lang.String[] label, java.lang.String[] regex)
physicalRoot
- the physical root of the application entry point.initialPathBytes
- a string specifying the URL path component
to the entry point document. This path is relative to the root defined in
the physicalRoots parameter.parameters
- the string that is appended to the application initial
path as parameterslabel
- an array of one or more strings specifying a label that is associated
with the set of data identified by the regular expression. This label can be used for
pre-fetching in a transport specific manner.regex
- an array of one or more strings specifying a regular expressions
that can generate all URLs that are in the domain of the application.
java.lang.IllegalArgumentException
- if either the regex or label parameters are an
array of length zero or if the lengths of these two arrays are not the same
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |