|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hd.d.pg2k.webSvr.ads.AdBriteBean
public final class AdBriteBean
This implements the AdBrite bean.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.hd.d.pg2k.webSvr.ads.AdBeanInterface |
|---|
AdBeanInterface.Context |
| Field Summary | |
|---|---|
static java.lang.String |
AD_FORMAT_AB_HORIZONTAL
Parameter value to select horizontal (banner) format. |
static java.lang.String |
AD_FORMAT_AB_VERTICAL
Parameter value to select vertical (tower) format (default). |
private java.lang.String |
selectedFormat
Requested ad format or null; volatile to allow lock-less thread-safe access. |
| Constructor Summary | |
|---|---|
AdBriteBean()
|
|
| Method Summary | |
|---|---|
boolean |
canMakeHTMLBodyInsert(AdBeanInterface.Context ctxt)
Can make an HTML body-text insert in the given context. |
java.lang.String |
getHTMLBodyInsert(AdBeanInterface.Context ctxt,
java.util.Random source)
Make HTML body text in the given context, or null if none can be made. |
AdBeanInterface |
setParams(java.lang.String rawParams)
Can be used to set general parameters for the bean, or can be null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String AD_FORMAT_AB_VERTICAL
public static final java.lang.String AD_FORMAT_AB_HORIZONTAL
private volatile java.lang.String selectedFormat
| Constructor Detail |
|---|
public AdBriteBean()
| Method Detail |
|---|
public AdBeanInterface setParams(java.lang.String rawParams)
setParams in interface AdBeanInterfacepublic boolean canMakeHTMLBodyInsert(AdBeanInterface.Context ctxt)
canMakeHTMLBodyInsert in interface AdBeanInterface
public java.lang.String getHTMLBodyInsert(AdBeanInterface.Context ctxt,
java.util.Random source)
getHTMLBodyInsert in interface AdBeanInterfacectxt - not usedsource - not used
|
DHD Multimedia Gallery V1.57.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||