Class PrimeIconsView
- java.lang.Object
-
- org.primefaces.showcase.view.misc.PrimeIconsView
-
- All Implemented Interfaces:
Serializable
@Named @ApplicationScoped public class PrimeIconsView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPrimeIconsView.Icon
-
Constructor Summary
Constructors Constructor Description PrimeIconsView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PrimeIconsView.Icon>getIcons()voidinit()org.json.JSONObjectreadJsonFromUrl(String url)voidsetIcons(List<PrimeIconsView.Icon> icons)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
readJsonFromUrl
public org.json.JSONObject readJsonFromUrl(String url) throws IOException, org.json.JSONException
- Throws:
IOExceptionorg.json.JSONException
-
getIcons
public List<PrimeIconsView.Icon> getIcons()
-
setIcons
public void setIcons(List<PrimeIconsView.Icon> icons)
-
-