public class HTMLApplication extends InnerApplication
| Constructor and Description |
|---|
HTMLApplication(URL physicalRoot,
String initialPathBytes,
String parameters)
Constructor for instances of the class.
|
HTMLApplication(URL physicalRoot,
String initialPathBytes,
String parameters,
String[] label,
String[] regex)
Constructor for instances of the class.
|
public HTMLApplication(URL physicalRoot, String initialPathBytes, 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(URL physicalRoot, String initialPathBytes, String parameters, String[] label, 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.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 sameCopyright © 2012 code4tv.com. All Rights Reserved.