Class | Description |
---|---|
ProxyCodeSplitBundle.NoOpProviderBundle |
Annotation Type | Description |
---|---|
ChangeTab |
Use this annotation in classes implementing
TabContainerPresenter . |
ContentSlot |
Use this annotation in classes implementing
Presenter and that have
slots to display child presenters. |
DefaultGatekeeper |
Use this annotation in your custom ginjector to annotate a method returning a
Gatekeeper -derived class. |
DefaultPlace |
This annotation is used for binding the default place's name token in your Gin module, so that you can inject
in either your own ClientPlaceManager or the DefaultPlaceManager.
|
ErrorPlace |
This annotation is used for binding the error place's (e.g.: error 404 page) name token in your Gin module,
so that you can inject in either your own ClientPlaceManager or the DefaultPlaceManager.
|
GaAccount |
Bind this annotation to your Google Analytics account number.
|
GatekeeperParams |
This annotation lets you define the parameters for a
GatekeeperWithParams to use for the
Place associated
with your proxy. |
NameToken |
This annotation is used on the declaration of a presenter's
ProxyPlace
to specify the name token to use to access this presenter. |
NoGatekeeper |
This annotation lets you specify that the
Place
associated with your proxy should not use a Gatekeeper
even if one is defined with DefaultGatekeeper . |
ProxyCodeSplit | |
ProxyCodeSplitBundle | |
ProxyEvent |
Use this to annotate an event-handling method that should be registered in
the proxy rather than being registered in the presenter.
|
ProxyStandard | |
RequestTabs |
Use this annotation in classes implementing
TabContainerPresenter . |
TabInfo |
Annotation used to specify various information on a tab.
|
Title |
Annotation used to specify the title of a place as a string.
|
TitleFunction |
This annotation can be used to specify a function returning the title of a
place as a string, given the request.
|
UnauthorizedPlace |
This annotation is used for binding the unauthorized place's name token in your Gin module, so that you can inject
in either your own ClientPlaceManager or the DefaultPlaceManager.
|
UseGatekeeper |
This annotation lets you define a
Gatekeeper to use for the
Place associated with
your proxy. |
Copyright © 2010-2014 ArcBees. All Rights Reserved.