@SessionScoped @Named public class CkeditorController extends SourceFileReader implements Serializable
| Constructor and Description |
|---|
CkeditorController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentSecurityPolicyMode() |
String |
getSource() |
String |
getText() |
boolean |
isCollapsed() |
boolean |
isEditorAvailable() |
void |
setCollapsed(boolean collapsed) |
void |
setText(String text) |
void |
switchCollapsed() |
getSourcepublic boolean isEditorAvailable()
public String getContentSecurityPolicyMode()
public String getText()
public void setText(String text)
public boolean isCollapsed()
public void setCollapsed(boolean collapsed)
public void switchCollapsed()
public String getSource()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.