本文整理汇总了Java中com.liferay.portal.kernel.bean.AutoEscape类的典型用法代码示例。如果您正苦于以下问题:Java AutoEscape类的具体用法?Java AutoEscape怎么用?Java AutoEscape使用的例子?那么, 这里精选的类代码示例或许可以为您提供帮助。
AutoEscape类属于com.liferay.portal.kernel.bean包,在下文中一共展示了AutoEscape类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。
示例1: getTitleCurrentValue
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
@AutoEscape
public String getTitleCurrentValue();
示例2: getDescriptionCurrentValue
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
@AutoEscape
public String getDescriptionCurrentValue();
示例3: getDiplomaTemplateCurrentValue
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
@AutoEscape
public String getDiplomaTemplateCurrentValue();
示例4: getDescriptionCurrentLanguageId
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
@AutoEscape
public String getDescriptionCurrentLanguageId();
示例5: getUuid
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
/**
* Returns the uuid of this jasper.
*
* @return the uuid of this jasper
*/
@AutoEscape
public String getUuid();
示例6: getRegionName
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
/**
* Returns the region name of this region.
*
* @return the region name of this region
*/
@AutoEscape
public String getRegionName();
示例7: getCountryName
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
/**
* Returns the country name of this country.
*
* @return the country name of this country
*/
@AutoEscape
public String getCountryName();
示例8: getUuid
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
/**
* Returns the uuid of this foo.
*
* @return the uuid of this foo
*/
@AutoEscape
@Override
public String getUuid();
示例9: getUserName
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
/**
* Returns the user name of this foo.
*
* @return the user name of this foo
*/
@AutoEscape
@Override
public String getUserName();
示例10: getField1
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
/**
* Returns the field1 of this foo.
*
* @return the field1 of this foo
*/
@AutoEscape
public String getField1();
示例11: getField5
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
/**
* Returns the field5 of this foo.
*
* @return the field5 of this foo
*/
@AutoEscape
public String getField5();
示例12: getTelNo
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
/**
* Returns the tel no of this sub account.
*
* @return the tel no of this sub account
*/
@AutoEscape
public String getTelNo();
示例13: getUuid
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
/**
* Returns the uuid of this learning activity.
*
* @return the uuid of this learning activity
*/
@AutoEscape
public String getUuid();
示例14: getProcedureFilter
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
/**
* Returns the procedure filter of this dossier folder.
*
* @return the procedure filter of this dossier folder
*/
@AutoEscape
public String getProcedureFilter();
示例15: getGovAgencyName
import com.liferay.portal.kernel.bean.AutoEscape; //导入依赖的package包/类
/**
* Returns the gov agency name of this dossier.
*
* @return the gov agency name of this dossier
*/
@AutoEscape
public String getGovAgencyName();