public class PresenterDefinitions extends Object
Constructor and Description |
---|
PresenterDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
addCodeSplitBundlePresenter(String bundle,
JClassType presenter) |
void |
addCodeSplitPresenter(JClassType presenter) |
void |
addGatekeeper(JClassType presenter) |
void |
addStandardPresenter(JClassType presenter) |
Map<String,List<JClassType>> |
getCodeSplitBundlePresenters() |
List<JClassType> |
getCodeSplitPresenters() |
Set<JClassType> |
getGatekeepers() |
List<JClassType> |
getStandardPresenters() |
public List<JClassType> getStandardPresenters()
public List<JClassType> getCodeSplitPresenters()
public Map<String,List<JClassType>> getCodeSplitBundlePresenters()
public Set<JClassType> getGatekeepers()
public void addStandardPresenter(JClassType presenter)
public void addCodeSplitPresenter(JClassType presenter)
public void addCodeSplitBundlePresenter(String bundle, JClassType presenter)
public void addGatekeeper(JClassType presenter)
Copyright © 2010–2014 Arcbees. All rights reserved.