Package org.apache.tapestry.util

Examples of org.apache.tapestry.util.StringSplitter


    protected void reconstructAllocatedIds(String storedIdList)
    {
        if (StringUtils.isEmpty(storedIdList))
            return;

        StringSplitter splitter = new StringSplitter(',');

        String[] ids = splitter.splitToArray(storedIdList);

        for (int i = 0; i < ids.length; i++)
            _allocatedIds.add(ids[i]);
    }
View Full Code Here


            default:
                list = hardQuestions;
                break;
        }
        line = (String) list.get(questionToBeAsked);
        StringSplitter splitter = new StringSplitter(';');
        String[] result = splitter.splitToArray(line);
        HashMap map = new HashMap();
        map.put(QUESTION_KEY, result[0]);
        int answer = Integer.parseInt(result[1]) - 1;
        map.put(ANSWER_KEY, new Integer(answer));
        int length = result.length - 2;
View Full Code Here

        if (_tabOrder == null)
        {
            String tabOrderValue = getMessage("tabOrder");

            StringSplitter splitter = new StringSplitter(' ');

            _tabOrder = splitter.splitToArray(tabOrderValue);
        }
    }
View Full Code Here

            __CLOVER_33_0.S[708]++;result = (Locale) _localeMap.get(s);
        }

        __CLOVER_33_0.S[709]++;if ((((result == null) && (++__CLOVER_33_0.CT[147] != 0)) || (++__CLOVER_33_0.CF[147] == 0))){
        {
            __CLOVER_33_0.S[710]++;StringSplitter splitter = new StringSplitter('_');
            __CLOVER_33_0.S[711]++;String[] terms = splitter.splitToArray(s);

            __CLOVER_33_0.S[712]++;switch (terms.length)
            {
                case 1 :
View Full Code Here

  /**
   * @param protocols comma separated list of allowed protocols
   */
  public void setAllowedProtocols(String protocols) {try { __CLOVER_458_0.M[2567]++;
    __CLOVER_458_0.S[10327]++;StringSplitter spliter = new StringSplitter(',');
    //String[] aProtocols = protocols.split(","); //$NON-NLS-1$
    __CLOVER_458_0.S[10328]++;String[] aProtocols = spliter.splitToArray(protocols); //$NON-NLS-1$
    __CLOVER_458_0.S[10329]++;_allowedProtocols = new Vector();
    __CLOVER_458_0.S[10330]++;for (int i = 0; (((i < aProtocols.length) && (++__CLOVER_458_0.CT[1767] != 0)) || (++__CLOVER_458_0.CF[1767] == 0)); i++){ {
      __CLOVER_458_0.S[10331]++;_allowedProtocols.add(aProtocols[i]);
    }}
  } finally { }}
View Full Code Here

            __CLOVER_33_0.S[10990]++;result = (Locale) _localeMap.get(s);
        }

        __CLOVER_33_0.S[10991]++;if ((((result == null) && (++__CLOVER_33_0.CT[1910] != 0)) || (++__CLOVER_33_0.CF[1910] == 0))){
        {
            __CLOVER_33_0.S[10992]++;StringSplitter splitter = new StringSplitter('_');
            __CLOVER_33_0.S[10993]++;String[] terms = splitter.splitToArray(s);

            __CLOVER_33_0.S[10994]++;switch (terms.length)
            {
                case 1:
View Full Code Here

    private void restorePageChanges()
    {try { __CLOVER_236_0.M[1255]++;
        __CLOVER_236_0.S[6104]++;int count = 0;
        __CLOVER_236_0.S[6105]++;Enumeration e = _session.getAttributeNames();
        __CLOVER_236_0.S[6106]++;StringSplitter splitter = null;

        __CLOVER_236_0.S[6107]++;while ((((e.hasMoreElements()) && (++__CLOVER_236_0.CT[1078] != 0)) || (++__CLOVER_236_0.CF[1078] == 0))){
        {
            __CLOVER_236_0.S[6108]++;String key = (String) e.nextElement();

            __CLOVER_236_0.S[6109]++;if ((((!key.startsWith(_attributePrefix)) && (++__CLOVER_236_0.CT[1079] != 0)) || (++__CLOVER_236_0.CF[1079] == 0))){
                __CLOVER_236_0.S[6110]++;continue;}

            __CLOVER_236_0.S[6111]++;if ((((LOG.isDebugEnabled()) && (++__CLOVER_236_0.CT[1080] != 0)) || (++__CLOVER_236_0.CF[1080] == 0))){
                __CLOVER_236_0.S[6112]++;LOG.debug("Restoring page change from session attribute " + key);}

            __CLOVER_236_0.S[6113]++;if ((((_changes == null) && (++__CLOVER_236_0.CT[1081] != 0)) || (++__CLOVER_236_0.CF[1081] == 0))){
            {
                __CLOVER_236_0.S[6114]++;_changes = new HashMap();

                __CLOVER_236_0.S[6115]++;splitter = new StringSplitter('/');
            }}

            __CLOVER_236_0.S[6116]++;String[] names = splitter.splitToArray(key);

            // The first name is the servlet name, which allows
            // multiple Tapestry apps to share a HttpSession, even
            // when they use the same page names.  The second name
            // is the page name, which we already know.
View Full Code Here

        __CLOVER_2_0.S[376]++;_locale = value;
    } finally { }}

    public IComponent getNestedComponent(String path)
    {try { __CLOVER_2_0.M[102]++;
        __CLOVER_2_0.S[377]++;StringSplitter splitter;
        __CLOVER_2_0.S[378]++;IComponent current;
        __CLOVER_2_0.S[379]++;String[] elements;
        __CLOVER_2_0.S[380]++;int i;

        __CLOVER_2_0.S[381]++;if ((((path == null) && (++__CLOVER_2_0.CT[80] != 0)) || (++__CLOVER_2_0.CF[80] == 0))){
            __CLOVER_2_0.S[382]++;return this;}

        __CLOVER_2_0.S[383]++;splitter = new StringSplitter('.');
        __CLOVER_2_0.S[384]++;current = this;

        __CLOVER_2_0.S[385]++;elements = splitter.splitToArray(path);
        __CLOVER_2_0.S[386]++;for (i = 0; (((i < elements.length) && (++__CLOVER_2_0.CT[81] != 0)) || (++__CLOVER_2_0.CF[81] == 0)); i++){
        {
            __CLOVER_2_0.S[387]++;current = current.getComponent(elements[i]);
        }}
View Full Code Here

            result = (Locale) _localeMap.get(s);
        }

        if (result == null)
        {
            StringSplitter splitter = new StringSplitter('_');
            String[] terms = splitter.splitToArray(s);

            switch (terms.length)
            {
                case 1:
View Full Code Here

     * @param protocols
     *            comma separated list of allowed protocols
     */
    public void setAllowedProtocols(String protocols)
    {
        StringSplitter spliter = new StringSplitter(',');
        //String[] aProtocols = protocols.split(","); //$NON-NLS-1$
        String[] aProtocols = spliter.splitToArray(protocols); //$NON-NLS-1$
        _allowedProtocols = new Vector();
        for (int i = 0; i < aProtocols.length; i++)
        {
            _allowedProtocols.add(aProtocols[i]);
        }
View Full Code Here

TOP

Related Classes of org.apache.tapestry.util.StringSplitter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.