|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AdvertisementFactory.Instantiator
Interface for instantiators of Advertisements
Method Summary | |
---|---|
String |
getAdvertisementType()
Returns the identifying type of this Advertisement. |
Advertisement |
newInstance()
Constructs an instance of Advertisement matching the type
specified by the advertisementType parameter. |
Advertisement |
newInstance(Element root)
Constructs an instance of Advertisement matching the type
specified by the advertisementType parameter. |
Method Detail |
---|
String getAdvertisementType()
Advertisement newInstance()
Advertisement
matching the type
specified by the advertisementType
parameter.
Advertisement
.Advertisement newInstance(Element root)
Advertisement
matching the type
specified by the advertisementType
parameter.
root
- Specifies a portion of a @link StructuredDocument} which
will be converted into an Advertisement.
Advertisement
.
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |