You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2005/11/29 03:15:51 UTC

[Jakarta-commons Wiki] Trivial Update of "ResourcesUserGuideImplementations" by RahulAkolkar

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.

The following page has been changed by RahulAkolkar:
http://wiki.apache.org/jakarta-commons/ResourcesUserGuideImplementations

The comment on the change is:
Suppressing pseudo wiki links, another day as a wiki-user ;-)

------------------------------------------------------------------------------
  
  ----
  == 3.4 Web Application Property Resources ==
- '''!WebappPropertyResources''' works the same way as !PropertyResources, but in a Web Application environment. The only difference is you specify a context relative URL and you need to initialize the ServletContext....
+ '''!WebappPropertyResources''' works the same way as !PropertyResources, but in a Web Application environment. The only difference is you specify a context relative URL and you need to initialize the !ServletContext....
  
  {{{
         // Create the ResourcesFactory
@@ -161, +161 @@

  
  ----
  == 3.5 Web Application XML Resources ==
- '''WebappXMLResources''' works the same way as XMLResources, but in a Web Application environment. The only difference is you specify a context relative URL and you need to initialize the ServletContext....
+ '''WebappXMLResources''' works the same way as XMLResources, but in a Web Application environment. The only difference is you specify a context relative URL and you need to initialize the !ServletContext....
  
  {{{
         // Create the ResourcesFactory
@@ -175, +175 @@

         String msg = resources.getString("some.key", locale, null);
  }}}
  
- See '''!WebappXMLResources''' [http://jakarta.apache.org/commons/resources/apidocs/org/apache/commons/resources/impl/WebappXMLResources.html JavaDoc] /
+ See '''Webapp``````XMLResources''' [http://jakarta.apache.org/commons/resources/apidocs/org/apache/commons/resources/impl/WebappXMLResources.html JavaDoc] /
  [http://jakarta.apache.org/commons/resources/xref/org/apache/commons/resources/impl/WebappXMLResources.html source] and '''WebappXML!ResourcesFactory''' [http://jakarta.apache.org/commons/resources/apidocs/org/apache/commons/resources/impl/WebappXMLResourcesFactory.html JavaDoc] / [http://jakarta.apache.org/commons/resources/xref/org/apache/commons/resources/impl/WebappXMLResourcesFactory.html source].
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org