此代码片段应该在 sling 中获取页面属性。
为什么我会收到此错误:Please check if the declared type is right
and if the method exists.
private String properties;
public void setProperties(String properties){
this.properties = property;
ValueMap property = (ValueMap) properties.getAttribute("properties");
pageTitle = property.get("pageTitle", "");
}