Liferay 7 portlet中所有能在@Component中修改的属性
"com.liferay.portlet.action-timeout", "com.liferay.portlet.active",
"com.liferay.portlet.add-default-resource",
"com.liferay.portlet.ajaxable",
"com.liferay.portlet.application-type",
"com.liferay.portlet.autopropagated-parameters",
"com.liferay.portlet.autopropagated-parameters",
"com.liferay.portlet.configuration-path",
"com.liferay.portlet.control-panel-entry-category",
"com.liferay.portlet.control-panel-entry-weight",
"com.liferay.portlet.css-class-wrapper",
"com.liferay.portlet.display-category",
"com.liferay.portlet.facebook-integration",
"com.liferay.portlet.footer-portal-css",
"com.liferay.portlet.footer-portal-javascript",
"com.liferay.portlet.footer-portlet-css",
"com.liferay.portlet.footer-portlet-javascript",
"com.liferay.portlet.header-portal-css",
"com.liferay.portlet.header-portal-javascript",
"com.liferay.portlet.header-portlet-css",
"com.liferay.portlet.header-portlet-javascript",
"com.liferay.portlet.icon", "com.liferay.portlet.instanceable",
"com.liferay.portlet.layout-cacheable",
"com.liferay.portlet.maximize-edit",
"com.liferay.portlet.maximize-help",
"com.liferay.portlet.parent-struts-path",
"com.liferay.portlet.pop-up-print",
"com.liferay.portlet.preferences-company-wide",
"com.liferay.portlet.preferences-owned-by-group",
"com.liferay.portlet.preferences-unique-per-layout",
"com.liferay.portlet.private-request-attributes",
"com.liferay.portlet.private-session-attributes",
"com.liferay.portlet.remoteable",
"com.liferay.portlet.render-timeout",
"com.liferay.portlet.render-weight",
"com.liferay.portlet.requires-namespaced-parameters",
"com.liferay.portlet.restore-current-view",
"com.liferay.portlet.scopeable",
"com.liferay.portlet.show-portlet-access-denied",
"com.liferay.portlet.show-portlet-inactive",
"com.liferay.portlet.show-portlet-inactive",
"com.liferay.portlet.single-page-application",
"com.liferay.portlet.struts-path", "com.liferay.portlet.system",
"com.liferay.portlet.use-default-template",
"com.liferay.portlet.user-principal-strategy",
"com.liferay.portlet.virtual-path", "javax.portlet.description",
"javax.portlet.display-name", "javax.portlet.expiration-cache",
"javax.portlet.info.keywords", "javax.portlet.info.short-title",
"javax.portlet.info.title", "javax.portlet.portlet-mode",
"javax.portlet.portlet-name", "javax.portlet.preferences",
"javax.portlet.resource-bundle", "javax.portlet.security-role-ref",
"javax.portlet.supported-processing-event",
"javax.portlet.supported-public-render-parameter",
"javax.portlet.supported-publishing-event",
"javax.portlet.window-state"
Liferay 7 portlet中所有能在@Component中修改的属性的更多相关文章
- knockoutjs如何动态加载外部的file作为component中的template数据源
玩过knockoutjs的都知道,有一个强大的功能叫做component,而这个component有个牛逼的地方就是拥有自己的viewmodel和template, 比如下面这样: ko.compon ...
- [Liferay6.2]Liferay入门级portlet开发示例
什么是Portlet 来自百度百科(http://baike.baidu.com/view/58961.htm)的定义如下: portlet是基于java的web组件,处理request并产生动态内容 ...
- 在 Angular 2 Component 中使用第三方 JS 库
本文所有内容以 Angular 2 Quick Start 项目为基础,使用 TypeScript 语言. 如上图,最近遇到一个需求,需要在一个刚启动的 Angular 2 项目中使用 snap.sv ...
- spring boot拦截器中获取request post请求中的参数
最近有一个需要从拦截器中获取post请求的参数的需求,这里记录一下处理过程中出现的问题. 首先想到的就是request.getParameter(String )方法,但是这个方法只能在get请求中取 ...
- Expo大作战(八)--expo中的publish以及expo中的link,对link这块东西没有详细看,大家可以来和我交流
简要:本系列文章讲会对expo进行全面的介绍,本人从2017年6月份接触expo以来,对expo的研究断断续续,一路走来将近10个月,废话不多说,接下来你看到内容,将全部来与官网 我猜去全部机翻+个人 ...
- vue中:key 和react 中key={} 的作用,以及ref的特性?
vue中:key 和react 中key={} 为了给 vue 或者react 一个提示,以便它能跟踪每个节点的身份,从而重用和重新排序现有元素,你需要为每项提供一个唯一 key 属性 一句话概括就是 ...
- 地图四叉树一般用在GIS中,在游戏寻路中2D游戏中一般用2维数组就够了
地图四叉树一般用在GIS中,在游戏寻路中2D游戏中一般用2维数组就够了 四叉树对于区域查询,效率比较高. 原理图
- sqlserver 中数据导入到mysql中的方法以及注意事项
数据导入从sql server 到mysql (将数据以文本格式从sqlserver中导出,注意编码格式,再将文本文件导入mysql中): 1.若从slqserver中导出的表中不包含中文采用: bc ...
- 在Myeclipse中提交代码到GitHub中
这需要借助插件Egit,首先就是先下载该插件了,可以再eclipse中下载,也可以在外面下载,下载就不说了.下载地址git://github.com/houyongchao/plugin-Egit.g ...
随机推荐
- 码农谷 求前N项之和
题目描述 有一分数序列:2/1.3/2.5/3.8/5.13/8.21/13.......求出这个数列的前N项之和,保留两位小数. 输入描述 N 输出描述 数列前N项和 样例 输入: 输出: 16.4 ...
- mysql数据库去重语句和不同表之间列的复制语句
1.去重语句:DELETE FROM `v_klg_item` WHERE id NOT IN (SELECT * FROM (SELECT MAX(id) FROM `v_klg_item` GRO ...
- Linux ed命令
$ ed <- 激活 ed 命令 a <- 告诉 ed 我要编辑新文件 My name is Titan. <- 输入第 ...
- POJ C++程序设计 编程作业—类和对象 编程题#1
编程题#1 来源: POJ (Coursera声明:在POJ上完成的习题将不会计入Coursera的最后成绩.) 注意: 总时间限制: 1000ms 内存限制: 65536kB 描述 下面程序输出的结 ...
- windows下如何修改远程登录端口
windows下如何修改远程登录端口 windows远程桌面默认端口为3389,修改 方法如下:在"开始>运行"中输入"regedit" 点击“确定”,打 ...
- C#虚方法认识
C# 中虚方法 1.具体的是new后面具体是那个类,调用的是该类的实现方法.不和基类有关,虽然可以将子类赋值给基类句柄. 但是具体还是调用具体实例化的方法.
- [Java]_函数传参的疑惑与思考
问题来源于leetcode上的两道题 Path Sum I && II,分别写了两个dfs. void dfs(TreeNode node , int sum , ArrayList& ...
- php字符串截取问题
希望将一个字符串限长显示,如果该字符串超过一定长数,就截取前n个字符,后加省略号. 但是在英文和汉字混合的情况下会出现如下问题: 如果有这样一个字符串 $str="这是一个字符串" ...
- How to display SSRS report based on customer/Vendor specific language [AX2012]
Common requirement is to show the reports in customer’s language. [example : Quotations, sales confi ...
- 神奇的脱机 app_offline.htm
在更新或维护网站的时候,需要给用户一个明确的提示; 如"系统正在维护中..."."系统更新中..." 等信息 这里介绍园友告知的一个超级简单的做法: 在网站根 ...