Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » about "org.eclipse.jst.pagedesigner.jsp.core.pageVar" extension point
about "org.eclipse.jst.pagedesigner.jsp.core.pageVar" extension point [message #224675] Thu, 04 December 2008 06:53 Go to next message
Eclipse UserFriend
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!
Re: about "org.eclipse.jst.pagedesigner.jsp.core.pageVar" extension point [message #225361 is a reply to message #224675] Wed, 17 December 2008 18:57 Go to previous message
Ian Trimble is currently offline Ian TrimbleFriend
Messages: 137
Registered: July 2009
Senior Member
I can find no usage of the constant that is set as a result of setting
varTypeMode="EXPRESSION_COLLECTION_ITEM", so I think you investigated
correctly and shouldn't feel confused. Perhaps we had all good intentions
for this but didn't quite get to it yet? I can see us perhaps using it in
the future, though - it certainly has potential.

- Ian, JSF Tools Project



zhaozhongwei wrote:

> 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!
Previous Topic:Applets in internal web browser
Next Topic:The Outline view and XML Editor are not kept in sync
Goto Forum:
  


Current Time: Tue Mar 19 14:00:39 GMT 2024

Powered by FUDForum. Page generated in 0.02184 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top