public interface IShelvedEntry
| Modifier and Type | Method and Description |
|---|---|
void |
activate(RequestContextImpl ctx,
boolean ajax) |
void |
discard() |
String |
getName()
The name of this entry, for presenting on breadcrumbs
|
String |
getTitle()
If this has a title entry return it here.
|
String |
getURL()
Return a full URL to this shelve entry (absolute or host relative).
|
boolean |
isClose() |
void discard()
void activate(@Nonnull RequestContextImpl ctx, boolean ajax) throws Exception
ExceptionString getURL()
boolean isClose()
Copyright © 2017 etc.to. All rights reserved.