@Name(value="siteActions") @Scope(value=STATELESS) public class SiteActionsBean extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CoreSession |
documentManager |
protected NavigationContext |
navigationContext |
protected static String |
WEBBLOG |
protected static String |
WEBSITE |
| Constructor and Description |
|---|
SiteActionsBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
validateBlogTitle(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value) |
void |
validateName(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
Validates the web container fields.
|
void |
validateSiteTitle(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value) |
@In(create=true) protected transient CoreSession documentManager
@In(required=true,
create=true)
protected transient NavigationContext navigationContext
protected static final String WEBSITE
protected static final String WEBBLOG
public void validateName(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
public void validateSiteTitle(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
public void validateBlogTitle(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
Copyright © 2019 Nuxeo SA. All rights reserved.