about "org.eclipse.jst.pagedesigner.jsp.core.pageVar" extension point [message #224675] |
Thu, 04 December 2008 06:53 |
Eclipse User |
|
|
|
Originally posted by: zhaozhongwei.neusoft.com
i want to know if the "org.eclipse.jst.pagedesigner.jsp.core.pageVar"
extension point is processed in the PageVariableAdatperRegistry class?
if it is that,please have a look at the example blow:
<extension point="org.eclipse.jst.pagedesigner.jsp.core.pageVar">
<taglib uri="http://java.sun.com/jsf/html">
<tag varTypeStringIsAttr="true" varNameIsAttr="true"
varTypeMode="EXPRESSION_COLLECTION_ITEM" varTypeString="value"
varName="var" tagName="dataTable" />
</taglib>
<taglib uri="http://java.sun.com/jsf/core">
<tag varTypeStringIsAttr="true" varNameIsAttr="true"
varTypeMode="BUNDLE" varTypeString="basename" varName="var"
tagName="loadBundle" />
</taglib>
</extension>
i think there must be some place deal with the condition that
varTypeMode="EXPRESSION_COLLECTION_ITEM",but i can not find that place!i
can only find
org.eclipse.jst.pagedesigner.preview.PageExpressionContext$S impleVariableResolver
deal the condition that varTypeMode="BUNDLE".
i am very confused.
thans you in advanced.
sorry for my poor english!
best regards!
|
|
|
|
Powered by
FUDForum. Page generated in 0.03145 seconds