|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersonalizationExpression
Expression which can be applied to the session XML on the frontend.
| Nested Class Summary | |
|---|---|
static class |
PersonalizationExpression.Type
Type of the PersonalizationExpression which results in a certain kind of behaviour. |
| Method Summary | |
|---|---|
java.lang.String |
getTagName()
Returns the tag name of the personalization for frontend use. |
PersonalizationExpression.Type |
getType()
Returns the type of the PersonalizationExpression. |
java.lang.String |
getValue()
Returns the actual expression. |
void |
setTagName(java.lang.String tagName)
Sets the tag name for the personalization expression. |
void |
setType(PersonalizationExpression.Type type)
Sets the type of the personalization expression. |
void |
setValue(java.lang.String value)
Sets the actual expression. |
| Methods inherited from interface nl.gx.webmanager.cms.core.PersonalizationItem |
|---|
getName, getPersonalizationCategory, isAvailable, isShownByLinks, isValid, setAvailable, setName, setPersonalizationCategory, setShownByLinks |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
java.lang.String getTagName()
PersonalizationExpression.Type getType()
PersonalizationExpression.Type.CHOOSE,
PersonalizationExpression.Type.CONDITION, PersonalizationExpression.Type.SELECT or PersonalizationExpression.Type.XSL.
java.lang.String getValue()
void setTagName(java.lang.String tagName)
PersonalizationExpression.Type.SELECT or PersonalizationExpression.Type.XSL.
tagName - The new tag name for the personalization expression.void setType(PersonalizationExpression.Type type)
type - New type for the personalization expression.void setValue(java.lang.String value)
value - The new XPATH or XSLT expression.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||