org.alfresco.web.forms.xforms
Class Schema2XFormsProperties

java.lang.Object
  extended by org.alfresco.web.forms.xforms.Schema2XFormsProperties

public class Schema2XFormsProperties
extends java.lang.Object


Constructor Summary
Schema2XFormsProperties(org.alfresco.service.cmr.repository.ContentService contentService, org.alfresco.service.namespace.NamespaceService namespaceService, org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.search.SearchService searchService)
           
 
Method Summary
 java.util.ResourceBundle getResourceBundle(Form form, java.util.Locale locale)
           
 boolean isFormatCaption()
           
 void setFormatCaption(boolean formatCaption)
           
 void setLocations(java.lang.String[] locations)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Schema2XFormsProperties

public Schema2XFormsProperties(org.alfresco.service.cmr.repository.ContentService contentService,
                               org.alfresco.service.namespace.NamespaceService namespaceService,
                               org.alfresco.service.cmr.repository.NodeService nodeService,
                               org.alfresco.service.cmr.search.SearchService searchService)
Method Detail

getResourceBundle

public java.util.ResourceBundle getResourceBundle(Form form,
                                                  java.util.Locale locale)

setLocations

public void setLocations(java.lang.String[] locations)

isFormatCaption

public boolean isFormatCaption()

setFormatCaption

public void setFormatCaption(boolean formatCaption)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.