org.alfresco.web.config
Class WizardsConfigElement.PageConfig

java.lang.Object
  extended by org.alfresco.web.config.WizardsConfigElement.AbstractConfig
      extended by org.alfresco.web.config.WizardsConfigElement.PageConfig
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WizardsConfigElement.ConditionalPageConfig
Enclosing class:
WizardsConfigElement

public static class WizardsConfigElement.PageConfig
extends WizardsConfigElement.AbstractConfig
implements java.io.Serializable

Represents the configuration of a page in a wizard i.e. the <page> element

See Also:
Serialized Form

Field Summary
protected  java.lang.String instruction
           
protected  java.lang.String instructionId
           
protected  java.lang.String path
           
 
Fields inherited from class org.alfresco.web.config.WizardsConfigElement.AbstractConfig
description, descriptionId, title, titleId
 
Constructor Summary
WizardsConfigElement.PageConfig(java.lang.String path, java.lang.String title, java.lang.String titleId, java.lang.String description, java.lang.String descriptionId, java.lang.String instruction, java.lang.String instructionId)
           
 
Method Summary
 java.lang.String getInstruction()
           
 java.lang.String getInstructionId()
           
 java.lang.String getPath()
           
 java.lang.String toString()
           
 
Methods inherited from class org.alfresco.web.config.WizardsConfigElement.AbstractConfig
getDescription, getDescriptionId, getTitle, getTitleId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

path

protected java.lang.String path

instruction

protected java.lang.String instruction

instructionId

protected java.lang.String instructionId
Constructor Detail

WizardsConfigElement.PageConfig

public WizardsConfigElement.PageConfig(java.lang.String path,
                                       java.lang.String title,
                                       java.lang.String titleId,
                                       java.lang.String description,
                                       java.lang.String descriptionId,
                                       java.lang.String instruction,
                                       java.lang.String instructionId)
Method Detail

getPath

public java.lang.String getPath()

getInstruction

public java.lang.String getInstruction()

getInstructionId

public java.lang.String getInstructionId()

toString

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


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