|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TrackBack in net.sourceforge.pebble.api.decorator |
---|
Methods in net.sourceforge.pebble.api.decorator with parameters of type TrackBack | |
---|---|
void |
ContentDecorator.decorate(ContentDecoratorContext context,
TrackBack trackBack)
Decorates the specified TrackBack. |
Uses of TrackBack in net.sourceforge.pebble.api.event.trackback |
---|
Methods in net.sourceforge.pebble.api.event.trackback that return TrackBack | |
---|---|
TrackBack |
TrackBackEvent.getTrackBack()
Gets the TrackBack that is the source of this event. |
Constructors in net.sourceforge.pebble.api.event.trackback with parameters of type TrackBack | |
---|---|
TrackBackEvent(TrackBack trackBack,
int type)
Creates a new instance with the specified source and type. |
Uses of TrackBack in net.sourceforge.pebble.decorator |
---|
Methods in net.sourceforge.pebble.decorator with parameters of type TrackBack | |
---|---|
void |
NoFollowDecorator.decorate(ContentDecoratorContext context,
TrackBack trackBack)
Decorates the specified TrackBack. |
void |
HtmlDecorator.decorate(ContentDecoratorContext context,
TrackBack trackBack)
Decorates the specified TrackBack. |
void |
ContentDecoratorSupport.decorate(ContentDecoratorContext context,
TrackBack trackBack)
Decorates the specified TrackBack. |
void |
ContentDecoratorChain.decorate(ContentDecoratorContext context,
TrackBack trackBack)
Decorates the specified TrackBack. |
Uses of TrackBack in net.sourceforge.pebble.domain |
---|
Methods in net.sourceforge.pebble.domain that return TrackBack | |
---|---|
TrackBack |
BlogEntry.createTrackBack(java.lang.String title,
java.lang.String excerpt,
java.lang.String url,
java.lang.String blogName,
java.lang.String ipAddress)
Creates a new trackback for this blog entry with a date of now. |
TrackBack |
BlogEntry.createTrackBack(java.lang.String title,
java.lang.String excerpt,
java.lang.String url,
java.lang.String blogName,
java.lang.String ipAddress,
java.util.Date date,
State state)
Creates a new trackback for this blog entry. |
TrackBack |
BlogEntry.getTrackBack(long id)
Gets the specified TrackBack. |
Methods in net.sourceforge.pebble.domain that return types with arguments of type TrackBack | |
---|---|
java.util.List<TrackBack> |
BlogEntry.getTrackBacks()
Gets a collection of all trackbacks. |
Methods in net.sourceforge.pebble.domain with parameters of type TrackBack | |
---|---|
void |
BlogEntry.addTrackBack(TrackBack trackBack)
Adds the specified trackback. |
Uses of TrackBack in net.sourceforge.pebble.event.trackback |
---|
Methods in net.sourceforge.pebble.event.trackback with parameters of type TrackBack | |
---|---|
protected java.util.Collection |
EmailNotificationListener.getEmailAddresses(TrackBack trackBack)
Returns the collection of recipients. |
protected java.util.Collection |
EmailAuthorNotificationListener.getEmailAddresses(TrackBack trackBack)
Returns the collection of recipients. |
protected abstract java.util.Collection |
AbstractEmailNotificationListener.getEmailAddresses(TrackBack trackBack)
Returns the collection of recipients. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |