|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SkinConfiguration
Fine tuning parameters for components configuration. For any skin, calculation of concrete component parameners done by special "configuration", pointed as special skin parameter ( or by default configuration ). Work like "transformation" of limited set Skin parameters to fine-grained individual component parameters.
| Method Summary | |
|---|---|
boolean |
containsParameter(String name)
Test for present parameter for given name. |
Object |
getParameter(javax.faces.context.FacesContext context,
String name)
Get value for configuration parameter. |
Object |
getParameter(javax.faces.context.FacesContext context,
String name,
String skinName,
Object defaultValue)
Get value for skin parameter, for build extensible ( mandatory/fine tuning ) with three-stage checks : first, check value for parameter with given name. |
| Method Detail |
|---|
Object getParameter(javax.faces.context.FacesContext context,
String name)
context - -
FacesContext for current request.name - name of paremeter.
Object getParameter(javax.faces.context.FacesContext context,
String name,
String skinName,
Object defaultValue)
context - - Current JSF context.name - - name of parameter.skinName - - name of according ( default ) parameter i Skin for same purpose. may be null.defaultValue - - default parameter value.
boolean containsParameter(String name)
name - of parameter to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||